L Is Interface Manual
L Is Interface Manual
L Is Interface Manual
Immunoassay
Analyzer
Host Interface
Manual
© 2013 Shenzhen Mindray Bio-medical Electronics Co., Ltd. All rights Reserved.
For this Operator’s Manual, the issue date is 2013-08.
, , , ,
BeneView, WATO, BeneHeart, are the trademarks, registered or otherwise, of
Mindray in China and other countries. All other trademarks that appear in this
manual are used only for informational or editorial purposes. They are the property
of their respective owners.
WARNING:
It is important for the hospital or organization that employs this
equipment to carry out a reasonable service/maintenance plan.
Neglect of this may result in machine breakdown or personal injury.
i
NOTE:
This equipment must be operated by skilled/trained clinical
professionals.
Warranty
THIS WARRANTY IS EXCLUSIVE AND IS IN LIEU OF ALL OTHER
WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE.
Exemptions
Mindray's obligation or liability under this warranty does not include any
transportation or other charges or liability for direct, indirect or consequential
damages or delay resulting from the improper use or application of the product or
the use of parts or accessories not approved by Mindray or repairs by people other
than Mindray authorized personnel.
This warranty shall not extend to:
Malfunction or damage caused by improper use or man-made failure.
Malfunction or damage caused by unstable or out-of-range power input.
Malfunction or damage caused by force majeure such as fire and earthquake.
Malfunction or damage caused by improper operation or repair by unqualified or
unauthorized service people.
Malfunction of the instrument or part whose serial number is not legible enough.
Others not caused by instrument or part itself.
EC Representative
ii
Foreword
Who Should Read This Manual
This manual is written for LIS (Laboratory Information Management System)
developers and those who need to learn the HL7 interface or ASTM interface used
by Mindray. Instructions are provided in this manual for LIS developers to guide
them to develop LIS interface that enables their LIS to communicate with the
chemiluminescence immunoassay analyzer of Mindray ( CL2200i, CL2000i ). The
developers are expected to have knowledge of LIS, HL7 or ASTM standards, and
capacity of network programming. The communication protocol is TCP/IP for
network layer and HL7 version 2.3.1 or ASTM E1394-97 for application layer. LIS
developers are recommended to develop the LIS interface using Visual C++, Visual
Basic, etc. in the Windows operating system.
iii
Conventions Used in This Manual
This chart explains the symbols used in this manual.
iv
Contents
Contents ......................................................................................................... v
1 Mindray HL7 Interface .......................................................................1-1
1.1 Mindray HL7 Interface....................................................................................... 1-1
1.1.1 Messages Compatible with HL7 Interface ........................................... 1-1
1.1.2 HL7 Lower Layer Protocol ................................................................... 1-1
1.1.3 Minimal Lower Layer Protocol (MLLP) ................................................. 1-3
1.2 Bidirectional Communication ............................................................................ 1-4
1.2.1 Introduction .......................................................................................... 1-4
1.2.2 Message Grammar .............................................................................. 1-5
1.2.3 Compatible HL7 Messages .................................................................. 1-6
1.2.4 Message Segment ............................................................................... 1-9
1.2.5 Adding and Rerunning Tests .............................................................. 1-25
1.3 Communication Process and Message Example ........................................... 1-25
1.3.1 Example of Result Sending Message ................................................ 1-25
1.3.2 Example of Querying and Downloading Sample ............................... 1-28
1.3.3 Example of Sending Samples to LIS ................................................. 1-42
v
2.3.2 Sending Sample Inquiry ..................................................................... 2-28
2.3.3 Return inquired sample and downloaded sample ............................. 2-29
vi
1 Mindray HL7 Interface
Only portion of the messages, segments and other data defined are used for
Mindray HL7 interface that needs only part of these data.
Communication Layer
1-1
The messages are transmitted in format of:
Where,
ASCII <VT>, namely <0x0B>, must not be confused with the SOH or STX in ASCII.
ASCII <FS>, namely <0x1C >, must not be confused with the ETX or EOT in ASCII.
The interface supports Minimal Lower Layer Protocol (MLLP) of HL7 and is a
package mode of HL7 message. HL7 messages are encapsulated with a single
character at the beginning and a dual character. The characters used by the HL7
interface are default in the HL7 standard.
1-2
ASCII Code Table:
1-3
The detailed data format is shown in the figure below:
Carriage
Start Block End Block
Message Data String Return
Character Character
Character
n + 3 Byte
1Byte
Carriage Carriage
……
1 Message Segment String Return n Message Segment String Return
Character Character
MSH|^~\&|||||
20100316155017||
0x0D
ORU^R01|1410|P|2.3.1||||0||ASCII|||
MSH|^~\&|||||20100316155017||ORU^R01|1410|P|2.3.1||||0||ASCII|||
PID|1410||1952-05-18||Pietrusza Tadeusz||19530316155017||||||||||||||||||||||||
OBR|1|256122-55|32|Mindray^|N||20100217120412||||||||Serum||Badanie indywidualne||||Badanie indywidualne|||||||||||||||||||||||||||
OBX|1|NM|25|HDL C|57.000000|mg/dL|40.000000-|Normale|||F||56.786086|20100217120412|Badanie indywidualne|B.Bartkowska-Abdul||
1.2.1 Introduction
This chapter introduces the message types (Ver. 2.3.1) used by Mindray HL7
interface.
NOTE
HL7 supports many types of messages, but only 5 of them are
employed on the Mindray HL7 interface.
1-4
1.2.2 Message Grammar
This section introduces the general grammar of Mindray HL7 interface.
NOTE
For complete and detailed descriptions of HL7 message
grammar, refer to the HL7 standard written by the HL7
standard committee.
Each segment consists of a name (three characters) and fixed variable fields that
are composed of components and subcomponents. The separators of each
element are defined in the MSH segment in every message.
For instance,
MSH|^~\&| |||20060427194802||ORU^R01|1|P|2.3.1||||0||ASCII|||
Where,
The five characters following MSH are defined as delimiters to separate the fields,
components and subcomponents. Mindray HL7 standard uses the following
characters:
Character Description
| Field separator
^ Component separator
& Subcomponent separator
~ Repetition separator
\ Escape character
The first field of MSH include all the separators. MSH has the first field include all
separators with most of the other fields empty that are optional and not used by
Mindray HL7 interface.
The order of the segments following MSH in every message is specially specified.
A segment is defined as optional or to be repeated by using the following grammar:
1-5
1.2.3 Compatible HL7 Messages
All messages used for HL7 interface include ORU, ACK, QRY, QCK and DSR.
ORU^R01
CL-XXX LIS
ACK^R01
The chemiluminescence immunoassay analyzer sends test results to the LIS host
through an ORU^R01 message. When receiving test results successfully, the LIS
host shall send an ACK^R01 message to the analyzer; otherwise the analyzer may
deem the results not received and will send them again for at most 3 times with
alarm.
- Test results
1-6
The structure of an ORU message is as follows:
{OBX} Observation/Result
- Information related to control (number, sequence No., name, lot No., expiration
date, mean concentration)
All QC test results of a test can be transferred via one message. The LIS host is
able to choose any of the information in the message as needed.
1-7
ACK^R01 message is used to respond to the ORU message. The structure is as
follows:
QRY^Q02 message is used for sample information query on LIS and has an event
Q02.The structure of QRY message is as follows:
ERR Error
1-8
DSR/ACK: Display response/ Acknowledgment
DSR^Q03 message sends and displays searched results, i.e. send sample
information from LIS to the analyzer. The structure of DSR message is as follows:
ERR Error
ERR Error
- Field length
- Description
All fields used in message segment are listed in following tables. The numbers
followed by a ‘#’ symbol indicate the optional fields according to the HL7 protocol.
NOTE
All fields of the Mindray HL7 interface are provided for function
extension in future although some of the fields are void.
1-9
All HL7 messages begin with MSH, which is the first segment of an HL7 message
and always located at the beginning of the message. The MSH segment defines
the intention, source, purpose and grammar of the message.
The MSH segment of Mindray HL7 interface message uses the following fields:
1-10
No. Field Length Description
Of Message of the message
20 Alternate Character 20 Void and reserved. Handling scheme of
Set Handling Scheme alternate character
1-11
Status Code Status Text(MSA-3) Description/Comment
(MSA-6)
Error code: AE
100 Segment sequence error Segment sequence is
incorrect or required segment
is missed.
101 Required field missing Required field in a segment is
missed.
102 Data type error Data type of a field is
incorrect.
103 Table value not found Table value is not found,
therefore not used
temporarily.
Reject code: AR
200 Unsupported message Message type is not
type supported.
201 Unsupported event code Event code is not supported.
202 Unsupported processing id Processing ID is not
supported.
203 Unsupported version id Version ID is not supported.
204 Unknown key identifier Key identifier is unknown,
such as inexistent patient
information.
205 Duplicate key identifier The key identifier already
exists.
206 Application record locked The transaction could not be
performed at the application
storage level, such as locked
database.
207 Application internal error Unknown application internal
error.
1-12
No. Field Length Description
4 Alternate 20 Void and reserved. Bed No.
Patient ID –
PID
5# Patient 40 Name of patient
Name
6 Mother’s 20 Void and reserved. Patient Zone
Maiden
Name
7 Date/Time of 26 Birth date of the patient (Format:
Birth hour, minute and second, such as
19830512000000).
8 Sex 1 Gender
M for male
F for female
O for others
1-13
No. Field Length Description
20 Driver's 25 Void and reserved. Payment type
License of patient
Number –
Patient
21 Mother's 20 Void and reserved. Mother’s
Identifier identifier
22 Ethnic Group 20 Void and reserved. Ethnic group
the patient belongs to
23 Birth Place 20 Void and reserved. Birth place of
patient
24 Multiple Birth 1 Void and reserved. Multiple birth
Indicator indicator, Y(yes) or N(no).
25 Birth Order 2 Void and reserved. Birth order, an
integer greater than 0
26 Citizenship 40 Common remark about the patient
27 Veterans 60 Void and reserved. Veterans
Military military status of patient
Status
28 Nationality 20 Void and reserved. Nationality of
patient
29 Patient 26 Void and reserved. Patient death
Death Date date and time
and Time
30 Patient 1 Void and reserved. Patient death
Death indicator, Y (yes) or N (no)
Indicator
st
Comments: The PID segment only applies to the ORU^R01 messages. The 1 and
th th th
25 fields are integers, the 24 and 30 fields are Booleans, and others are strings.
When the sample test result is transferred (MSH-16 is 0), the field used in Mindray
HL7 interface is shown in the following table.
1-14
No. Field Length Description
Void and reserved. Universal
4# Universal Service ID 200 service ID
(manufacturer^machine type)
5 Priority 2 STAT. Y for yes and N for no.
Requesting date/time (Test
6 Requested Date/time 26
request time)
Observation date/time, used
7 Observation Date/Time 26
as testing date/time
Observation end date/time
8 Observation End Date/Time 26 used as sample collecting
time
Void and reserved. Collection
9 Collection Volume 20 Volume. Used for calculation
manual dilution.
Fixed: 1^1 Collector
Identifier. Used as sample
10 Collector Identifier 60
position (sample disk
No.^sample cup No.)
Void and reserved. Specimen
11 Specimen Action Code 1
action code
Void and reserved. Danger
12 Danger Code 60
code
13 Relevant Clinical Info. 300 Clinical diagnosis
14 Specimen Received Date/Time 26 Send D/T
sample source, used as
sample type. and defined as
15 Specimen Source 20
sample type on the operating
software.
Order provider, used as
16 Ordering Provider 40
attending doctor
17 Order Callback Phone Number 20 treating department
Void and reserved.
Characteristic of sample
18 Placer Field 1 20 (icterus, hemolysis and
lipemia, others are named by
the customer)
Void and reserved. Blood bag
19 Placer Field 2 20
No.
Void and reserved. Attending
20 Filler Field 1 40
doctor
Void and reserved. Treating
21 Filler Field 2 20
department
Void and reserved. Result
Result Rpt/Status Change –
22 26 report/status
Date/Time
change-date/time
1-15
No. Field Length Description
Void and reserved. Charge to
23 Charge to Practice 40
practice
Void and reserved. Diagnosis
24 Diagnostic Serv Sect ID 10
ID
Void and reserved.
0:unknown 1:requested
25 Result Status 1 2:running 3:completed 4:
incomplete 5 rerun 6
sampling finished
Void and reserved. Parent
26 Parent Result 200
result
Void and reserved.
27 Quantity/Timing 200
Quantity/time
Void and reserved. Result
28 Result Copies To 150
copies
Void and reserved. Parent
29 Parent 150
order
Void and reserved.
30 Transportation Mode 20
Transportation mode
Void and reserved. Reason
31 Reason for Study 300
for study
Void and reserved. Principal
32 Principal Result Interpreter 200
result interpreter
Void and reserved. Assistant
33 Assistant Result Interpreter 200
result interpreter
Void and reserved.
34 Technician 200
Technician
Void and reserved.
35 Transcriptionist 200
Transcriptionist
Void and reserved.
36 Scheduled Date/Time 26
Scheduled date/time
Void and reserved. Number
37 Number of Sample Containers 4
of sample containers
Transport Logistics of Collected Void and reserved. Transport
38 60
Sample logistics of collected sample
Void and reserved.
39 Collector’s Comment 200
Collector’s comment
Transport Arrangement Void and reserved. Transport
40 60
Responsibility arrangement responsibility
Void and reserved. Transport
41 Transport Arranged 30
arranged
Void and reserved. Escort
42 Escort Required 1
required
43 Planned Patient Transport 200 Void and reserved. Planned
1-16
No. Field Length Description
Comment patient transport comment
Void and reserved. Name of
44 Ordering Facility Name 60
placer
Void and reserved. Address
45 Ordering Facility Address 106
of placer
Void and reserved. Phone
46 Ordering Facility Phone Number 48
number of placer
Void and reserved. Address
47 Ordering Provider Address 106
of placer provider
st
Comments: The segment only applies to the ORU^R01 messages. The 1 , and
th th
37 fields are integers, the 9 field is floating number, and others are strings.
QC test results
When QC test results are transferred (MSH-16 is 2), the applied fields include:
1-17
No. Field Length Description
14 Specimen 18 Lot No. of control
Received
Date/Time
15 Specimen Source 26 Expiration date of control Format:
yyyymmdd
16 Ordering Provider 1 Fixed as 0
17 Order Callback 1 Fixed as M.Concentration level of control.
Phone Number H for high; M for medium, L for low.
18 Placer Field 1 8 Mean value (mean concentration)
19 Placer Field 2 8 Standard deviation of control
20 Filler Field 1 25 Test result (concentration)
21 Filler Field 2 20 Result unit
22 Result Rpt/Status 26 Void and reserved. Result report/status
Change – change-date/time
Date/Time
23 Charge to Practice 40 Void and reserved. Charge to practice
24 Diagnostic Serv 10 Void and reserved. Diagnosis ID
Sect ID
25 Result Status 1 Void and reserved. Status of result
26 Parent Result 200 Void and reserved. Parent result
27 Quantity/Timing 200 Void and reserved. Quantity/time
28 Result Copies To 150 Void and reserved. Result copies
29 Parent 150 Void and reserved. Parent order
30 Transportation 1 Transportation mode. Used as module
Mode no. For special calculation, it is Void; for
immunoassay chemistry, it is 1.
31 Reason for Study 300 Void and reserved. Reason for study
32 Principal Result 200 Void and reserved. Principal result
Interpreter interpreter
33 Assistant Result 200 Void and reserved. Assistant result
Interpreter interpreter
34 Technician 200 Void and reserved. Technician
35 Transcriptionist 200 Void and reserved. Transcriptionist
36 Scheduled 26 Void and reserved. Scheduled date/time
Date/Time
37 Number of Sample 4 Void and reserved. Number of sample
Containers containers
38 Transport Logistics 60 Void and reserved. Transport logistics of
of Collected collected sample
Sample
1-18
No. Field Length Description
39 Collector’s 200 Void and reserved. Collector’s comment
Comment
40 Transport 60 Void and reserved. Transport
Arrangement arrangement responsibility
Responsibility
41 Transport Arranged 30 Void and reserved. Transport arranged
42 Escort Required 1 Void and reserved. Escort required
43 Planned Patient 200 Void and reserved. Planned patient
Transport transport comment
Comment
44 Ordering Facility 60 Void and reserved. Name of placer
Name
45 Ordering Facility 106 Void and reserved. Address of placer
Address
46 Ordering Facility 48 Void and reserved. Phone number of
Phone Number placer
47 Ordering Provider 106 Void and reserved. Address of placer
Address provider
Comments: The segment only applies to the ORU^R01 messages. Fields 1, 11 and
37 are integers, while others are strings.
OBX - Observation
The OBX segment of Mindray HL7 interface uses the following fields:
1-19
No. Field Length Description
(concentration) -0x0fffffff means invalid
value
6 Units 20 Unit of test result.
7 References Range 90 Fixed and reserved. Reference range for
test result.
8 Abnormal Flags 5 Fixed as N and reserved. Abnormity flag
to indicate whether the test result is
normal or not.
Comments: The OBX segment only applies to the ORU^R01 messages. Fields
1,and 9 are integers; fields 5 and 13 are floating numbers; others are strings.
If the fifth field is invalid value, please refer to ninth field for the result.
1-20
No. Field Length Description
1# Query Date/Time 26 Query date/time, i.e. system date/time.
2# Query Format Code 1 Query format code, set to R
(record-oriented format).
3# Query Priority 1 Query priority, set to D (deferred).
4# Query ID 10 Query ID, indicates different queries and
increases from 1.
5 Deferred Response 1 Void and reserved. Deferred response type.
Type
6 Deferred Response 26 Void and reserved. Deferred response
Date/Time date/time.
7# Quantity Limited 10 Quantity limited request, set to RD
Request (records).
8# Who Subject Filter 27 Subject filter, used as sample bar code.
9# What Subject Filter 60 Subject filter. OTH for query
10# What Department Data 60 Void and reserved. Department data code.
Code
11 What Data Code Value 20 Void and reserved. Data code value
Qual. qualifier.
12 Query Results Level 1 Void and reserved. Query results level. T for
Full results
The QRF segment is used together with the QRD segment and uses the following
fields:
1-21
No. Field Length Description
7 Which Date/Time 12 Object status. COR(Corrected only (no
Status Qualifier final with corrections))
8 Date/Time 12 Date/time selection qualifier. ALL(All
Selection Qualifier values within the range)
9 When 60 Void and reserved. Time interval.
Quantity/Timing
Qualifier
Comments: QRF segment only applies to QRY^Q02 message. All fields of this
segment are strings.
1-22
DSP - Display Data Segment
The DSP segment displays searched sample information and patient information
and uses the following fields:
Comments: The OBX segment only applies to the ORU^R01 messages. Field 1 is
an integer, while others are strings.
rd
The 3 field is used to display the sample request information from LIS. The order
of the sample request information is in the following table. The Bar Code and the
Test ID are indispensable; others can be void. When the samples include more
th
than one test, the field 29 will be added with the same format.
1-23
No. Content Type Value
sample carousel)
1-24
The analyzer recognizes a test with its Channel Number. For the same test, if the
channel number in the analyzer is 100, the same channel number ,in the LIS server
should be used to transfer the sample information. You can set up the test channel
number of the analyzer via Utility-System Setup-LIS Setup.
Comments: DSC segment only applies to DSR^Q03 message. The only field
of this segment is void when DSR^Q03 message responds to group query and
not void in other conditions. This field is an integer.
After finishing the added tests, the analyzer will only send their results rather than
those that have been finished before to the LIS host.
After rerunning certain tests, the analyzer will send to the LIS host only the original
results and all rerun results rather than those that have been finished before.
1-25
ORU^R01
CL-XXX LIS
ACK^R01
An ORU message may includes the following segments: MSH, PID, OBR and OBX
(multiple OBX segments may be contained if a sample has more than one
test).MSH, standing for message header, is included in each message and in the
format of: (The words in brackets are for explanation and not the segments)
Field Value
Name of patient Mike
Gender Male
Sample ID 10
Is sample ID or not 10
STAT Yes
1-26
Field Value
Unit umol/L, umol/L and umol/L
The analyzer sends the test results to LIS via ORU^R01 message as follows:
<SB>MSH|^~\&|||||20120508094822||ORU^R01|1|P|2.3.1||||0||ASCII|||<CR>
PID|1|1001|||Mike||19851001095133|M|||keshi|||||||||||||||beizhu|||||<CR>
OBR|1|12345678|10|^|Y|20120405193926|20120405193914|20120405193914|||||l
inchuangzhenduan|20120405193914|serum|lincyisheng|keshi||||||||3|||||||||||||||||||||||<
CR>
<EB><CR>
When receiving the message, the LIS host first judges the legality and type of the
message and then replies accordingly. The following is a standard reply by LIS.
<SB>MSH|^~\&|||||20120508094823||ACK^R01|1|P|2.3.1||||0||ASCII|||<CR>
MSA|AA|1|Message accepted|||0|<CR>
<EB><CR>
If error is included in the ORU message, it can be returned in the MSA segment.
For example, when an reject error of 206 occurs on the LIS host, the ACK message
for reply is as follows:
<SB>MSH|^~\&|||||20120508094823||ACK^R01|1|P|2.3.1||||0||ASCII|||<CR>
<EB><CR>
Sending QC Results
Field Value
Test No. 7
Test AST
Control No. 2
1-27
Field Value
Control name QUAL2
The analyzer sends the test results to LIS via ORU^R01 message as follows:
<SB>MSH|^~\&|||||20120508103014||ORU^R01|1|P|2.3.1||||2||ASCII|||<CR>
OBR|1|7|AST|^|0|20130729160839|20120405141255|20130729161552|||1|2|QUA
L2|2222|20300101|0|M|55.000000|5.000000|0.137470| nkat/L
|||||||||1||||||||||||||||||<CR>
<EB><CR>
<SB>MSH|^~\&|||||20120508094823||ACK^R01|1|P|2.3.1||||2||ASCII|||<CR>
MSA|AA|1|Message accepted|||0|<CR>
<EB><CR>
The analyzer provides three ways to download samples: by sample bar code, by
specified sample ID range, and by test time.
1-28
Note: Please read the operator’s manual of the analyzer for the downloading
instructions.
<SB>MSH|^~\&|||||20120508104700||QRY^Q02|4|P|2.3.1||||||ASCII|||<CR>
QRD|20120508104700|R|D|1|||RD|0019|OTH|||T|<CR>
QRF||||||RCT|COR|ALL||<CR>
<EB><CR>
When receiving the message, the LIS returns the QCK^Q02 message and replies
as follows if the sample of the bar code exists:
<SB>MSH|^~\&|||||20120508104700||QCK^Q02|4|P|2.3.1||||||ASCII|||<CR>
MSA|AA|4|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
<EB><CR>
If the sample of the bar code does not exist, the LIS replies as follows:
<SB>MSH|^~\&|||||20120508104700||QCK^Q02|4|P|2.3.1||||||ASCII|||<CR>
MSA|AA|4|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|NF|<CR>
<EB><CR>
When the sample of the specified bar code exists on LIS, the LIS returns the
QCK^Q02 message and sends the data message DSR^Q03, which contains the
patient demographics, sample and test information.
Gender Male
1-29
Field Description Value
Birth date 24.08.62
Patient ID 1212
Bed No. 27
Sample ID 3
STAT No
Sender Mary
Test No. 1, 2, 5
<SB>MSH|^~\&|||||20120508110131||DSR^Q03|4|P|2.3.1||||||ASCII|||<CR>
MSA|AA|4|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
QRD|20120508110131|R|D|2|||RD||OTH|||T|<CR>
QRF||||||RCT|COR|ALL||<CR>
DSP|1||1212|||<CR>
DSP|2||27|||<CR>
DSP|3||Tommy|||<CR>
DSP|4||19620824000000|||<CR>
DSP|5||M|||<CR>
DSP|6||O|||<CR>
1-30
DSP|7|||||<CR>
DSP|8|||||<CR>
DSP|9|||||<CR>
DSP|10|||||<CR>
DSP|11|||||<CR>
DSP|12|||||<CR>
DSP|13|||||<CR>
DSP|14|||||<CR>
DSP|15||outpatient|||<CR>
DSP|16|||||<CR>
DSP|17||own|||<CR>
DSP|18|||||<CR>
DSP|19|||||<CR>
DSP|20|||||<CR>
DSP|21||0019|||<CR>
DSP|22||3|||<CR>
DSP|23||20070301183500|||<CR>
DSP|24||N|||<CR>
DSP|25||1|||<CR>
DSP|26||serum|||<CR>
DSP|27|||||<CR>
DSP|28|||||<CR>
DSP|29||1^^^|||<CR>
DSP|30||2^^^|||<CR>
DSP|31||5^^^|||<CR>
DSC||<CR>
<EB><CR>
No DSR message will be sent if a QCK^Q02 message has been sent indicating no
corresponding sample on LIS.
1-31
When receiving the DSR message, the analyzer replies as follows:
<SB>MSH|^~\&|||||20120508110131||ACK^Q03|4|P|2.3.1||||||ASCII|||<CR>
MSA|AA|4|Message accepted|||0|<CR>
ERR|0|<CR>
<EB><CR>
<SB>MSH|^~\&|||||20120508115221||QRY^Q02|6|P|2.3.1||||||ASCII|||<CR>
QRD|20120508115221|R|D|3|||RD||OTH|||T|<CR>
QRF||||1|9|RCT|COR|ALL||<CR>
<EB><CR>
When receiving the message, the LIS returns the QCK^Q02 message and replies
as follows if the samples whthin the ID range exist.
<SB>MSH|^~\&|||||20120508115221||QCK^Q02|6|P|2.3.1||||||ASCII|||<CR>
MSA|AA|6|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
<EB><CR>
If samples within the ID range do not exist, the LIS replies as follows:
<SB>MSH|^~\&|||||20120508104700||QCK^Q02|6|P|2.3.1||||||ASCII|||<CR>
MSA|AA|6|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|NF|<CR>
<EB><CR>
1-32
When samples within the ID range exist on LIS, the LIS returns the QCK^Q02
message and sends the data message DSR^Q03, which contains the patient
demographics, sample and test information.
Bed No. 27 27
Sample ID 3 3
STAT No No
Test No. 1, 2, 5 1, 2, 5
<SB>MSH|^~\&|||||20120508110131||DSR^Q03|4|P|2.3.1||||||ASCII|||<CR>
MSA|AA|4|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
QRD|20120508110131|R|D|2|||RD||OTH|||T|<CR>
QRF||||||RCT|COR|ALL||<CR>
DSP|1||1212|||<CR>
DSP|2||27|||<CR>
DSP|3||Tommy|||<CR>
1-33
DSP|4||19620824000000|||<CR>
DSP|5||M|||<CR>
DSP|6||O|||<CR>
DSP|7|||||<CR>
DSP|8|||||<CR>
DSP|9|||||<CR>
DSP|10|||||<CR>
DSP|11|||||<CR>
DSP|12|||||<CR>
DSP|13|||||<CR>
DSP|14|||||<CR>
DSP|15||outpatient|||<CR>
DSP|16|||||<CR>
DSP|17||own|||<CR>
DSP|18|||||<CR>
DSP|19|||||<CR>
DSP|20|||||<CR>
DSP|21||0019|||<CR>
DSP|22||3|||<CR>
DSP|23||20070301183500|||<CR>
DSP|24||N|||<CR>
DSP|25||1|||<CR>
DSP|26||serum|||<CR>
DSP|27|||||<CR>
DSP|28|||||<CR>
DSP|29||1^^^|||<CR>
DSP|30||2^^^|||<CR>
DSP|31||5^^^|||<CR>
DSC|1|<CR>
1-34
<EB><CR>
<SB>MSH|^~\&|||||20120508110131||ACK^Q03|4|P|2.3.1||||||ASCII|||<CR>
MSA|AA|4|Message accepted|||0|<CR>
ERR|0|<CR>
<EB><CR>
<SB>MSH|^~\&|||||20120508110131||DSR^Q03|5|P|2.3.1||||||ASCII|||<CR>
MSA|AA|5|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
QRD|20120508110131|R|D|2|||RD||OTH|||T|<CR>
QRF||||||RCT|COR|ALL||<CR>
DSP|1||1213|||<CR>
DSP|2||28|||<CR>
DSP|3||Jack|||<CR>
DSP|4||19620824000000|||<CR>
DSP|5||M|||<CR>
DSP|6||O|||<CR>
DSP|7|||||<CR>
DSP|8|||||<CR>
DSP|9|||||<CR>
DSP|10|||||<CR>
DSP|11|||||<CR>
DSP|12|||||<CR>
DSP|13|||||<CR>
DSP|14|||||<CR>
1-35
DSP|15||outpatient|||<CR>
DSP|16|||||<CR>
DSP|17||own|||<CR>
DSP|18|||||<CR>
DSP|19|||||<CR>
DSP|20|||||<CR>
DSP|21||0020|||<CR>
DSP|22||4|||<CR>
DSP|23||20070301183500|||<CR>
DSP|24||N|||<CR>
DSP|25||1|||<CR>
DSP|26||serum|||<CR>
DSP|27|||||<CR>
DSP|28|||||<CR>
DSP|29||1^^^|||<CR>
DSP|30||2^^^|||<CR>
DSP|31||5^^^|||<CR>
DSC||<CR>
<EB><CR>
<SB>MSH|^~\&|||||20120508110131||ACK^Q03|5|P|2.3.1||||||ASCII|||<CR>
MSA|AA|5|Message accepted|||0|<CR>
ERR|0|<CR>
<EB><CR>
1-36
For example, to download all samples from 10am to 3pm of the current day, the
message should be:
<SB>MSH|^~\&|||||20120508150259||QRY^Q02|7|P|2.3.1||||||ASCII|||<CR>
QRD|20120508150259|R|D|4|||RD||OTH|||T|<CR>
QRF||20120508100000|20120508150000|||RCT|COR|ALL||<CR>
<EB><CR>
Similarly to single sample query, the LIS host replies accordingly if corresponding
samples exist. If yes, the LIS host sends all qualified samples to the analyzer after
returning the query reply. Each sample is transferred via a DSR message, and the
DSC segment of the last DSR message is void, indicating the end of the group
transfer. For example: 3 qualified samples are found on LIS and are as follows:
Sample ID 2 3 9
No. of included 1, 4 2, 3, 6 8
tests
<SB>MSH|^~\&|||||20120508110131||DSR^Q03|5|P|2.3.1||||||ASCII|||<CR>
MSA|AA|5|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
QRD|20120508110131|R|D|2|||RD||OTH|||T|<CR>
QRF||||||RCT|COR|ALL||<CR>
1-37
DSP|1|||||<CR>
DSP|2|||||<CR>
DSP|3||Jacky|||<CR>
DSP|4||19720216000000|||<CR>
DSP|5||M|||<CR>
DSP|6||O|||<CR>
DSP|7|||||<CR>
DSP|8|||||<CR>
DSP|9|||||<CR>
DSP|10|||||<CR>
DSP|11|||||<CR>
DSP|12|||||<CR>
DSP|13|||||<CR>
DSP|14|||||<CR>
DSP|15|||||<CR>
DSP|16|||||<CR>
DSP|17|||||<CR>
DSP|18|||||<CR>
DSP|19|||||<CR>
DSP|20|||||<CR>
DSP|21||1587120|||<CR>
DSP|22||2|||<CR>
DSP|23|||||<CR>
DSP|24||N|||<CR>
DSP|25|||||<CR>
DSP|26||serum|||<CR>
DSP|27|||||<CR>
DSP|28|||||<CR>
DSP|29||1^^^|||<CR>
1-38
DSP|30||4^^^|||<CR>
DSC|1|<CR>
<EB><CR>
The analyzer sends back an ACK message to LIS every time when receiving a
DSR message. The ACK messages for the above-mentioned DSR messages are:
<SB>MSH|^~\&|||||20120508110131||ACK^Q03|5|P|2.3.1||||||ASCII|||<CR>
MSA|AA|5|Message accepted|||0|<CR>
ERR|0|<CR>
<EB><CR>
<SB>MSH|^~\&|||||20120508110131||DSR^Q03|5|P|2.3.1||||||ASCII|||<CR>
MSA|AA|5|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
QRD|20120508110131|R|D|2|||RD||OTH|||T|<CR>
QRF||||||RCT|COR|ALL||<CR>
DSP|1|||||<CR>
DSP|2|||||<CR>
DSP|3||Jessica|||<CR>
DSP|4||19830512000000|||<CR>
DSP|5||F|||<CR>
DSP|6|||||<CR>
DSP|7|||||<CR>
DSP|8|||||<CR>
DSP|9|||||<CR>
DSP|10|||||<CR>
DSP|11|||||<CR>
DSP|12|||||<CR>
1-39
DSP|13|||||<CR>
DSP|14|||||<CR>
DSP|15|||||<CR>
DSP|16|||||<CR>
DSP|17|||||<CR>
DSP|18|||||<CR>
DSP|19|||||<CR>
DSP|20|||||<CR>
DSP|21||1587121|||<CR>
DSP|22||3|||<CR>
DSP|23|||||<CR>
DSP|24||Y|||<CR>
DSP|25|||||<CR>
DSP|26||plasma|||<CR>
DSP|27|||||<CR>
DSP|28|||||<CR>
DSP|29||2^^^|||<CR>
DSP|30||3^^^|||<CR>
DSP|31||4^^^|||<CR>
DSC|2|<CR>
<EB><CR>
The analyzer sends back an ACK message to LIS every time when receiving a
DSR message. The ACK messages for the above-mentioned DSR messages are:
<SB>MSH|^~\&|||||20120508110131||ACK^Q03|5|P|2.3.1||||||ASCII|||<CR>
MSA|AA|5|Message accepted|||0|<CR>
ERR|0|<CR>
1-40
<SB>MSH|^~\&|||||20120508110131||DSR^Q03|5|P|2.3.1||||||ASCII|||<CR>
MSA|AA|5|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
QRD|20120508110131|R|D|2|||RD||OTH|||T|<CR>
QRF||||||RCT|COR|ALL||<CR>
DSP|1|||||<CR>
DSP|2|||||<CR>
DSP|3||Anata|||<CR>
DSP|4||19791212000000|||<CR>
DSP|5||F|||<CR>
DSP|6|||||<CR>
DSP|7|||||<CR>
DSP|8|||||<CR>
DSP|9|||||<CR>
DSP|10|||||<CR>
DSP|11|||||<CR>
DSP|12|||||<CR>
DSP|13|||||<CR>
DSP|14|||||<CR>
DSP|15|||||<CR>
DSP|16|||||<CR>
DSP|17|||||<CR>
DSP|18|||||<CR>
DSP|19|||||<CR>
DSP|20|||||<CR>
DSP|21||1587125|||<CR>
DSP|22||9|||<CR>
DSP|23|||||<CR>
1-41
DSP|24||Y|||<CR>
DSP|25|||||<CR>
DSP|26||urine|||<CR>
DSP|27|||||<CR>
DSP|28|||||<CR>
DSP|29||8^^^|||<CR>
DSC||<CR>
<EB><CR>
The analyzer sends back an ACK message to LIS every time when receiving a
DSR message. The ACK messages for the above-mentioned DSR messages are:
<SB>MSH|^~\&|||||20120508110131||ACK^Q03|5|P|2.3.1||||||ASCII|||<CR>
MSA|AA|5|Message accepted|||0|<CR>
ERR|0|<CR>
DSR^Q03
CL-XXX LIS
ACK^Q03
Note: Please read the operator’s manual of the analyzer for instructions of sending
samples to LIS host.
th
If LIS system is to set sample request information, the 15 field of MSH should be
set to P. If DSR^Q03 is to be set, the “patient”, “sample”, “test information” should
be:
Field Value
Name of patient Tommy
Gender Male
1-42
Field Value
Blood type of patient O
Patient ID 1212
Bed No. 27
Sample ID 3
STAT No
Sender Mary
Test No. 1, 2, 5
<SB>MSH|^~\&|||||20120508110131||DSR^Q03|4|P|2.3.1|||P|||ASCII|||<CR>
MSA|AA|4|Message accepted|||0|<CR>
ERR|0|<CR>
QAK|SR|OK|<CR>
QRD|20120508110131|R|D|2|||RD||OTH|||T|<CR>
QRF||||||RCT|COR|ALL||<CR>
DSP|1||1212|||<CR>
DSP|2||27|||<CR>
DSP|3||Tommy|||<CR>
DSP|4||19620824000000|||<CR>
DSP|5||M|||<CR>
DSP|6||O|||<CR>
DSP|7|||||<CR>
DSP|8|||||<CR>
1-43
DSP|9|||||<CR>
DSP|10|||||<CR>
DSP|11|||||<CR>
DSP|12|||||<CR>
DSP|13|||||<CR>
DSP|14|||||<CR>
DSP|15||outpatient|||<CR>
DSP|16|||||<CR>
DSP|17||own|||<CR>
DSP|18|||||<CR>
DSP|19|||||<CR>
DSP|20|||||<CR>
DSP|21||0019|||<CR>
DSP|22||3|||<CR>
DSP|23||20070301183500|||<CR>
DSP|24||N|||<CR>
DSP|25||1|||<CR>
DSP|26||serum|||<CR>
DSP|27|||||<CR>
DSP|28|||||<CR>
DSP|29||1^^^|||<CR>
DSP|30||2^^^|||<CR>
DSP|31||5^^^|||<CR>
DSC||<CR>
<EB><CR>
<SB>MSH|^~\&|||||20120508110131||ACK^Q03|4|P|2.3.1||||||ASCII|||<CR>
MSA|AA|4|Message accepted|||0|<CR>
1-44
ERR|0|<CR>
<EB><CR>
NOTE
The <CR> in the sample above is only for reading convenience and is
not included in the real message.
1-45
1-46
2 Mindray ASTM Interface
Only portion of the messages, segments and other data defined are used for ASTM
interface that needs only part of these data.
In ASTM protocol, when the sender is to send data, first it sends <ENQ> control
character to the target receiver; if the receiver has resources, it will respond with
2-1
<ACK>; otherwise, it will respond with <NAK>. If the sender receives the <ACK>,
the data frame will be sent. When the sending is completed, the <EOT>will be sent
to the receiver which ends the whole process. The workflow is shown below:
<ENQ>, <ACK>, <EOT>, <NAK> and <STX> are standard ASCII code control
characters.
<ACK> 0x06
<EOT> 0x04
<NAK> 0x15
<STX> 0x02
<LF> 0x0A
<CR> 0x0D
<ETB> 0x17
<ETX> 0x03
2-2
2.1.3 ASTM Protocol Communication Mode
In ASTM protocol, three status are defined: main mode, subordinate mode and
neutral mode. The main mode is data sending side. The subordinate mode is the
data receiving side, receiving the data and responding with control command. The
neutral mode is a waiting mode, which means no data receiving and sending
occurs. When either of the instrument or the LIS is in main mode, the other should
be in subordinate mode. The two can be in neutral mode simultaneously, but either
side should be in one mode at a specific time.
When both of the instrument and the LIS system have no data to be sent, both
sides will be in neutral mode. If one side has data to be sent (eg, instrument needs
to inquire sample information from LIS system), the instrument first sends <ENQ>
control character to LIS system. When the sending is completed, the instrument will
not process any command or data, except for <ACK>, <NAK> and <ENQ>. When
the LIS system receives <ENQ>, it will respond with <ACK> control character. If the
response is completed, the LIS system will be in subordinate mode, ready to
receive data. At this time the instrument will be in main mode, asking for data
sending. When the sending is completed, the instrument will send control character
to the LIS system, announcing the completion of the LIS system data. The
instrument will be in neutral mode. After the LIS receives <EOT>, it will be in
neutral mode.
2-3
.
When both of the instrument and LIS system are in bidirectional communication
status, both sides can be sender and receiver, so both sides might have data to
send to each other at the same time, thus both sides will send <ENQ> to each
other simultaneously to enter main mode. But ASTM protocol is a unidirectional
protocol, the sending and receiving are simultaneously. If both sides are sending,
conflict might occur. The ASTM protocol has two rules to avoid the conflict.
When the instrument receives control command character <ENQ> after sending it,
it will send <NAK>, waiting for the ACK from LIS.
When the LIS system receives <ENQ> control command character after sending it,
it should stop any data send trial and be ready to receive data. When it receives the
next <ENQ> control command character, it will return <ACK> and <NAK> to
confirm.
2-4
The Communication Procedure to Inquire and Download
Sample
The procedure to inquire sample is as follows:
2-5
Neutral Mode
Send ENQ
Response
ACK
Subordinate
Main mode
mode
Inquire
Send inquire Proced
ure
Response
ACK
Send EOT
Neutral Mode
Send ENQ
Response
ACK
Subordinate
Main mode
mode
Download sample Downlo
information ad
procedu
Response re
ACK
Send EOT
Neutral Mode
After finishing the added tests, the analyzer will only send their results rather than
those that have been finished before to the LIS host.
2-6
After rerunning certain tests, the analyzer will send to the LIS host only the original
results and all rerun results rather than those that have been finished before.
The sent data will include part or all of the 7 message record mentioned above.
For instance,
The ASTM protocol data frame of a complete sample test result is shown as
follows:
Result Record
Result Record
2-7
Result Record
·
··
The record is composed of the record name of 1 character and some fields. The
fields is composed of the components. H record defines the separator of the units.
For instance,
H|\^&|||Mindray^^|||||||PR|1394-97|20090910102501<CR>
Where,
The four characters following H are defined as delimiters to separate the fields,
replicate degree and component. The following characters are used in Mindray
ASTM interface.
Character Description
| Field separator
\ Repetition separator
^ Component separator
& Escape character
When the field content include the characters above, transferred meaning
characters is needed. In Mindray ASTM standard, ”|” is transferred to ”&|”.
Where,
2-8
FN : Frame Number (0-7) starts from 1
<ETB> : Frame end character-when the requested data is too big, it is separated
by frame end character (0x17)
There are two types of ASTM protocol message frames: medium frame and end
frame. The medium from is not a must, only used to separate the frame when the
message is too big. The end frame is indispensable.
n + 6 Byte
1Byte
……
1 Message Record String CR n Message Record String CR
0x0D
1H|\^&|||Mindry^^|||||||PR|1394-97|20100719141017
1H|\^&|||Mindry^^|||||||PR|1394-97|20100719141017
P|1||||PName^^||20100719^^|M||||||||||||||||||||||||||
O|1|12^^||1^ALT^^|R|20100710213929||||||||20100710213950|serum||||||||||F|||||
R|1|1^ALT^^F|10.03^^^^|U/L|^|N||F|10.03^^^^||20100710215808||BS-XXX^10
L|1|N
2-9
ASTM Message Record Code
H Header Record
P Patient Record
O Order Record
R Result Record
C Comment Record
L Terminator Record
The table lists all the fields used in the message record. The numbers followed by a
‘#’ symbol indicate the optional fields according to the ASTM protocol.
NOTE
In Mindray ASTM interface, we not omit any field in the message
record. If the field has no value, it is set to void.
HeaderRecord-“H”
H is the header of all messages. The separator should be in the second field of the
H message.
ASTM Field
Field Name Field Contents Max Length
Field Description
1# Record Type ID H 1 Record type ID
4 Field separator
| Repetition
separator
Delimiter \
2# Element
Definition ^
separator
&
Code change
separator
2-10
ASTM Field
Field Name Field Contents Max Length
Field Description
- Void and
4 Password
reserved.
40 Fixed as
Sender Name or Mindray
5 String
ID Instrument
name
20 Void and
Software Version String and number reserved.
Software Ver.:
20 Void and
reserved.
Serial number String and number
Instrument serial
number
- Void and
7 Reserved field
reserved.
Sender -
Telephone Void and
8
reserved.
Number
- Void and
10 Receiver ID
reserved.
Comment or -
Special Void and
11
reserved.
Instructions
QA (query response)
SA (sample request
information)
12 Version number
13# Version Number String and Number of protocol, fixed
as 1394-97
2-11
Example:
H|\^&|||Mindray^^|||||||PR|1394-97|20090910102501<CR>
L|1|N<CR>
ASTM Max
Field Name Field Contents Field Description
Field Length
1# Record Type ID P 1 Record type ID
Practice Assigned
3 - Void and reserved.
Patient ID
String and
4 Patient ID 30 Patient ID
number
Name of patient
Patient Name
Last^First^Middle Initial
Y = year
8 M = Month
W = Week
Age Unit 1 Age unit
D = Days
H = Hours
If empty =Year
2-12
ASTM Max
Field Name Field Contents Field Description
Field Length
M(Male)
9 Patient Sex F(Female) 1 Patient gender
U(unknown)
A
B
O
Void and reserved.
12 Reserved Field AB 20
Blood type
Others are
defined by the
customers
themselves
icterus
Void and reserved
Hemolysis Sample type. When
15 Special field 1 lipemia 30 icterus is used, pay
attention to that it is
Others defined by case sensitive.
user
2-13
ASTM Max
Field Name Field Contents Field Description
Field Length
22 Practice Field #1 - Void and reserved.
Admission and
24 - Void and reserved.
dischargedates
The user can enter the last name for the P-6 patient name.
Example:
H|\^&|||Mindray^^|||||||SA|1394-97|20090910102501<CR>
P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi|||||||| Diagnosis
information||||||| |||||||||<CR>
L|1|N<CR>
When transferring patient sample results (PR/SA/QA for H-12), the following fields
are used.
2-14
ASTM Max
Field Name Field Contents Field Description
Field Length
1# Record Type ID O 1 Record type ID
String and 10
Sample ID Sample ID
number
3
Sample Tray No. Number 2 Void and reserved
Instrument Specimen
4 String 27 Sample bar code
ID
50 Test Name(full
Assay Name String
name)
5
4 Void and reserved
Dilution Rate Number
Dilution Ratio
R(routine)S 1
6 Priority STAT
(STAT)
14 Sample collection
Specimen Collection
8 String time
Date and Time
20090910121532
Relevant Clinical -
14 String Void and reserved.
Information
2-15
ASTM Max
Field Name Field Contents Field Description
Field Length
serum 20
Sample type, case
urine sensitive. The
default sample type
Specimen type plasma
is set to the defined
(This field is not timed value at the left
16 side which varies
translated to local other among different
products. The
languages) blood
customer can
amniotic modify to their
needs.
Date/Time Results -
23 Void and reserved.
Reported/Mod
Instrument Charge to -
24 Void and reserved.
computer system
O (request from) 1
Q (query
26# Report Type Report type
response)
F (final result)
Location Specimen -
28 Void and reserved.
Collected
2-16
ASTM Max
Field Name Field Contents Field Description
Field Length
Nosocomial Infection -
29 Void and reserved.
flag
th
The test code of the 5 field can be recognized by both sides. When the instrument
th
sends test result to the LIS system. The ReportType of the 26 field is set to F.
th
When the LIS system sends inquiry to the instrument, the ReportType fo the 26 is
th
set to Q. the ReportType of the 26 field is set to O, when LIS send sample
information to the instrument.
Example:
H|\^&|||Mindray^^|||||||SA|1394-97|20090910102501<CR>
P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi||||||||linchuangzhenduan
||||||||||||||||<CR>
O|1|1^^|SAMPLE123|1^Test1^^\2^Test2^^\3^Test3^^\4^Test4^^|R|200909101353
00|20090910125300|||||||20130715102431|Urine|Dr.Who|Department1||Dr.Tom||||||
F|||||<CR>
L|1|N<CR>
When transferring QC results (QR for H-12), the following fields are used.
ASTM Max
Field Name Field Contents Field Description
Field Length
1# Record Type ID O 1 Record type ID
String and 20
Sample ID Void and reserved.
number
3
Sample Tray No. Number 2 Void and reserved.
Instrument Specimen
4 String 29 Void and reserved.
ID
2-17
ASTM Max
Field Name Field Contents Field Description
Field Length
Requested Date and 14
Time (Sample QC Request time
7 String
program 20090910121532
creation date)
Specimen Collection 14
8 String Void and reserved.
Date and Time
0-99999.0 7
10 Collection Volume Void and reserved.
Max = 99999.0
Collected by (ID or 18
11 String Void and reserved.
Name)
8 Expiration date of
Period of validity String
control, e.g. 20090910
Average 8
12 Number Control average
Concentration
8 Standard deviation of
Standard Diff. Number
control
25 Test result
Concentration Number
(concentration)
Relevant Clinical -
14 String Void and reserved.
Information
Date/Time Specimen 14
15 String Void and reserved.
Received in the Lab.
Serum 10
Specimen type Urine
(This field is not CSF
16 Void and reserved.
translated to local Plasma
languages) Timed
Other
2-18
ASTM Max
Field Name Field Contents Field Description
Field Length
Blood
Amniotic
Urethral
Saliva
Cervical
Synovial
Physician Phone 30
18 String Void and reserved.
number
Date/Time Results -
23 Void and reserved.
Reported/Mod
Instrument Charge to -
24 Void and reserved.
computer system
Instrument Section -
25 Void and reserved.
ID
O (request from) 1
Q (query
response)
26 Report Type Report type
F (final result)
X (sample
rejected)
Location Specimen -
28 Void and reserved.
Collected
2-19
ASTM Max
Field Name Field Contents Field Description
Field Length
Nosocomial Infection -
29 Void and reserved.
flag
Example:
H|\^&|||Mindray^^|||||||QR|1394-97|20090910102501<CR>
P|1|||||||||||||||||||||||||||||||||<CR>
O|1|||1^CA125||20090910121532|||||1^QC1^1111^20100910^10^M^5^10.28\2^QC
2^2222^20100910^20^M^10^20.48\3^QC3^3333^20100910^30^M^15^30.25|||||||||
|||||F|||||<CR>
L|1|N<CR>
Result Record-“R”
The result record includes one test and one test result, which means one test result
is corresponding to one result record.
Max
ASTM
Field Name Field Contents Lengt Field Description
Field
h
1# Record Identifier R 1 Record type ID
I: Qualitative result
value
Result Type 1 Result type
F: Qualitative result
value
2-20
Max
ASTM
Field Name Field Contents Lengt Field Description
Field
h
(Negative(-), result. or qualitative
Positive(+), Weak flag is used for
positive(+-)etc) quantitative test result
or optimized result. If
they coexist, it stands
for qualitative flag.
5
Units String 12 Unit
L (result< reference
range)
Fixed as N. Abnormal
7 Result Abnormal flag H (result> reference 1
result flag
range)
N - Normal
Quantitative original
test result, valid only
Number
Measurement Value 25 when result type is F)
(quantitative)
The value” -0x0fffffff”
means invalid value.
2-21
Max
ASTM
Field Name Field Contents Lengt Field Description
Field
h
result of serum index
H
Number
11 Operator Identification 1 – Rerun result 1 Flag of rerun result.
0 – Not rerun result
Instrument String
Sender. Fixed as
14 Identification Such as LIS or 16
Mindray
(Sender Name) CLXXXX
Example:
H|\^&|||Mindray^^|||||||PR|1394-97|20090910102501<CR>
P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi||||||||zhenduan||01|||||A1|002|
|||||||<CR>
O|1|1^^|SAMPLE123|1^Test1^^\2^Test2^^\3^Test3^^\4^Test4^^|R|200909101353
00|20090910125300|||||||20130715102431|Urine|Dr.Who|Department1||Dr.Tom||||||
F|||||<CR>
R|1|1^CA125^^F|10000.000000^^^^|U/mL|^|N||F|1074051.882311^^^^|0|2013071
5102938||Mindray^<CR>
R|2|2^TPSA^^F|5547.808063^^^^|ng/mL|^|N||F|5547.808063^^^^|0|20130715103
002||Mindray^<CR>
L|1|N<CR>
Note: Field No.11 is used to identify rerun result. If the result of the fourth field is
invalid value, please refer to the result of the string.
2-22
Comment Record – “C”
Only the result comment of Comment Record is used currently to describe the test
result.
Max
ASTM
Field Name Field Contents Lengt Field Description
Field
h
1# Record Identifier C 1 Record type ID
Comment source,
3 Comment Sourc I 1
fixed value
G(result comment)
5 Comment Type 1 Comment type
I (abnormal string)
Example:
H|\^&|||Mindray^^|||||||PR|1394-97|20090910102501<CR>
P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi||||||||zhenduan||01|||||A1|002|
|||||||<CR>
O|1|1^^|SAMPLE123|1^Test1^^\2^Test2^^\3^Test3^^\4^Test4^^|R|200909101353
00|20090910125300|||||||20130715102431|Urine|Dr.Who|Department1||Dr.Tom||||||
F|||||<CR>
R|1|1^CA125^^F|10000.000000^^^^|U/mL|^|N||F|1074051.882311^^^^|0|2013071
5102938||Mindray^<CR>
R|2|2^TPSA^^F|5547.808063^^^^|ng/mL|^|N||F|5547.808063^^^^|0|20130715103
002||Mindray^<CR>
C|1|I|Result Description|I<CR>
L|1|N<CR>
Request Record-“Q”
Request Record is used to send inquiring sample request information to LIS server.
The message includes patient ID, sample ID, time range and etc. If the LIS server
does not return information in specified time, the instrument can cancel inquiry.
2-23
ASTM Max
Field Name Field Contents Field Description
Field Length
1# Record Identifier Q 1 Record type ID
Void and
Patient ID String 30
reserved.Patient ID
3
Specimen ID String 27 Sample bar code
Nature of Request
6 Time - Void and reserved.
Limits
Beginning Request
7 String 14 Inquire start time
results date/time.
Ending Request
8 results String 14 Inquire end time
date/time
Requesting
9 Physician - Void and reserved.
name
Requesting
10 Physician - Void and reserved.
Telephone
Request O : Request
13# Information status sample inquire 1 Inquire order code
Codes
If field 3 is not blank, the query is performed based on sample bar code; if field 3 is
blank while field 4 is not blank, the query is performed based on sample ID, with
field 5 as the end sample ID. Query can be done for certain sample ID range. If
both fields 3 and 4 are blank, query will be performed based on time range.
Example:
H|\^&|||Mindray^^|||||||RQ|1394-97|20090910102501<CR>
2-24
Q|1|^SAMPLE123||||||||||O<CR>
L|1|N<CR>
H|\^&|||Mindray^^|||||||QA|1394-97|20090910102501<CR>
L|1|I<CR>
P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi||||||||zhenduan||01|||||A1|002|
|||||||<CR>
O|1|1^^|SAMPLE123|1^Test1^^\2^Test2^^\3^Test3^^\4^Test4^^|R|200909101353
00|20090910125300|||||||20130715102431|Urine|Dr.Who|Department1||Dr.Tom||||||
Q|||||<CR>
L|1|N<CR>
Terminator Record-“L”
The Terminator record will be at the end of the message indicating the termination
of the message.
Max
ASTM
Field Name Field Contents Lengt Field Description
Field
h
1# Record Identifier C 1 Record type ID
N=normal
termination
I=No information
available from the
3# Terminator code 1 Termination code
last query.
Q=Error for in
last request for
information
2-25
Example:
H|\^&|||Mindray^^|||||||PR|1394-97|20090910102501<CR>
L|1|N<CR>
INSTRUM <ENQ>
ENT:
HOST: <ACK>
INSTRUM <STX>1H|\^&|||Mindray^^|||||||PR|1394-97|20090910102501<
ENT: CR>
P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi||||||||zhe
nduan||01|||||A1|002||||||||<CR>
O|1|1^^|SAMPLE123|1^CA125^^\2^CA126^^\3^TPSA^^\4^HI
V^^|R|20090910135300|20090910125300|||||||201307151024
31|Urine|Dr.Who|Department1||Dr.Tom||||||F|||||<CR>
R|1|1^CA125^^F|10000.000000^^^^|U/mL|^|N||F|1074051.882
311^^^^|0|20130715102938||Mindray^<CR>
R|2|2^CA126^^F|10000.000000^^^^|U/mL|^|N||F|1074051.882
311^^^^|0|20130715102938||Mindray^<CR>
R|3|3^TPSA^^F|5547.808063^^^^|ng/mL|^|N||F|5547.808063^
^^^|0|20130715103002||Mindray^<CR>
R|4|4^HIV^^F|5547.808063^^^^|ng/mL|^|N||F|5547.808063^^^
^|0|20130715103002||Mindray^<CR>
2-26
L|1|N<CR><ETX><CS><CR><LF>
HOST: <ACK>
INSTRUM <EOT>
ENT:
INSTRUM <ENQ>
ENT:
HOST: <ACK>
INSTRUM <STX>1H|\^&|||Mindray^^|||||||PR|1394-97|20090910102501<CR><ETB><
ENT: CS><CR><LF>
HOST: <ACK>
INSTRUM <STX>2P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi||||||||zhendu
ENT: an||01|||||A1|002||||||||<CR><ETB><CS><CR><LF>
HOST: <ACK>
INSTRUM <STX>3O|1|1^^|SAMPLE123|1^CA125^^\2^CA126^^\3^TPSA^^\4^HIV^^|
ENT: R|20090910135300|20090910125300|||||||20130715102431|Urine|Dr.Who
|Department1||Dr.Tom||||||F|||||<CR><ETB><CS><CR><LF>
HOST: <ACK>
INSTRUM <STX>4R|1|1^CA125^^F|10000.000000^^^^|U/mL|^|N||F|1074051.88231
ENT: 1^^^^|0|20130715102938||Mindray^<CR><ETB><CS><CR><LF>
HOST: <ACK>
INSTRUM <STX>5R|2|2^CA126^^F|10000.000000^^^^|U/mL|^|N||F|1074051.88231
ENT: 1^^^^|0|20130715102938||Mindray^<CR><ETB><CS><CR><LF>
HOST: <ACK>
INSTRUM <STX>6R|3|3^TPSA^^F|5547.808063^^^^|ng/mL|^|N||F|5547.808063^^^^|
ENT: 0|20130715103002||Mindray^<CR><ETB><CS><CR><LF>
HOST: <ACK>
INSTRUM <STX>7R|4|4^HIV^^F|5547.808063^^^^|ng/mL|^|N||F|5547.808063^^^^|0|
ENT: 20130715103002||Mindray^<CR><ETB><CS><CR><LF>
HOST: <ACK>
INSTRUM <STX>8L|1|N<CR><ETX><CS><CR><LF>
ENT:
HOST: <ACK>
2-27
INSTRUM <EOT>
ENT:
INSTRUM <ENQ>
ENT:
HOST: <ACK>
INSTRUM <STX>1H|\^&|||Mindray^^|||||||RQ|1394-97|20090910102501<CR>
ENT:
Q|1|^SAMPLE123||||||||||O<CR>
L|1|N<CR><ETX><CS><CR><LF>
HOST: <ACK>
INSTRUM <EOT>
ENT:
INSTRUM <ENQ>
ENT:
HOST: <ACK>
INSTRUM <STX>1H|\^&|||Mindray^^|||||||RQ|1394-97|20090910102501<CR><ETB>
ENT: <CS><CR><LF>
HOST: <ACK>
INSTRUM <STX>2Q|1|^SAMPLE123||||||||||O<CR><ETX><CS><CR><LF>
ENT:
HOST: <ACK>
INSTRUM <STX>3L|1|N<CR><ETX><CS><CR><LF>
ENT:
HOST: <ACK>
INSTRUM <EOT>
ENT:
2-28
2.3.3 Return inquired sample and downloaded sample
When the server transfers the sample in multiple samples, the number of P records
in one transfer can not exceed 10. The format of the multiple samples is as follows:
HOST: <ENQ>
INSTRUM <ACK>
ENT:
HOST: <STX>1H|\^&|||Mindray^^|||||||SA|1394-97|20090910102501<CR>
P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi||||||||zhenduan||01||||
|A1|002||||||||<CR>
O|1|1^^|SAMPLE123|1^CA125^^\2^CA126^^\3^TPSA^^\4^HIV^^|R|20090
910135300|20090910125300|||||||20130715102431|Urine|Dr.Who|Depart
ment1||Dr.Tom||||||F|||||<CR>
L|1|N<CR><ETX><CS><CR><LF>
INSTRUM <ACK>
ENT:
HOST: <EOT>
HOST: <ENQ>
INSTRUM <ACK>
ENT:
HOST: <STX>1H|\^&|||Mindray^^|||||||SA|1394-97|20090910102501<CR><ETB><
CS><CR><LF>
2-29
INSTRUM <ACK>
ENT:
HOST: <STX>2
P|1||PATIENT111||Smith^^||19600315^45^Y|M||keshi||||||||zhenduan||01||||
|A1|002||||||||<CR>
<ETB><CS><CR><LF>
INSTRUM <ACK>
ENT:
HOST: <STX>3O|1|1^^|SAMPLE123|1^CA125^^\2^CA126^^\3^TPSA^^\4^HIV^^|
R|20090910135300|20090910125300|||||||20130715102431|Urine|Dr.Who
|Department1||Dr.Tom||||||F|||||<CR><ETB><CS><CR><LF>
INSTRUM <ACK>
ENT:
HOST: <STX>4L|1|N<CR><ETX><CS><CR><LF>
INSTRUM <ACK>
ENT:
HOST: <EOT>
th
If LIS system returns inquired sample information, the 26 field of O record is set to Q; If
LIS system send sample information to the chemiluminescence immunoassay analyzer,
th
the 26 record of O record is set to O.
2-30
P/N: 046-005640-00(2.0)