You are on page 1of 1

Chemray 120 Communication protocol

The communication protocol is mentioned below:


R, //Identifier
[DATE],       //date
[SAMPLEID],         //sample number
[NAME],             //name
[PATIENTNO],        //Patient No.
[DEPTARTMENT],          //Department
[SENDER],           //Sender
[OPERATOR],           //Operator
[ASSESSOR],         //Assessor
[TEST],         //Test name
[ISQUALITIVE],      // Qualitative / Quantitative
[RESULT],      // Result
[UNIT],            //Unit
END //Identifier

For example:

R,2010-05-01,20100501101,Jack,123456,Surgery,Doctor A,Doctor B,Doctor


C,ALT,True,25,U/L,END
R,2010-05-01,20100501101,Jack,123456,Surgery,Doctor A,Doctor B,Doctor
C,ALB,True,32.1,U/L,END
R,2010-05-01,20100501101,Jack,123456,Surgery,Doctor A,Doctor B,Doctor
C,TP,True,53.2,U/L,END
R,2010-05-01,20100501102,Jim,234567,Dermatology,Doctor D,Doctor B,Doctor
C,ALT,True,30,U/L,END
......

You might also like