CS-2000i CS-2100i ASTM Host Interface Specifications en 2.24
CS-2000i CS-2100i ASTM Host Interface Specifications en 2.24
Revision 2.24
1 / 53
Table of Contents
1. General...........................................................................................3
2. Scope .............................................................................................3
3. Revision History...................................................................................4
4. Terminology ......................................................................................6
5. Communication Specifications ......................................................................7
5.1. Physical Layer (Hardware) ....................................................................... 8
5.1.1. Serial Connection ..........................................................................8
5.1.2. Ethernet Connection ......................................................................10
5.2. Data Link Layer (Transmission Protocol).......................................................... 11
5.2.1. Communication status .....................................................................11
5.2.2. Establishment phase ......................................................................12
5.2.3. Transfer phase ............................................................................13
5.2.4. Termination phase ........................................................................14
5.2.5. Time out .................................................................................14
5.3. Presentation Layer.............................................................................. 15
5.3.1. Messages, Record and Field ................................................................15
5.3.2. Communication Protocol ...................................................................17
5.3.3. Details of Record ..........................................................................20
6. Examples of Communication ......................................................................38
6.1. Inquiry of Analysis Order (IPU => Host Computer) ................................................ 38
6.2. Analysis Order (Host Computer => IPU) .......................................................... 38
6.3. Analysis Results (IPU => Host Computer) ......................................................... 38
6.3.1. When analysis is performed 1 time ..........................................................38
6.3.2. Transmitting Analysis Results (When there is the re-analysis).................................39
6.3.3. When analysis is performed 2 times .........................................................41
7. Parameter Code List ..............................................................................44
Appendix. A TCP/IP communication ............................................................48
A.1 Software .................................................................................48
Appendix. B Difference List of Transmission Content .............................................49
2 / 53
1. General
This document is intended to supply the information that the CS-2000i/CS-2100i Automated Blood
Coagulation Analyzer communicates with the host computer using ASTM protocol.
2. Scope
This document describes the Data Communication Specifications for CS-2000i/CS-2100i using ASTM
“E1394-97 and E-1381-02” and “ASTM E1394-95 and ASTM E1381-95”
ASTM (the American Society for Testing and Materials), one of the world largest volunteer non-profit
organization, founded in 1898 for the purpose of creating standard regulations for material, products and
system services. This specification conforms to the following two standards:
・Specifications for low level protocols to transfer data between clinical laboratory instruments and
computer systems.
ASTM E1381-02
ASTM E1381-95
In ASTM E1381-95, it is possible to communicate with the host computer conforming to ASTM
E1381-91.
・Standard specifications for transferring data between clinical instruments and computer systems.
ASTM E1394-97
ASTM E1394-95
In ASTM E1394-95, it is possible to communicate with the host computer conforming to ASTM
E1394-91.
3 / 53
3. Revision History
5 / 53
4. Terminology
The definition of the terminology used in this document is described in the following.
Numerics:
Indicates ASCII codes “0” (30h) through “9” (39h)
Alphabet:
Indicates ASCII codes “A” (41h) through “Z” (5Ah) and “a” (61h) through “z” (7Ah)
Alpha-numeric:
Indicates numerical or alphabetical character
6 / 53
5. Communication Specifications
Notes
The information processing Unit (IPU) of the CS-2000i/CS-2100i supports connection by the
Ethernet and RS-232C.
From the combinations between the specifications conforming to two standards and connection
types, CS-2000i/CS-2100i supports the following three modes.
1. TCP/IP connection
The presentation layer conforms to ASTM E1394-97.
The data link layer conforms to ASTM E1381-02.
The physical layer conforms to IEEE802.3. (*1)
Serial connection
Ethernet connection ASTM E1381-02 ASTM E1381-95
mode mode
Presentation layer ASTM E1394-97 ASTM E1394-97 ASTM E1394-95
Data link layer ASTM E1381-02 ASTM E1381-02 ASTM E1381-95
Physical layer *1 IEEE802.3 ASTM E1381-02 ASTM E1381-95
*1: The IEEE802.3 specifications in the physical layer are not described in this document.
7 / 53
5.1. Physical Layer (Hardware)
5.1.1.1. Connectors
Although the ASTM standard specifies a DB-25-pin male connector as standard, a DB-9-pin-male I/O
connector, which is located on the rear of IPU, is used to communicate.
8 / 53
5.1.1.3. Connection cable
Please configure a cable with a D-SUB 9pin female adaptor for connecting to the instrument's D-SUB 9
male connector in accordance with the following connection chart.
TxD 3 3 2 TxD
RxD 2 2 3 RxD
SG 5 5 7 SG
RTS 7 7 4 RTS
CTS 8 8 5 CTS
DTR 4 4 20 DTR
DSR 6 6 6 DSR
NC 1
NC 9
The value with asterisk mark (*) allows conformance with the ASTM standard.
[Note] However, 7-bit data lengths, even or odd parity and two stop bits are recognized by the
ASTM standard for use with special applications.
The physical layer of the IPU conforms to ASTM E1381-02 “5. Physical Layer", except for the connector
type.
The IPU uses a D-SUB-9 pin male connector. (The ASTM standard specifies a 25-pin male connector.)
9 / 53
5.1.2. Ethernet Connection
Ethernet connection conforms to IEEE802.3. The communication cable uses the UTP category 5 cable.
Prepare the connector and cable which apply to the Ethernet connector of the IPU.
10 / 53
5.2. Data Link Layer (Transmission Protocol)
The data link layer transfers data between systems using a character-based protocol in accordance with
ASTM E 1381-02 “6. Data Link layer”.
This section briefly describes communication control procedures. For details, refer to ASTM E1381-02.
When the TCP/IP connection is intended to use, the TCP connection is established in prior to the
communication. To establish the TCP connection, the host computer acts as a server and the IPU acts
as a client. The IPU establishes a connection by requesting a connection for the IP address and the port
number that are provided by the host computer.
Establishment phase
Termination phase
11 / 53
5.2.2. Establishment phase
(1) The sender (IPU) sends an [ENQ] signal to the receiver (host computer). To respond to the sender,
the receiver performs the following action.
Returns an [ACK] signal when the communication is enabled.
Returns a [NAK] when the communication is disabled.
If the receiver responded [NAK], the sender waits for at least 10 seconds before attempting to send
another [ENQ] signal.
(2) When both the sender and receiver send [ENQ] signals, the host computer must yield control
authority to the IPU.
The IPU sends [ENQ] again after 1 second.
The host computer must wait for 20 seconds before sending [ENQ] again.
1 sec.
or more E
IPU N
E E
Q
IPU N N
Q Q E E
N N
E Host
Host Q Q
N Computer
Computer
Q
20sec. or more
12 / 53
5.2.3. Transfer phase
During the transfer phase, the sender sends messages to the receiver. The transfer phase continues
until all messages have been sent.
(1) Messages are sent in each record with multiple frames. Each frame contains a maximum of 64,000
characters (including frame overhead) in the ASTM E1381-02 mode. If the record is longer than
63,993 characters, it is divided into two or more frames. The maximum number of characters in each
record is set to 240 characters in the ASTM E1381-95 mode.
(3) If the record contains the maximum number of characters or less, a frame with the following
structure will be transferred.
If the record is longer than the maximum number of characters, it is divided into two or more frames.
The intermediate frame text termination code is [ETB], and the final frame text termination code is
[ETX], as shown below.
Symbol Explanation
[STX] Start of a frame
[F#] Frame number
One of the numbers 0 to 7 is used, beginning with 1 and repeating
2,3,4,5,6,7,0.
In case of retransmission, the same frame number is sent.
[Text] ASTM E1394-97 records are used. (See the subsequent section “4.3
Presentation Layer”.)
For this reason, the codes below will not be used.
0x00-0x06,0x08,0x0A,0x0E-0x1F,0x7F,0xFF
[ETB] Control code indicating end of text (for intermediate frame)
[ETX] Control code indicating end of text (for the final frame)
[CHK1] [CHK2] Expressed by characters “0” - “9” and “A” - “F”.
Characters beginning from the character following [STX] and until
[ETB] or [ETX] (including [ETB] or [ETX]) are added in binary. The
2-digit numbers, which represent the least significant 8 bits in
hexadecimal code, are converted to ASCII characters “0” - “9” and “A” -
“F”. The most significant digit is stored in CHK1 and the least
significant digit in CHK2.
[CR] [LF] Control code indicating end of frame
(4) If the receiver has successfully received the frame, and is prepared to receive the next frame, the
receiver responds with [ACK]. After the sender receives [ACK], the sender advances the frame
number and either sends a new frame or transition to the termination phase.
(5) If the receiver fails to receive the frame and is prepared to receive the same frame again, the receiver
responds with [NAK]. After the sender receives [NAK], the sender sends the most recent frame again,
using the same frame number. If a total of 6 attempts to send the frame failed, the sender
transitions to the termination phase and must end sending of the message.
13 / 53
Max. 15 sec. Max. 15 sec. E
First attempt Sixth attempt O
IPU T
Text frame#1 Text frame#1
・・・
N N
・・・
A A
Host K K
Computer
(6) The IPU processes the response of [EOT] from the Host computer as [ACK]. (Response of [EOT] from
the receiver is usually a request to suspend a transmission to the sender. However, the IPU does not
support this function.)
(1) During the establishment phase, the timer is set when the sender sends [ENQ]. The time out results
if a response of [ACK], [NAK] or [ENQ] is not received within 15 seconds. After time out, the sender
transitions to the termination phase.
(2) During transfer phase, the 15-second timer is set when the sender sends the final character of a
frame. Time out results if no response is received within 15 seconds. After time out, the sender
transitions to the termination phase.
The receiver sets a 30-second timer when first entering the transfer phase or when responding
(either [ACK] or [NAK]) to a frame. Time out results if the receiver does not receive a frame or [EOT]
from the sender within 30 seconds. After time out, the receiver discards the latest incomplete
message and transitions to the termination phase.
14 / 53
5.3. Presentation Layer
5.3.1.1.Messages
In the presentation layer, all data is transmitted using messages. Messages are composed of record
arrays that start with message header record (H) and end with message termination record (L).
5.3.1.2.Records
A record is a series of text, beginning with an ASCII alphabet characters referred to as the identifier,
and ending with [CR].
[CR] is not output at the end of the record if the setting of “Add a [CR] at the end of a record“ in [System
Settings]-[Host Computer]-[Detailed setting] is turned OFF. When IPU receives the record, it needs
[CR] at the end of the record regardless of this setting.
Table 4: Records
Record Type Record Level Contents
identifier
Header Record H 0 Contains the sender and the receiver
information.
Patient information Record P 1 Contains the patient information
Inquiry record Q 1 Requires test order information requesting to
the host computer
Test Order Record O 2 Contains test order information
Test Result Record R 3 Contains test result information
Comment Record C 1−4 Not used.
Manufacturer Information Record M 1−4 Not used
Scientific Information Record S N/A Not used
Message Terminator Record L 0 Indicates the end of the message
15 / 53
5.3.1.3.Field
A record is further divided into multiple fields by field delimiters.
A field is identified by its position within a record and has a variable length. The following is used as
delimiters.
Table 5: Fields
Type Code Description
Field delimiter Vertical bar (|)(7Ch) Separates adjacent field within a record
Repeat delimiter Back slash (¥) (5Ch) Separates multiple numbers of descriptors in a field.
Component delimiter Caret ^ Separates data elements within a field that has a hierarchical
(5Eh) or qualifier nature.
Escape delimiter Ampersand &(26H) Is used within a text field to identify special case operations.
Delimiter"^"
16 / 53
5.3.2. Communication Protocol
17 / 53
Caution:
Host computer must send the "Analysis Information" in accordance with order of receiving "Analysis
Order Inquiry".
Host computer must send "Analysis Information" within 15 seconds from receiving "Analysis Order
Inquiry".
Host computer can never send the "Analysis Information", if it cannot send it within 15 seconds.
IPU
Analysis Order
Analysis Order
Max Inquiry Max
Inquiry
15sec 2nd Sample 15sec
1st Sample
Analysis Analysis
Host Information Information
computer 1st Sample 2nd Sample
18 / 53
5.3.2.3.Analysis Results & QC Data (IPU-> Host computer)
This protocol is used for the IPU to transmit the analysis result, the QC data in a real-time
transmission (QC sample Number is “QCXX” and transmitted as similar to the regular sample data),
and the QC data in the manual output.
19 / 53
5.3.3. Details of Record
5.3.3.1.Header Record
[Example of transmission]
IPU -> Host computer
H|¥^&|||CS-2000i^00-00^11001^^^USERINSNO^06317410||||||||E1394-97<CR>
Host computer -> IPU
H|¥^&|||||||||||E1394-97<CR>
20 / 53
3) 7.1.13 ASTM Version No.
If the presentation layer is E1394-97, the version number is “E1394-97”.
If the layer is E1394-95, the version number is “1”.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Analyzer name”, “Analyzer Serial No.”, “Nickname”, “PS Code”, “ASTM
Version No.” and “Receiver ID” between CS-2000i/CS-2100i and each device.
21 / 53
5.3.3.2.Patient information Record
[Example of transmission]
IPU -> Host computer
P|1||||^Thomas^Johnson <CR>
Host computer -> IPU
P|1|||100|^Thomas^Johnson||20010820|M|||||^Dr.2||||||||||||^^^EAST<CR>
22 / 53
[Detailed Explanation of the fields]
1) 8.1.2 Sequence No.
The sequence number starts with 1 and indicates sequence position in which the record appeared in the
message. This number is reset to 1 when a higher-level record appears in the message.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Patient name” between CS-2000i/CS-2100i and each device.
23 / 53
5.3.3.3. Request Information Record
[Example of transmission]
IPU-> Host computer
Q|1|1^1^ 1234567890^B||^^^040^PT|0|20010905150000<CR>
Host computer -> IPU
Not used
24 / 53
[Detailed Explanation of the field]
1) 12.1.2 Sequence No.
The sequence number starts with 1 and indicates the sequence position in which the record appeared in
the message. The number is reset to 1 when a higher-level record appears in the message.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Rack No.” between CS-2000i/CS-2100i and each device.
Tube Position : The sample rack position number within a rack, with consisting of 2-digit
number.
Normal sample: 01 - 10
STAT sample: 01- 05
Reagent table: ΔΔ (Δ indicates a space character.)
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Tube Position” between CS-2000i/CS-2100i and each device.
Sample ID number: Consisted of 15-digit of alpha-numeric. Depends on the direction for use, the
hyphen “-“(2DH) can be inserted between characters. “-“is included in
15-digit number. The zero suppression function is not performed. If the
number is less than 15-digit, it is aligned to the right and spaces (020H) are
padded to the most significant digit. If the sample barcode can not be read,
the sample ID number beginning with "□□ERR0000000001" or
"ERR000000000001” is sequentially assigned to the sample number. (The
symbol “□□” indicates a space character.) The sample number beginning with
“QC” is reserved to use for the QC analysis.
Note: In the System Settings screen, Sample No. in Barcode Reading Error is
selectable from 13-digit ("□□ERR0000000001") or 15-digit ("ERR000000000001")
to output. (The symbol “□□” indicates a space character.)
Sample ID No. attribute: M Sample ID No. is manually entered through the touch panel or the IPU
keyboard.
A Analyzer automatically assigned number; begins with “ERR”.
B Barcode reader read number. This is used when the sample ID number is
read by the ID barcode reader.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Sample ID No. attribute” between CS-2000i/CS-2100i and each device.
25 / 53
3) 12.1.5 Universal test ID
Test code: Suffixing 0 to the “Host ID” in the “Basic” in the "Assay Group Setting" makes the
test code. See the Table 16: Parameter Code Lists
Test name: The test name is the “Abbreviation” in the “Basic” in the “Assay Group Setting". It is
consisted of up to 8 characters. See the Table 16: Parameter Code Lists.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Date and time to start requesting results” between CS-2000i/CS-2100i
and each device.
26 / 53
5.3.3.4.Test Order Record
[Example of transmission]
IPU -> Host computer
O|1||000001^01^123456789012345^B^E||R||||||N<CR>
Host computer -> IPU
O|1|000001^01^123456789012345^B||^^^040^^100.00¥^^^050^^100.00¥・・・
¥^^^060^^100.00|R|20010807101000|||||N<CR>
When requesting
multiple
parameters, use
the repeat symbol
as below:
Test parameter
information1
¥Test parameter
information2¥Test
parameter
information
3¥Test parameter
information4¥…
9.4.6 Priority Priority Priority 1 S(STAT, STAT sample)
R(Routine,
Normal sample)
9.4.7 Requested/order Not used YYYYMMDDHH 14
date and time MMSS
9.4.8 - Specimen Not used Not used -
9.4.11 collection date and
time
through
Collector ID
9.4.12 Action code Action code Action code 1 N Normal sample
Q QC material
9.4.13 Danger code Not used Not used -
- through
9.4.31 Material
institution
27 / 53
[Detailed explanation of the field]
1) 9.4.2 Sequence No.
The sequence starts with 1 and indicates the sequence position in which the record appeared in the
message. This number is reset to 1 when a higher-level record appears in the message.
2) 9.4.3 Specimen ID
Rack No.: Up to 6-digit alpha-numeric assigned to the rack. Return the same number
that was inquired.
Tube Position : The sample position number with in a rack with consisting of 2-digit number.
Return the same number that was inquired.
Sample ID number: Consisted of 15-digit of alpha-numeric and hyphen “-“(2Dh). Return the same
number that was inquired.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Rack No.” between CS-2000i/CS-2100i and each device.
Note:
“Integrated data of Platelet Aggregation” means the data of the aggregation ratio
calculated from measurement result of PPP and PRP.
Tube Position : The sample position number with in a rack with consisting of 2-digit number.
- Normal sample: 01 - 10
- STAT sample: 01 – 05
- Reagent table: ΔΔ (Δ indicates a space character.)
- Integrated data of Platelet Aggregation: ΔΔ (Δ indicates a space character.)
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Tube Position” between CS-2000i/CS-2100i and each device.
Note:
“Integrated data of Platelet Aggregation” means the data of the aggregation ratio
calculated from measurement result of PPP and PRP.
28 / 53
Sample ID number: Consisted of 15-digit alpha-numeric. Depends on the direction for use, the
hyphen “-“(2DH) can be inserted between characters. “-“is included in
15-digit number. The zero suppression function is not performed. If the
number is less than 15-digit, it is aligned to the right and spaces (020H) are
padded to the most significant digit. If the sample barcode can not be read,
the sample ID number beginning with "□□ERR0000000001" or
"ERR000000000001” is assigned sequentially to the sample number. (The
symbol “□□” indicates a space character.) The sample number beginning with
“QC” is reserved to use for the QC analysis.
Note: In the System Settings screen, Sample No. in Barcode Reading Error is
selectable from 13-digit ("□□ERR0000000001") or 15-digit
("ERR000000000001") to output. (The symbol “□□” indicates a space character.)
Sample ID No. attribute: M: sample ID No. is manually entered through the touch panel or the IPU
keyboard.
A: Automatically assigned number by the analyzer. This number is
assigned by the automatic-increment function, and is used to set the
sample number that begins with “ERR”, which is used when the ID Read
error occurred.
B: Barcode reader read number. This is used when the sample ID number
is read by the ID barcode reader.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Sample ID No. attribute” between CS-2000i/CS-2100i and each device.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Extended order request flag” between CS-2000i/CS-2100i and each
device.
Test code: Suffixing 0 to the “Host ID” in the “Basic” in the “Assay Group Setup” makes
the test code. See the Table 16: Parameter Code Lists
Dilution ratio: Specifies the dilution ratio used in analysis with percent. If it is not specified, follows the
instrument setting. The dilution ratio can be specified with including 2-digit of decimal
number.
The dilution ratio in the CS-2000i/CS-2100i which differs from the ordered dilution ratio
by less than 0.01 percent is used for analysis.
Note: If the MDA is set in the “Default Dilution Ratio” in the “Basic” in the “Assay Group
Setup”, the MDA analysis is performed in disregard of the dilution ratio from the host
computer.
* If the unregistered dilution ratio in the CS-2000i/CS-2100i is ordered, the “Default
Dilution Ratio” in the “Basic” in the “Assay Group Setup” is used for analysis.
29 / 53
Warning:
The setting of the dilution ratio may have a critical impact on analysis results.
Set the standard setting of the dilution ratio to 100 percent. If other than 100
percent is set to the dilution ratio, make sure that it is the correct value. The
instrument will accept a dilution ratio of 0%.
Note:
The redilution, re-analysis and reflex test are performed according to the
instrument setting even if the analysis is specified at the dilution ratio different
from the instrument setting. If the redilution, re-analysis and reflex test are not
performed, specify the option from the host computer.
Option: Sets the performance of the redilution, re-analysis and reflex test. More than 1 option can
be set with the combinations of “D”, “R” and “F”. If there are no settings, follows the
instrument settings
D: No redilution
R: No re-analysis
F: No reflex test
5) 9.4.6 Priority
S:STAT, STAT sample
R:Routine, Normal sample
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Requested order date and time” between CS-2000i/CS-2100i and each
device.
30 / 53
5.3.3.5.Result record
[Example of transmission]
IPU -> Host computer
R|1|^^^041^PT sec^100.00^9^^^|10.2|sec||N||||||20070328135056<CR>
R|2|^^^042^PT %^100.00^9^^^| 99.4|%||N||||||20070328135056<<CR>
……
Host computer -> IPU
Not used
31 / 53
[Detailed explanation of the field]
1) 10.1.2 Sequence No.
The sequence number starts with 1 and indicates the sequence position in which the record appeared in
the message. This number is reset to 1 when a higher-level record appears in the message.
2) 10.1.3 “Universal test ID” through 10.1.13 “Date time test completed”
Fields to be set will vary depending on the contents to be transmitted.
2.1) When test parameters are output: The parameters for which analysis orders are registered are output.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Dilution ratio” between CS-2000i/CS-2100i and each device.
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Analysis result type” between CS-2000i/CS-2100i and each device.
Extended order request: Indicates the redilution analysis and re-analysis are performed by the analyzer,
based on the rules of the analyzer. Other than that, the extended order request
is not added.
D: Redilution request
R: Re-analysis request
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Extended order request” between CS-2000i/CS-2100i and each device.
32 / 53
Extended order results: Indicates the analysis result is one of the followings: the result of the redilution
analysis, or reanalysis or reflex test. Other than that, the result is not output.
D: Results of redilution analysis
R: Results of re-analysis
F: Results of reflex test
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Extended order results” between CS-2000i/CS-2100i and each device.
Reflex test request: Indicates the reflex test is performed by the analyzer, based on the rules of the
analyzer. Other than that, the extended order request is not added.
F: Reflex test request
Caution:
Refer to [Appendix B. Difference List of Transmission Content] as the difference in the
specification of “Reflex test request” between CS-2000i/CS-2100i and each device.
*: Analysis failure
/: Average calculation failure
+: Display Digit Overflow
-: Calculation failure
X: No validated calibration curve in the calculation
c) 10.1.5 Units
Up to 7 characters
In the CS-2000i/CS-2100i, the units set in the IPU are output. (The ASTM describes the abbreviation of
ISO standard should be used.) See the Table 17:Parameter Code Lists(Result). If the unit is “Ratio” or
“INR”, they are not output.
Evaluation Information
Outputs a string of characters consisting of the combination of the evaluation error code and error
message, which is enclosed between square brackets “[]“. If there is more than one evaluation
information, they are separated by commas.
If there is no evaluation information, it is not output.
* Instrument Error Information is output only if the setting of “Output Error Information” in the
system settings is turned ON when the format is ASTM E1381-02.
*In some analysis errors, it varies if the data is output as a numeric value or masked data, depending
on the setting of “Output Error Information” in the system settings. Table14.
33 / 53
Instrument Error Information
Outputs a string of characters consisting of the error code and error message, which is enclosed between
square brackets “[]”.
If there is no Instrument error information, it is not output.
Example of output) |A^^[34422 Insufficient Reagent (Reagent Arm Liquid Surface Not Detected)]|
* Instrument Error Information is output only if the setting of “Output Error Information” in the
system settings is turned ON when the format is ASTM E1381-02.
Table 14:Analysis error, Result Abnormal Flags, and Display method of analysis results
*1: If the setting of “Output Error Information” in the system settings is turned ON and also "The data is not output
when the coagulation curve error is found” is turned ON, the masked values are output.
*2: When samples are analyzed with a measurement time which is equal to or greater than the setting value of the
“Check Time[sec]” in the “Flat Curve Check” in the “Evaluation Check Parameter2” in the “Evaluation Preset” in the
“Assay Parameter Setup” in the “Basic” in the “Assay Group Setup”, numeric values are output.
34 / 53
Result Display method of analysis results
abnor
Code Message When “Output Error When “Output Error
mal
Information” is Information” is
flag
turned OFF turned ON
Curve]
0008.0032.0000 [Coagulation Curve Error: Fbg Curve
A Masked values are output Numeric values are output *1
Error]
0008.0064.0000 [Coagulation Curve Error: Terrace] A Masked values are output Numeric values are output *1
0008.0128.0001 [Early Reaction Error :Slow Reaction] A Masked values are output Masked values are output
0008.0128.0002 [Early Reaction Error :Start Angle 1] A Masked values are output Masked values are output
0008.0128.0004 [Early Reaction Error :Start Angle 2] A Numeric values are output Numeric values are output
0008.0128.0008 [Early Reaction Error :Drift] A Masked values are output Masked values are output
0008.0128.0016 [Early Reaction Error :Early %] A Masked values are output Masked values are output
0008.0256.0000 [Noise] A Masked values are output Masked values are output
0016.0000.0000 [Turbidity Level Over] A Masked values are output Masked values are output
0032.0000.0000 [No Coagulation] A Masked values are output Masked values are output
0032.0002.0000 [Flat Curve] A Masked values are output *2 Masked values are output *2
0064.0000.0000 [Aged Sample] A Masked values are output Numeric values are output *1
0128.0000.0000 [Range Over] A Masked values are output Masked values are output
0256.0000.0000 [Trans Light High:Clot.] A Masked values are output Masked values are output
4001.0000.0000 [Trans Light Low] A Masked values are output Masked values are output
4002.0000.0000 [Trans Light High:Chro.Imm.] A Masked values are output Masked values are output
4004.0000.0000 [No Linearity] A Masked values are output Masked values are output
4008.0000.0000 [Reaction Curve Error] A Masked values are output Masked values are output
4016.0000.0000 [Antigen Excess] A Masked values are output Masked values are output
4032.0000.0000 [Bump] A Masked values are output Masked values are output
4128.0000.0000 [No Polynomialadjustment] A Masked values are output Masked values are output
4256.0000.0000 [Range in non-linear] A Masked values are output Masked values are output
7010.0000.0000 [PPP Low1] A Numeric values are output Numeric values are output
7030.0000.0000 [PPP High1] A Numeric values are output Numeric values are output
7050.0000.0000 [Tube_Position] A Masked values are output Masked values are output
9999.0000.0000 [Measurement Failure] A Masked values are output Masked values are output
9999.0000.9010 [TEST_RECV_ELSE_ERROR] N Masked values are output Masked values are output
9999.0000.9020 [ASSY_CALV_PARA_ERROR] N Masked values are output Masked values are output
9999.0000.9030 [ASSY_CALV_INF_ERROR] N Masked values are output Masked values are output
9999.0000.9040 [ASSY_ANLY_CALC_ERROR] N Masked values are output Masked values are output
9999.0000.9050 [ASSY_RECV_ELSE_ERROR] N Masked values are output Masked values are output
9999.0000.9060 [ASSY_ANLY_NOPRISET_ERROR] N Masked values are output Masked values are output
9999.0000.9070 [ASSY_ANLY_NORESULT_ERROR] N Masked values are output Masked values are output
9999.0000.9080 [ASSY_ANLY_DILUTION_ERROR] N Masked values are output Masked values are output
9999.0000.9090 [ASSY_CALY_NODATA_ERROR] N Masked values are output Masked values are output
9999.0000.9100 [ASSY_AVER_IRIGALRESULT_ERRO
N Masked values are output Masked values are output
R]
9999.0000.9110
[TEST_REAGENTLOT_ERROR] N Masked values are output Masked values are output
0
Unknown9999 [Unknown Message] N Numeric values are output Numeric values are output
2.2) When Sample Info. flags are output: The parameters to which HIL flags or Sample Volume flag are based
on the [System Settings]-[Host Computer]-[Format ASTM]-[ Detailed setting]on IPU.
35 / 53
(Caution)
Sample Info. flags are used only for inspection in a clinical laboratory and not for examination of a patient.
They notify an operator of the possibility of the specific abnormal sample confirmed by checking analysis
data.
c) 10.1.5 Units
Not used.
36 / 53
5.3.3.6.Message termination record
[Example of transmission]
IPU -> Host computer
L|1|N<CR>
Host computer -> IPU
L|1|N<CR>
37 / 53
6. Examples of Communication
IPU <ENQ>
Host <ACK>
IPU <STX>1H|¥^&|||CS-2000i^^10000001^^^CANEXT^06317410||||||||E1394-97<ETX><CHK1><
CHK2><CR><LF>
Host <ACK>
IPU <STX>2Q|1|000001^01^
1^B||^^^040^PT¥^^^060^Fbg¥^^^120^II¥^^^150^V¥^^^170^VII¥^^^180^VIII¥^^^
190^IX¥^^^200^X¥^^^210^XI¥^^^300^AT3¥^^^310^APL|0|20070328133318<ETX><CHK1><CH
K2><CR><LF>
Host <ACK>
IPU <STX>3L|1|N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <EOT>
Host <ENQ>
IPU <ACK>
Host <STX>1H|¥^&|||||||||||E1394-97|<CR><ETX><CHK1><CHK2><CR><LF>
IPU <ACK>
Host <STX>2P|1|||100|^Thomas^Johnson||20010820|M|||||^Dr.2||||||||||||^^^EAST||||||
|||<CR><ETX><CHK1><CHK2>
<CR><LF>
IPU <ACK>
Host <STX>3O|1|000001^01^
1^B||^^^040^^100.00^DF¥^^^050^^100.00¥^^^060^^100.00¥^^^040^^100.00^DR|R|200703301
23159
|||||N|||||||||||||||||||<CR><ETX><CHK1><CHK2><CR><LF>
IPU <ACK>
Host <STX>4L|1|<CR><ETX><CHK1><CHK2><CR><LF>
IPU <ACK>
Host <EOT>
38 / 53
99.4|%||N||||||20070328135056<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>6R|3|^^^043^PT R.^100.00^9^^^|
0.57|||N||||||20070328135056<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>7R|4|^^^044^PT INR^100.00^9^^^|
0.81|||N||||||20070328135056<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>0R|5|^^^051^APTT sec^100.00^9^^^|
27.4|sec||N||||||20070328135056<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>1R|6|^^^061^Fbg sec^100.00^9^^^|
8.5|sec||N||||||20070328135056<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2R|7|^^^062^Fbg C.^100.00^9^^^|
588.2|mg/dL||N||||||20070328135056<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3R|8|^^^^Hemolytic
Sample^^^^^||||A||||||20070328135056<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>4R|9|^^^^Defective Sample
Volume^^^^^||||N||||||20070328135056<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>5L|1|N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <EOT>
IPU <ENQ>
Host <ACK>
IPU <STX>1H|¥^&|||CS-2000i^00-30^10000001^^^CANEXT^06317410||||||||E1394-97<ETX><C
HK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2P|1||||^Thomas^Johnson <ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3O|1||000001^01^ 1^B^||R||||||N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>4R|1|^^^041^PT sec^100.00^1^R^^|
10.2|sec||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>5R|2|^^^042^PT %^100.00^1^R^^|
99.4|%||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>6R|3|^^^043^PT R.^100.00^1^R^^|
0.57|||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>7R|4|^^^044^PT INR^100.00^1^R^^|
0.81|||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>0R|5|^^^051^APTT sec^100.00^1^^^|
27.4|sec||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>1R|6|^^^061^Fbg sec^100.00^1^^^|
8.5|sec||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2R|7|^^^062^Fbg C.^100.00^1^^^|
588.2|mg/dL||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3R|8|^^^^Icterus
39 / 53
Sample^^^^^||||W||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>4R|9|^^^^Lipemic
Sample^^^^^||||A||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>5R|10|^^^^ Defective Sample
Volume^^^^^||||A||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>6L|1|N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <EOT>
IPU <ENQ>
Host <ACK>
IPU <STX>1H|¥^&|||CS-2000i^00-30^10000001^^^CANEXT^06317410||||||||E1394-97<ETX><C
HK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2P|1||||^Thomas^Johnson <ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3O|1||000001^01^ 1^B^E||R||||||N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>4R|1|^^^041^PT sec^100.00^3^^R^|
10.2|sec||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>5R|2|^^^042^PT %^100.00^3^^R^|
99.4|%||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>6R|3|^^^043^PT R.^100.00^3^^R^|
0.57|||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>7R|4|^^^044^PT INR^100.00^3^^R^|
0.81|||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>0R|5|^^^^Icterus
Sample^^^^^||||W||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>1R|6|^^^^Lipemic
Sample^^^^^||||A||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2R|7|^^^^ Defective Sample
Volume^^^^^||||A||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3L|1|N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <EOT>
IPU <ENQ>
Host <ACK>
IPU <STX>1H|¥^&|||CS-2000i^00-30^10000001^^^CANEXT^06317410||||||||E1394-97<ETX><C
HK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2P|1||||^Thomas^Johnson <ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3O|1||000001^01^ 1^B^||R||||||N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>4R|1|^^^041^PT sec^100.00^9^^R|
10.2|sec||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
40 / 53
Host <ACK>
IPU <STX>5R|2|^^^042^PT %^100.00^9^^R|
99.4|%||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>6R|3|^^^043^PT R.^100.00^9^^R|
0.57|||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>7R|4|^^^044^PT INR^100.00^9^^R|
0.81|||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>0R|5|^^^051^APTT sec^100.00^9^^^|
27.4|sec||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>1R|6|^^^061^Fbg sec^100.00^9^^^|
8.5|sec||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2R|7|^^^062^Fbg C.^100.00^9^^^|
588.2|mg/dL||N||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>0R|8|^^^^Icterus
Sample^^^^^||||W||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>1R|9|^^^^Lipemic
Sample^^^^^||||A||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>1R|9|^^^^ Defective Sample
Volume^^^^^||||A||||||20070328135407<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3L|1|N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <EOT>
6.3.3. When analysis is performed 2 times
Example: Analysis result (The first analysis)
IPU <ENQ>
Host <ACK>
IPU <STX>1H|¥^&|||CS-2000i^00-30^10000001^^^CANEXT^06317410||||||||E1394-97<ETX><CH
K1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2P|1||||^Thomas^Johnson <ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3O|1||000001^01^ 1^M^||R||||||N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>4R|1|^^^041^PT sec^100.00^1^^^|
10.2|sec||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>5R|2|^^^042^PT %^100.00^1^^^|
99.4|%||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>6R|3|^^^043^PT R.^100.00^1^^^|
0.57|||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>7R|4|^^^044^PT INR^100.00^1^^^|
0.81|||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>0R|5|^^^051^APTT sec^100.00^1^^^|
27.4|sec||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>1R|6|^^^061^Fbg sec^100.00^1^^^|
7.9|sec||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
41 / 53
IPU <STX>2R|7|^^^062^Fbg C.^100.00^1^^^|
632.9|mg/dL||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3L|1|N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <EOT>
IPU <ENQ>
Host <ACK>
IPU <STX>1H|¥^&|||CS-2000i^00-30^10000001^^^CANEXT^06317410||||||||E1394-97<ETX><CH
K1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2P|1||||^Thomas^Johnson <ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3O|1||000001^01^ 1^M^||R||||||N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>4R|1|^^^061^Fbg sec^100.00^1^^^|
7.9|sec||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>5R|2|^^^062^Fbg C.^100.00^1^^^|
632.9|mg/dL||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>6L|1|N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <EOT>
IPU <ENQ>
Host <ACK>
IPU <STX>1H|¥^&|||CS-2000i^00-30^10000001^^^CANEXT^06317410||||||||E1394-97<ETX><CH
K1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2P|1||||^Thomas^Johnson <ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>3O|1||000001^01^ 1^M^||R||||||N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>4R|1|^^^041^PT sec^100.00^9^^^|
10.2|sec||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>5R|2|^^^042^PT %^100.00^9^^^|
99.4|%||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>6R|3|^^^043^PT R.^100.00^9^^^|
0.57|||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>7R|4|^^^044^PT INR^100.00^9^^^|
0.81|||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>0R|5|^^^051^APTT sec^100.00^9^^^|
27.4|sec||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>1R|6|^^^061^Fbg sec^100.00^9^^^|
7.9|sec||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <STX>2R|7|^^^062^Fbg C.^100.00^9^^^|
632.9|mg/dL||N||||||20070328150948<ETX><CHK1><CHK2><CR><LF>
42 / 53
Host <ACK>
IPU <STX>3L|1|N<ETX><CHK1><CHK2><CR><LF>
Host <ACK>
IPU <EOT>
43 / 53
7. Parameter Code List
“X” is replaced with a one-digit host ID defined in the Assay Parameter Definition in when transmitting
analysis results.
44 / 53
In the case of order inquiry, order information texts and the analysis data format of formula, “X” is
replaced with 0.
New analysis parameters may be added in the future. Please prepare a receive program that ignores the
data when receiving the codes other than the codes shown in the parameter code list .
45 / 53
Table 17: Parameter Code Lists(Result)
Test Test name Units Format Test code Test name Units Format
code
041 PT sec sec ####.# 441 PCAT0 sec sec ####.#
042 PT % % ####.# 451 FVPCAT NR ###.##
043 PT R ###.## 461 FVPCAT sec sec ####.#
044 PT INR ###.## 471 FVPCAT0 sec sec ####.#
045 PT DFbg mg/dL ####.# 481 IX Ch dOD dOD #.####
051 APTT sec sec ####.# 482 IX Ch % % ####.#
053 APTT R ###.## 491 IX Ch L dOD dOD #.####
061 Fbg sec sec ####.# 492 IX Ch L % % ####.#
062 Fbg C. g/L ##.### 50X Reserved
07X Reserved 511 TT sec sec ####.#
081 TTO sec sec ####.# 52X Reserved
082 TTO % % ####.# 531 PPP mOD #####
084 TTO INR ###.## 541 ADP_min mOD #####
091 NT sec sec ####.# 542 ADP_s mOD #####
092 NT % % ####.# 551 Epi_min mOD #####
093 NT INR ###.## 552 Epi_s mOD #####
10X Reserved 561 Col_min mOD #####
121 II sec sec ####.# 562 Col_s mOD #####
122 II % % ####.# 571 Ris_min mOD #####
151 V sec sec ####.# 572 Ris_s mOD #####
152 V% % ####.# 581 Ara_min mOD #####
171 VII sec sec ####.# 582 Ara_s mOD #####
172 VII % % ####.# 60X Reserved
181 VIII sec sec ####.# 611 DD dOD dOD #.####
182 VIII % % ####.# 612 DD C. mg/L ###.##
191 IX sec sec ####.# 621 P-FDP dOD dOD #.####
192 IX % % ####.# 622 P-FDP C. ug/mL ####.#
201 X sec sec ####.# 63X Reserved
202 X% % ####.# 64X Reserved
211 XI sec sec ####.# 651 vWF-Ag medium dOD dOD #.####
212 XI % % ####.# 652 vWF-Ag medium % % ####.#
221 XII sec sec ####.# 661 vWF-Ag low dOD dOD #.####
222 XII % % ####.# 662 vWF-Ag low % % ####.#
231 Orgaran dOD dOD #.#### 671 ADP% % ####.#
232 Orgaran C. IU/mL #.## 681 Epi% % ####.#
241 Arixtra dOD dOD #.#### 69X Reserved
242 Arixtra C. ug/mL #.## 701 Col% % ####.#
251 PC cl sec sec ####.# 711 Ris% % ####.#
252 PC cl % % ####.# 721 Ara% % ####.#
261 BXT sec ####.# 781 Edo dOD dOD #.####
271 LA1 sec sec ####.# 782 Edo C. ng/mL ###.##
281 LA2 sec sec ####.# 791 EdoL dOD dOD #.####
301 AT3 dOD dOD ##.### 792 EdoL C. ng/mL ###.##
302 AT3 % % ####.# 801 vWF-RCo low dOD dOD #.####
311 APL dOD dOD ##.### 802 vWF-RCo low % % ####.#
312 APL % % ####.# 81X Reserved
321 Plg dOD dOD ##.### 82X Reserved
322 Plg % % ####.# 83X Reserved
331 PC dOD dOD ##.### 84X Reserved
332 PC % % ####.# 85X Reserved
341 Hep dOD dOD ##.### 86X Reserved
342 Hep C. U/mL ###.## 871 vWF-Ac low dOD dOD #.####
36X Reserved 872 vWF-Ac low % % ####.#
371 C1 Inh dOD dOD ##.### 881 vWF-Ac medium dOD dOD #.####
372 C1 Inh % % ####.# 882 vWF-Ac medium % % ####.#
391 VIII ch dOD dOD ##.### 89X Reserved
392 VIII ch % % ####.# 90X Reserved
401 XIII ch dOD dOD ##.### 911 FPS dOD dOD #.####
402 XIII ch % % ####.# 912 FPS % % ####.#
411 LA R ###.## 941 Api dOD dOD #.####
421 PCAT NR ###.## 942 Api C. ng/mL ###.##
431 PCAT sec sec ####.# 951 ApiL dOD dOD #.####
46 / 53
Test code Test name Units Format Test code Test name Units Format
952 ApiL C. ng/mL ###.## 972 RivL C. ng/mL ###.##
961 Riv dOD dOD #.#### 000 Reserved 000 000
962 Riv C. ng/mL ###.## 999 Reserved 999 999
971 RivL dOD dOD #.####
“X” is one-digit of parameter code for reserved.
The following shows the default Host ID for assay parameter defined in the Assay Group Settings.
1: Time, dOD
2: Activity %/Concentration
3: Ratio
4: INR
5:DFbg
* The default Host IDs for assay parameter of platelet aggregation parameter (PPP, PRP) are set 1 or 2,
both of them means absorbance (mOD).
* The Host IDs for assay parameter of Formula are set 1 as fixed value.
47 / 53
Appendix. A TCP/IP communication
A.1 Software
1) Data link/ Network/ Transport layer
The IP address of the IPU for the CS-2000i/CS-2100i is fixed. The default value is 192.168.37.252. When
this value is to be changed, please contact a Sysmex technical representative.
The IP address for the host computer can be set using the setting screen in the IPU of
CS-2000i/CS-2100i. This IP address may be selected other than “192.168.37.*” that is used to
communicate with the IPU of the analyzer.
The TCP port number of the IPU of CS-2000i/CS-2100i for host communication is 5000. This value may
be changed in the IPU setting screen.
2) Session layer
To establish the TCP connection, the host computer acts as a server and the IPU acts as a client. The
IPU checks the communication on start-up. If the communication fails, the attempt to communicate is
performed at intervals. If the server is aborted after communication is established, reconnection is not
performed.
48 / 53
Appendix. B Difference List of Transmission Content
The CS-2000i/CS-2100i outputs different content by the device specification from other analyzer.
Please observe the precautions for use and ensure the operation of sending and receiving systems works to use
the host computer.
<CA-1000>
Contents CA-1000 CS-2000i/CS-2100i Caution
Analyzer “CA-1000” is output. “CS-2000i” or “CS-2100i” is Please check the host computer is able to
name output. receive “CS-2000i” or “CS-2100i”.
(Header
record)
Analyzer Not Use. 5-digit numbers is output. Please check the host computer is able to
Serial No. receive 5-digit numbers.
(Header
record)
Nickname Not Use. Nickname is output. Please check the host computer is able to
(Header receive 15-digit one-byte characters in
record) maximum.
Please do not set up anything on the process for
‘‘Facility name’ – “System Setting” if the host
computer has trouble to receiving half width
15-digit characters in maximum.
PS Code Not Use. PS Code is output. Please check the host computer is able to
(Header receive PS Code.
record)
Receiver ID “CA-1000” is output. Not Use. The CS-2000i/CS-2100i does not use the
(Host -> ReceierID when the host computer send it to the
CS-2000i/ CS-2000i/CS-2100i.
CS-2100i)
(Header
record)
ASTM “1” is output. The following content Please select “ASTM1381-95/1394-95” for
Version No. outputs based on the format type in “System Setting”
(Header format type.
record) E1394-97:“E1394-97”
E1394-95:“1”
Patient Not Use. First name(20-digit Please do not output the results including the
name alpha-numeric in patient name.
(Patient maximum) and Last To enter the patient name, it works only from
Information name(20-digit the enquiry order of host computer.
Record) alpha-numeric in Please do not use the patient name on enquiry
maximum) is output. order of host computer.
Rack 2-digit numbers is output. 6-digit alpha-numeric is Please check the host computer is able to
Number ( Right 2-digit of Rack output. receive alphabets.
(Ordinary Number) The 6-digit rack numbers Please operate the CS-2000i/CS-2100i to use
Sample) The rack number appears displayed in the numbers only (no alphabets) for the rack
in ascending order: ‘0001’, CS-2000i/CS-2100i is numbers if the host computer has trouble
‘0002’… (‘0099’ of the output. receiving alphabet characters.
following number is Please check the host computer is able to
‘0001’.) receive 6-digit alphabets.
Rack 2-digit numbers is output. ”STAT□□”(□ is space) is Please check the host computer is able to
Number ( Left 2-digit of Rack output. receive ”STAT□□”(□ is space).
(STAT Number)
Sample) The rack number(STAT
Sample) appears in
ascending order: ‘0100’,
‘0200’… (‘9900’ of the
following number is
‘0100’.)
Rack No target exists. “REAG00” is output. Please check the host computer is able to
Number CA-1000 does not operate receive alphabets.
(Reagent if the control is set on the
Table) reagent table.
49 / 53
Contents CA-1000 CS-2000i/CS-2100i Caution
Rack CA-1000 does not have The Integrated Data are Please check the host computer is able to
Number/ the function of platelet output as below. receive space.
Tube aggregation analysis. Rack No.: □□□□□□
position Tube position: □□
(Platelet (□ is space)
Aggregation
Analysis)
Tube STAT Sample:”00” STAT Sample:01∼05 Please check the host computer is able to
Position Reagent table:No target Reagent table:□□(□ is receive space.
exists. space.)
CA-1000 does not operate
if the control is set on the
reagent table.
ID The CS-2000i/CS-2100i does not use “C : Set by the host Please note the host computer does not output
Information computer order information”. “C : Set by the host computer order information”
and no other operation is working by using “C :
Set by the host computer order information”.
Date and SS: “00” Fixed SS: “00”-“59” Please check the host computer is able to
time to receive “00”∼”59”.
start
requesting
results
(Request
Information
Record)
Extended Not Use. “E” is output. Please check the host computer is able to
order receive “E”.
request flag
(Test Order
Record)
Order of Output by fixing. Order is Output by variable. Order The CS-2000i/CS-2100i does not output “+Fbg,
outputting as follows is as follows -Fbg, +DD, +SFD, +PFD”.
Assay PT, APTT, Fbg, TTO, The order of outputting The diluted assay group outputs the host ID of
Group HpT, II, V, VII, VIII, IX, Assay Group is an the assay group before dilution.
X, XI, XII, AT3, APL, Plg, ascending order of HostID
BCPC, +Fbg, -Fbg, SFDP, registered in Assay Group
DD, PFDP, +DD, +SFD, Setting
+PFD
Dilution Number of decimal places Two places of decimals is Please check the host computer is able to
ratio is not output. output. receive numbers to second decimal place.
(Resulted
record)
Analysis Output as follows. CA-1000 does not use “3”, “4”, “7, Please check the host computer is able to
result type “8”, ”9”, “A”. receive "3", "4", "7", "8", "9", "A".
(Resulted 1: Normal (Auto output)
record) 2: Average (Auto output)
3: Re-analysis (Auto output)
4: Average of re-analysis (Auto output)
5: Normal (Manual Output)
6: Average (Manual Output)
7: Re-analysis (Manual Output)
8: Average of re-analysis (Manual Output)
9: Final information (Auto output)
A: Final information (Manual Output)
Extended Not Use. Output as follows. Please check the host computer is able to
order D: Redilution request receive "D", "R".
request R: Re-analysis request
(Resulted
record)
Extended Not Use. Output as follows. Please check the host computer is able to
order D: Results of redilution receive "D", "R", "F".
results analysis
(Resulted R: Results of re-analysis
record) F: Results of reflex test
Reflex test Not Use. “F” is output. Please check the host computer is able to
request receive "F".
(Resulted
record)
50 / 53
Contents CA-1000 CS-2000i/CS-2100i Caution
How to The CS-2000i/CS-2100i supports only “Sample ID No.” -
inquiry for order inquiry. The CS-2000i/CS-2100i does not
order support “Rack No., Tube Position No.”.
“Sample ID No.”:How to search analysis parameters
by sample number on start of measurement.
“Rack No., Tube Position No.”:How to search sample
number and analysis parameters by rack number and
position
51 / 53
<CA-8000/CA-7000/CA-1500>
Contents CA-1500 CS-2000i/CS-2100i Caution
Analyzer “CA-1500” is output. “CS-2000i” or “CS-2100i” is Please check the host computer is able to
name output. receive “CS-2000i” or “CS-2100i”.
(Header
record)
PS Code Not Use. PS Code is output. Please check the host computer is able to
(Header receive PS Code.
record)
Receiver ID ‘Analyzer name^^ Not Use. The CS-2000i/CS-2100i does not use the
(Host -> Analyzer Serial No.^^ ReceierID when the host computer send it to
CS-2000i/ Nickname’ is output. the CS-2000i/CS-2100i.
CS-2100i)
(Header
record)
ASTM “1” is output. The following content Please select “ASTM1381-95/1394-95” for
Version No. outputs based on the format type in “System Setting”
(Header format type.
record) E1394-97:“E1394-97”
E1394-95:“1”
Patient 15-digit alpha-numeric in First name(20-digit Please set 15-digit alpha-numeric in maximum
name maximum is output. alpha-numeric in for the patient name.
(Patient maximum) and Last To enter the patient name, it works only from
Information name(20-digit the enquiry order of host computer.
Record) alpha-numeric in
maximum) is output.
Rack 6-digit numbers is output. 6-digit alpha-numeric is Please check the host computer is able to
Number The rack number appears output. receive alphabets.
(Ordinary in ascending order: The 6-digit rack numbers Please operate the CS-2000i/CS-2100i to use
Sample) ‘000001’, ‘000002’… displayed in the numbers only (no alphabets) for the rack
(‘000099’ of the following CS-2000i/CS-2100i is numbers if the host computer has trouble
number is ‘000001’.) output. receiving alphabet characters.
Rack ”STAT H” is output. ”STAT□□”(□ is space) is Please check the host computer has received
Number (“StaHld” is output in the output. "STAT H" for the rack number of STAT sample
(STAT case of and no other operation is working by using
Sample) CA-7000/CA-8000.) "STAT H" in the process.
Please check the host computer is able to
receive ”STAT□□”(□ is space).
Rack ”D1”∼”D14” is output. ”REAG00” is output. Please check the host computer has
Number (“C1-1”∼”C2-5” is output received ”D1”∼”D14” for the rack number of
(Reagent in the case of Reagent Table and no other operation is
Table) CA-7000/CA-8000.) working by using ”D1”∼”D14” in the process.
Please check the host computer is able to
receive “REAG00”.
Tube STAT Sample:01∼05 STAT Sample:01∼10 -
Position
ID The CS-2000i/CS-2100i does not use “C : Set by the host Please note the host computer does not output
Information computer order information”. “C : Set by the host computer order information”
and no other operation is working by using “C :
Set by the host computer order information”.
Order of Output by fixing. Order is Output by variable. Order -
outputting as follows is as follows
Assay PT, APTT, Fbg, TTO, NT, The order of outputting
Group II, V, VII, X, VIII, IX, XI, Assay Group is an
XII, TT, AT3, Apl, Plg, ascending order of HostID
PC, FDP, DD.PLUS, registered in Assay Group
PSAc, LA1, LA2 Setting
How to The CS-2000i/CS-2100i supports only “Sample ID No.” -
inquiry for order inquiry. The CS-2000i/CS-2100i does not
order support “Rack No., Tube Position No.”.
“Sample ID No.”:How to search analysis parameters
by sample number on start of measurement.
“Rack No., Tube Position No.”:How to search sample
number and analysis parameters by rack number and
position
52 / 53
<The function which can be used by making the setting effective>
The following function is the function which can be used by making the setting effective. Please ensure the host computer
is adaptable to the function to be validated.
Function Record CS-2000i/CS-2100i
Software Header Record The CS-2000i/CS-2100i software version is output.
Version 7.1.5 Sender name or * It is output only when [System Settings]-[Host Computer]-[Format
ID ASTM]-[Detailed setting]-[Output the software version] is ON.
Error Resulted record The following is output.
Informatio 10.1.7 Result abnormal Evaluation Information:Outputs a string of characters consisting of the
n flags combination of the evaluation error code and error message, which is
enclosed between square brackets “[]“.
Instrument Error Information:Outputs a string of characters consisting of
the error code and error message, which is enclosed between square
brackets “[]”.
* The Evaluation Information and the Instrument Error Information are
output only if the setting of “Output Error Information” in the
system settings is turned ON when the format is ASTM E1381-02.
* There are the evaluation errors that are output by either the mask
characters or the numeric values
Sample Resulted record Sample Info. flags are output.
Info. flags * The parameters to which HIL flags or Sample Volume flag are based on
the [System Settings]-[Host Computer]-[Format ASTM]-[Detailed setting]
on IPU.
End of Documents
53 / 53