0% found this document useful (0 votes)
67 views9 pages

HbA1c (RT) Ethernet Communication Protocol - V1.11 - Rev01

This document contains specifications for communication between an HbA1c(RT-100) device and a LIS program. It defines a communication protocol and packet formats to allow interface between the two. The protocol includes commands for loading testing data and control solution data, with defined packet structures for each containing fields like patient ID, test results, and error codes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views9 pages

HbA1c (RT) Ethernet Communication Protocol - V1.11 - Rev01

This document contains specifications for communication between an HbA1c(RT-100) device and a LIS program. It defines a communication protocol and packet formats to allow interface between the two. The protocol includes commands for loading testing data and control solution data, with defined packet structures for each containing fields like patient ID, test results, and error codes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

HbA1c(RT) Ethernet Interface Standard V1.

11

담당 검토 승인

RT Ethernet Communication Protocol


Version 1.11

Copyright © 2022 Green Cross MS CO., Ltd All Rights Reserved


Green Cross MS 의 사전 승인 없이 본 내용의 전부 또는 일부에 대한 복사, 전재, 배포, 사용을 금합니다.

Copyright ⓒ 2022 Green Cross MS Co., Ltd


HbA1c(RT) Ethernet Interface Standard V1.11

개 정 이 력

Ver. Date 사유 변 경 내 용 작성자 승인자


신규작
V1.0 2017-01-02 최초작성 김동한

V1.1 2018-01-25 수정 Patient ID 자료형 변경 김동한
V1.11 2022-08-17 수정 응답전문 데이터 필드 수정 서지용

Copyright ⓒ 2022 Green Cross MS Co., Ltd


HbA1c(RT) Ethernet 인터페이스 규격 V1.11

목 차

1. SUMMARY ................................................................................................................................ 1

1.1 SCOPE OF APPLICATION ........................................................................................................ 1


1.2 COMMUNICATION SPECIFICATION.......................................................................................... 1
1.3 PROTOCOL CONTROL CODE LIST ......................................................................................... 1

2. PACKET FORMAT .................................................................................................................. 2

2.1 COMMUNICATION PROTOCOL ............................................................................................... 2


2.2 DETAIL COMMUNICATION PROTOCOL ................................................................................... 2
2.3 MESSAGE FORMAT ................................................................................................................ 3

3. COMMAND ............................................................................................................................... 4

4. COMMAND PACKET FORMAT ........................................................................................... 5

4.1 TESTING DATA LOAD............................................................................................................. 5


4.1.1 Transfer message ....................................................................................................... 5
4.2 CONTROL SOLUTION DATA LOAD ......................................................................................... 6
4.2.1 Transfer message ....................................................................................................... 6

Copyright ⓒ 2022 Green Cross MS Co., Ltd


HbA1c(RT) Ethernet 인터페이스 규격 V1.11

1. Summary

This document contains specification to control the communication between


HBA1c(RT-100) and LIS Program. Therefore, this specification sheet define
communication protocol to make LIS Program interface with HbA1c(RT-100).

1.1 Scope of application

This specification can be applied to make the LIS program interface with HbA1c (RT)
in hardware / software.

1.2 Communication specification

Item Contents Remark


PIN sequence
Power Voltage: 12V DC
Interface
TCP/IP standard application
signal level
Connector
Communication
speed

1.3 Protocol Control Code List

Classification HEX Description


ACK 0x0A 0x0A
NAK 0x0C 0x0C

Copyrightⓒ 2022 Green Cross MS Co., Ltd -1- 11


HbA1c(RT) Ethernet 인터페이스 규격 V1.11

2. Packet Format

2.1 Communication Protocol

LIS Program HbA1c(RT)

Request message

Response message

2.2 Detail communication Protocol

LIS Program HbA1c(RT)

Connect

Data Transfer

Ack(Reception Success)

Data Transfer

Nak(Reception Failure)

Data Re-Transfer

Ack(Reception Success)

Close

Copyrightⓒ 2022 Green Cross MS Co., Ltd -2- 11


HbA1c(RT) Ethernet 인터페이스 규격 V1.11

2.3 Message Format

No. Offset 항 목 Type length Contents Remark


1 0 Command Char 2
2 2 길이(Length) Hex 2
3 4 데이터(Data) n

COMMAND : Value which Define the properties of Record.


길이(Length): Actual length of Data
데이터(Data): Data

▪ Successfully processed
Command(2) Length(2) Data(n)
XX 0xXXXX XX

Copyrightⓒ 2022 Green Cross MS Co., Ltd -3- 11


HbA1c(RT) Ethernet 인터페이스 규격 V1.11

3. Command

▪ Size : 2Byte
▪ Command is to classify the type of Data which is transferred between LIS Program
and HbA1c(RT-100).
Classification Command Description Remark
Data DL Testing Data Load O
Administrator Control solution data Load O
Data CL

Copyrightⓒ 2022 Green Cross MS Co., Ltd -4- 11


HbA1c(RT) Ethernet 인터페이스 규격 V1.11

4. Command Packet format

4.1 Testing Data Load

4.1.1 Transfer message

Command(2) Length(2) Data


‘DL’ 0x002E(46)

▪ Data
Field TYPE LEN Scale Remark
Year UInt16 2 ‘20’(0x14)
Year UInt16 2 Last 2 digit of year
Month UInt16 2 MM
Day UInt16 2 dd
Hour UInt16 2 HH
Minute UInt16 2 mm
Second UInt16 2 ss
PatientID ASCII 15 Patient ID 14 + last digit 0x00
Testing Value Unit
Testing unit Byte 1 0x00 : NGSP
0x01 : IFCC
NGSP result Float 4 (%)
IFCC result UInt16 2 (mmol/mol)
eAG result UInt16 2 (mg/dL)
Outside
UInt16 2 0.1 (℃)
temperature
0x00 : TEST(Real)
Type 0x01 : Check
Byte 1
of Cartridge 0x03 : TEST(Real V2)
0x0F : ERROR
Reserved Byte 5

Copyrightⓒ 2022 Green Cross MS Co., Ltd -5- 11


HbA1c(RT) Ethernet 인터페이스 규격 V1.11

4.2 Control Solution Data Load

4.2.1 Transfer message

Command(2) Length(2) Data


‘CL’ 0x0028(40)

▪ Data
Field TYPE LEN Scale Remark
Year UInt16 2 ‘20’(0x14)
Year UInt16 2 Last 2 digit of year
Month UInt16 2 MM
Day UInt16 2 dd
Hour UInt16 2 HH
Minute UInt16 2 mm
Second UInt16 2 ss
Min Float 4 Control solution Min range
Max Float 4 Control solution Max range
Level Byte 1 Control solution level( 1 or 2 )
Testing Value Unit
Testing Unit Byte 1 0x00 : NGSP
0x01 : IFCC
NGSP Result Float 4 (%)
IFCC Result UInt16 2 (mmol/mol)
eAG Result UInt16 2 (mg/dL)
Outside
UInt16 2 0.1 (℃)
temperature
0x00 : TEST(Real)
Type 0x01 : Check
Byte 1
of Cartridge 0x03 : TEST(Real V2)
0x0F : ERROR
Reserved Byte 5

Copyrightⓒ 2022 Green Cross MS Co., Ltd -6- 11

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy