Cobas B 121
Cobas B 121
Cobas B 121
©2011 Roche
Revision history
Imprint
Intended Use
The cobas b 121 <BGE> system is a modular analyzer for measuring blood gases,
electrolytes and hematocrit in whole blood, serum, plasma, acetate and bicarbonate
containing dialysis solutions, and QC materials.
Copyrights
Trademarks
Contact address
Edition
Table of contents
1 General Description
Introduction & General Information A-5
Restricted Characters A-5
ASTM Part B
2 Message Structure
Explanation B-5
Header Record B-6
Patient Information Record B-8
Test Order Record B-10
Result Record B-11
Request Information Record B-12
Comment Record B-13
Message Terminator Record B-14
Manufacturer Information Record B-15
Note B-15
4 Data Examples
Measurement Report B-27
QC Report B-28
Patient Query B-28
Calibration Report B-28
Maintenance Report B-29
Appendix Part C
5 Appendix
Connection Settings C-5
Resending of Results C-20
Table and Order of Transmitted Results C-21
Table of Measured Parameters C-22
Roche September 2011
ASTM Interface Description · Version 4.0 5
cobas b 121 <BGE> system
o Keep this ASTM Interface Description in a safe place to ensure that it is not damaged
and remains available for use.
o This ASTM Interface Description should be easily accessible at all times.
To find information quickly, there is a table of contents at the beginning of the book
and each chapter.
In addition to the ASTM Interface Description, the following documents are also
provided to assist in finding desired information quickly:
o cobas b 121 <BGE> system Instructions for Use
o cobas b 121 <BGE> system Reference manual
o cobas b 121 <BGE> system Short Instruction
o cobas b 121 system Operator’s CD
o cobas b 121 system Service Manual
Visual cues are used to help locate and interpret information in this manual quickly.
This section explains formatting conventions used in this manual.
Abbreviation Definition
A
ASTM "American Society for Testing and Material"
D
DNS Domain Name Server
H
HIS Hospital Information System
L
LIS Laboratory Information System
M
MAC Media Access Control
MDAC Data Access Components
MSDE Microsoft SQL Desktop Engine (until version 2000)
General Description
The cobas b 121 <BGE> system host communication is based upon the ASTM
standard E1394, but is not a complete implementation of the standard. The actual
implementation of the data transfer is described below.
Data can be transmitted via TCP/IP and the instruments built in UTP (unshielded
twisted pair) network port as well as via serial connection over the COM 2 port.
e For a description of the low level protocols used, see section Low Level Protocols on
page B-17.
e For information on how to set up the connection, see the Appendix, section Connection
Settings on page C-5.
Restricted Characters
None of the ten transmission control characters, the form effector control or the four
device control characters may appear in message text. The following characters are
not permitted to appear in the message text:
Message Structure
Explanation
Each message has a number of records. A message is a group of records that begins
with a Header Record and ends with a Message Terminator Record. Each record has a
number of fields. Each field is by default separated by the vertical bar | character (the
actual definition of which character is used for field separation is done with the
Header Record).
Following is a description of the records and the fields within each record:
ID Record Types
H Header Record
P Patient Record
O Test Order Record
R Result Record
C Comment Record
Q Request Information Record
M Manufacturer Record
L Message Terminator Record
Table B-1 Record Types
Note:
The record type ID is not case sensitive, however, it is suggested to always use uppercase
characters.
Delimiters
Delimiters are ASCII characters used to separate fields within a record and to separate
sub-components within fields. Below is a description of the delimiters and how they
are commonly used:
Field delimiter
Separates adjacent fields. |field|
Repeat delimiter
Must be defined in the message header and is used to separate various numbers of
descriptors for the same field. I.E. A patient has two phone numbers.
|555-5555\444-4444|
Component delimiter
Used to separate data elements within a field that has a hierarchical or qualifier
nature. I.E. The components of a name field would be separated.
|Sample^Josephine^X|
Escape delimiter
The escape delimiter is used to identify special case operations within a text field. For
example, if text were supposed to be highlighted, the field would be
|&H&DoctorsName&N&|. The &H& signifies the beginning of highlighting text and
the &N& signifies the start of normal text.
The application of the escape delimiter is optional and may be ignored; however, all
applications must accept the escape delimiter and use it to correctly parse fields
within the record.
Null values
All fields are position dependent and are obtained by counting field delimiters by
their position starting from the beginning of the record. This means if a field is null
(no information available), the field delimiters must be included in the record. This
ensures that the nth field can be identified by counting n-1 delimiters. Trailing null
fields do NOT need to be included. Delimiters are not needed after the last field
containing data.
Null values may be sent for the following reasons:
o The value is not known
o The sender knows the field is irrelevant to the receiving system.
o The value has not changed since the last transmission.
A field containing only a pair of double quotes “” should be treated by the receiving
system as an instruction to delete any existing contents of that field.
Note:
The receiving system may ignore any field it does not require. However, fields must always
be transmitted in the order specified.
Header Record
This record must always be the first record in a transmission. This record contains
information about the sender and receiver, instruments and computer systems whose
records are being exchanged. It also identifies the delimiter characters. The minimum
information that must be sent in a Header record is:
H|\^&<CR>
The H corresponds to the record type, H=Header. The | (vertical bar) is used as the
field delimiter. The \ (backslash) is the repeat delimiter. The ^ (carat) is the
component delimiter. The & (ampersand) is the Escape delimiter. The <CR> is
identified as a Carriage Return (ASCII decimal 13). The Carriage Return signifies the
end of the record.
Example
H|\^&|||Roche^OMNI-C^1.60^1^1000||||||Meas|P|
1394-97|20050118133329<CR>
In case of the answer to a patient query make sure not to send fields marked with (-);
whether these fields are allowed is dependent on whether they have been explicitly
enabled in [Setup] > [Displays & reports] > [Measurement data] > [Enter patient info].
Example
The order record defines the particular type of tests run or performed for each
specimen. The order record for the cobas b 121 <BGE> system only is transmitted to
the host computer as part of the measurement report.
The Test Order record consists of the following fields:
1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31<CR>
Example
Result Record
The result record is used to send actual patient results that were performed on an
instrument. The Result record consists of the following fields:
1|2|3|4|5|6|7|8|9|10|11|12|13|14|<CR>
Example
R|1|^^^pH^^^M^1|--||7.350^7.450^reference\
7.200^7.600^critical|A||X||Operator ID||20050118132926|<CR>
Note:
Only transmitted in the first result record.
Note:
Only transmitted in the first result record.
The Request Information Record is used for querying a host system for patient
demographics. The response message to an information request has to consist of a
Header Record, a Patient Information Record and a Message Terminator Record. The
Message Terminator Record in this case has to end with one of the query response
codes. The Request Information Record consists of the following fields:
1|2|3|4|5|6|7|8|9|10|11|12|13<CR>
Example
Q|1|Pat ID||||||||||D<CR>
Comment Record
Comment records may be inserted anywhere except after the message terminator
record. Each comment record applies to the first non-comment record preceding it.
Comment records are currently inserted after the order record (comment entered by
the operator) and after result records in case a correlation has been applied to this
result. The Comment record consists of the following fields:
1|2|3|4|5<CR>
Example
C|1|I|The Remark|G<CR>
This is the last record in the message. A header record may be transmitted after this
record to signify the start of another message. The Message Terminator record
consists of the following:
1|2|3<CR>
Example
L|1|N<CR>
For the cobas b 121 <BGE> system this record is used for transmitting calibration
and maintenance data only and will only be transmitted, when "additional data (DC)"
is activated.
The Manufacturer Information record will consist of the following:
1|2|3<CR>
Example
M|1|<CR>
Note
For all records, fields up to and including the last field with data needs to be
transmitted. Fields not used at the end of the record may be truncated.
TCP/IP Connection
For TCP/IP connection, no specific low level protocol is used. Correct and complete
communication is ensured by the TCP/IP protocol itself.
Serial Connection
For serial communication, the low level protocol as specified with ASTM E1381 is
used. A detailed description of the cobas b 121 <BGE> system implementation can
be found in the following.
Control Characters
Communication Phases
There are 3 distinct phases to each communication session: The Establishment phase,
the Transfer phase and the Termination phase. Each of these phases will be discussed
in the following paragraphs.
Establishment Phase
When the instrument is ready to send data, it transmits an <ENQ> character. After
the <ENQ> is sent, the instrument waits for a maximum of 15 seconds for a response
from the host. If there is no response from the host within 15 seconds, the <ENQ> is
resent. This loop is repeated for a maximum of six times. If there is no response after
these six retries, communication is aborted.
Sender Recipient
<ENQ>
<ACK> or <NAK>
Transfer Phase
During the transfer phase the sender transmits messages to the receiver. The transfer
continues until all messages have been sent.
Sender>
<STX> FN data <ETB> or <ETX> CS <CR><LF>
Receiver<
<ACK>
Explanation of fields:
<STX> Start of text, ASCII decimal 2. This control character identifies the
starting point of the data that is being sent from the analyzer. This
character must accompany all data transmissions.
FN Frame number. A single digit field distinguishing between new and re-
transmitted frames. Legal characters are ASCII '0' to '7'. The frame
number must start at 1 with the first frame of the transfer phase. The
frame number is incremented by one for every new frame transmitted.
After '7', the frame number rolls over to '0', and continues in this fashion.
Data Data is one of the records described in the Message Structure section.
e see chapter Message Structure on page B-3
<ETB> Or <ETX> The <ETB> character stands for End of Transmission Block and is only
sent when there are multiple frames. When a message contains over 240
characters it is broken into two or more frames. The intermediate frame
must be terminated with an <ETB> (end of transmission block), CS
(checksum), <CR> (carriage return) and <LF> (line feed). The final
frame is terminated with an <ETX> (end of text), CS (checksum), <CR>
(carriage return) and <LF> (line feed). The frame structure is illustrated
below.
<STX> FN data <ETB> CS <CR><LF> ⇐Intermediate frame(s)
<STX> FN data <ETX> CS <CR><LF> ⇐End frame
Acknowledgements After each frame is sent, the sender waits up to 15 seconds for a reply. The receiver
shall transmit one of three replies:
<ACK> (Decimal 06)
The <ACK> reply signifies the last frame was received and processed successfully and
it is OK to send another frame. The sender increments the frame number and either
sends a new frame or terminates the transmission.
e see Termination Phase on page B-22
Interrupts During the transfer phase, if the receiver responds to a frame with an <EOT> in place
of an <ACK>, the sender must interpret this as an interrupt request. The <EOT>
signifies the last frame was successful, but the receiver is requesting the sender to stop
transmitting. If the sender chooses to ignore the <EOT>, the receiver must resend the
<EOT> for the interrupt to remain valid. If the sender chooses to honour the
interrupt, the sender must enter the termination phase.
e see Termination Phase on page B-22
The sender must not enter the establishment phase for at least 15 seconds or until the
receiver has finished a message cycle (establishment, transfer, termination).
Termination Phase
The termination phase returns the communication link to the clear or neutral state.
The sender notifies the receiver that all messages have been sent.
Sender Recipient
<EOT>
No response
Error Recovery
A receiver checks every frame for valid data. To check data, the receiver calculates the
checksum on the received data and compares this calculated checksum to the
checksum that was transmitted by the sender and sent with the data stream. If the
checksums match, the data is valid. If the checksums do not match, the data is not
valid and the receiver must send a <NAK>. Upon receiving the <NAK>, the sender
re-transmits the last frame with the same frame number.
A frame should be rejected for the following errors:
o Any character errors are detected (parity error, framing error, etc.).
o The calculated frame checksum does not match the checksum in the received
frame.
o The frame number is not one higher than the last accepted frame.
Upon receiving a <NAK>, or any character except <ACK> or <EOT>, the sender
increments a re-transmit counter and re-transmits the same frame (with the same
frame number). If the counter shows the frame was not accepted after six times, the
sender must abort the message and proceed immediately to the termination phase.
Time-outs
If the reply after sending an <ENQ> is not received within 15 seconds, the sender
enters the termination phase.
If the receiver detects contention and no <ENQ> is received within 20 seconds, the
receiver regards the data link to be in the neutral state.
If the sender receives no reply within 15 seconds after transmitting the last character
of a frame, it aborts the message by entering the termination phase.
During the transfer phase, the receiver sets a timer when first entering the transfer
phase or when replying to a frame. If a frame or an <EOT> is not received within 30
seconds, the receiver discards the incomplete message and regards the line to be in the
neutral state.
The receiver can delay its reply for up to 15 seconds. Longer delays cause the sender to
abort the message.
Send <EOT>
Busy IDLE IDLE
Send <NAK> Receive
<ENQ>
Receive
Data to
Awake <EOT> or Contention
Time Out Send
<ACK> received
Send <ACK>
Get Frame
Timer = 30
Bad Frame
Frame Send <NAK> Next Frame
Done
Received Setup
IDLE
Good Frame Send <EOT> Retries < 6
Send <EOT>
Frame OK
New Frame
Set Frame
Timer = 15
Time Out
Waiting Ignore
Accept
Figure B-1
Data Examples
Measurement Report
H|\^&|||Roche^OMNI-C^2.74^1^1003||||||Meas|P|1394-97|20040527113934
P|1|16436|123456||Smith^John^X||19880101|M||||||||184^cm|96^kg||||||00000000000000/
00000000000000|||||||||||
O|1|63258522|MEASUREMENT^10|||||||123456|||||blood^arterial^radial
C|1|I||G
R|1|^^^pH^^^M^1|7.618||7.350^7.450^reference\7.200^7.600^critical|HH||F||123456||20040420121205|
R|2|^^^PCO2^^^M^4|20.6|mmHg|35.0^45.0^reference\20.0^60.0^critical|L||F|||||
R|3|^^^PO2^^^M^3|176.4|mmHg|80.0^100.0^reference\60.0^800.0^critical|H||F|||||
R|4|^^^Na^^^M^6|153.8|mmol/L|135.0^148.0^reference\125.0^160.0^critical|H||F|||||
R|5|^^^K^^^M^7|6.96|mmol/L|3.50^4.50^reference\2.80^6.00^critical|HH||F|||||
R|6|^^^Cl^^^M^9|115.4|mmol/L|98.0^107.0^reference\80.0^115.0^critical|HH||F|||||
R|7|^^^iCa^^^M^8|0.724|mmol/L|1.120^1.320^reference\1.050^1.500^critical|LL||F|||||
R|8|^^^Hct^^^M^5|--|%|35.0^50.0^reference\25.0^65.0^critical|A||X|||||
R|9|^^^Temperature^^^I^155|37.0|°C||||F|||||
R|10|^^^Baro^^^M^31|724.1|mmHg||||F|||||
R|11|^^^cHCO3^^^C^51|20.6|mmol/L||||F|||||
R|12|^^^ctCO2(P)^^^C^52|21.2|mmol/L||||F|||||
R|13|^^^SO2(c)^^^C^58|99.8|%||||F|||||
R|14|^^^BE^^^C^53|0.0|mmol/L||||F|||||
R|15|^^^BEecf^^^C^55|-0.6|mmol/L||||F|||||
R|16|^^^BB^^^C^56|45.0|mmol/L||||F|||||
R|17|^^^ctO2^^^C^60|10.1|Vol%||||F|||||
R|18|^^^ctCO2(B)^^^C^61|--|mmol/L||A||X|||||
R|19|^^^pHst^^^C^62|7.410|||||F|||||
R|20|^^^cHCO3st^^^C^63|24.4|mmol/L||||F|||||
R|21|^^^HbI^^^C^200|0.447|||||F|||||
R|22|^^^PAO2^^^C^64|176.4|mmHg||||F|||||
R|23|^^^AaDO2^^^C^65|0.0|mmHg||||F|||||
R|24|^^^a/AO2^^^C^66|100.0|%||||F|||||
R|25|^^^avDO2^^^C^67|--|%||A||X|||||
R|26|^^^RI^^^C^68|0|%||||F|||||
R|27|^^^niCa^^^C^70|0.809|mmol/L||||F|||||
R|28|^^^AG^^^C^71|24.8|mmol/L||||F|||||
R|29|^^^pHt^^^C^72|7.618|||||F|||||
R|30|^^^H+t^^^C^73|24.086|nmol/L||||F|||||
R|31|^^^PCO2t^^^C^74|20.6|mmHg||||F|||||
R|32|^^^PO2t^^^C^75|176.4|mmHg||||F|||||
R|33|^^^PAO2t^^^C^76|176.4|mmHg||||F|||||
R|34|^^^AaDO2t^^^C^77|0.0|mmHg||||F|||||
R|35|^^^a/AO2t^^^C^78|100.0|%||||F|||||
R|36|^^^RIt^^^C^79|0|%||||F|||||
R|37|^^^Hct(c)^^^C^80|23.9|%||||F|||||
R|38|^^^MCHC^^^C^81|--|g/dL||A||X|||||
R|39|^^^BO2^^^C^84|--|||A||X|||||
R|40|^^^BEact^^^C^54|0.9|mmol/L||||F|||||
R|41|^^^Osm^^^C^82|304.6|mOsm/kg||||F|||||
R|42|^^^OER^^^C^83|--|%||A||X|||||
R|43|^^^Qs/Qt^^^C^69|--|%||A||X|||||
R|44|^^^Qt^^^C^86|--|%||A||X|||||
R|45|^^^P/F^^^C^88|840.0|mmHg||||F|||||
R|46|^^^ALLEN test^^^I^152|ErrTxt[1641]|||||F|||||
R|47|^^^A/F^^^I^154|adult|||||F|||||
R|48|^^^P50^^^I^156|26.7|mmHg||||F|||||
R|49|^^^R^^^I^157|0.840|||||F|||||
R|50|^^^FIO2^^^I^158|0.210|||||F|||||
R|51|^^^MV^^^I^162|--|||||F|||||
R|52|^^^Dosage^^^I^134|--|||||F|||||
L|1|N
Figure B-2 Measurement Report
QC Report
H|\^&|||Roche^OMNI-C^2.74^1^1003||||||Qc|P|1394-97|20040527114010
O|1|419467291|QC^11|||||||Omni C|||||COMBITROL TS+^2^21723603^aqueous
C|1|I|The Remark|G
R|1|^^^Na^^^M^600|137.8|mmol/L|-1.0^-1.0|H||F||Omni C||20040519092806|
R|2|^^^Cl^^^M^601|101.8|mmol/L|-1.0^-1.0|H||F|||||
R|3|^^^pH^^^M^602|7.415||-1.000^-1.000|H||F|||||
R|4|^^^iCa^^^M^603|1.099|mmol/L|-1.000^-1.000|H||F|||||
R|5|^^^K^^^M^604|4.75|mmol/L|-1.00^-1.00|H||F|||||
R|6|^^^PO2^^^M^605|--|mmHg|-1.0^-1.0|A||F|||||
R|7|^^^PCO2^^^M^606|44.1|mmHg|-1.0^-1.0|H||F|||||
R|8|^^^Hct^^^M^609|42.8|%|-1.0^-1.0|H||F|||||
L|1|N
Patient Query
H|\^&|||Roche^OMNI-C^2.74^1^1003|||||||P|1394-97|20050118133359
Q|1|Pat ID||||||||||D
L|1|N
Figure B-4 Patient Query
Calibration Report
H|\^&|||Roche^OMNI-C^2.74^1^1003||||||SR^REAL|P|1394-97|20050118132556
M|1|SR^RO^OC^1|308^PO2^1P Pot|--|mV|330^250^550|A^Fill Ref 1565||20050117181344
M|2|SR^RO^OC^1|310^PO2^Slp Pot|2.58|mV|2^-10^15|N
M|3|SR^RO^OC^1|312^PCO2^1P Pot|--|mV|-1000^-1300^2000|A^Fill Ref 1565
M|4|SR^RO^OC^1|314^PCO2^Slp Pot|--|mV|-143^-160^-110|A^1P was nOk 2004
M|5|SR^RO^OC^1|320^Na^1P Pot|--|mV|950^-1700^2300|A^Fill Ref 1565
M|6|SR^RO^OC^1|322^Na^Slp Pot|--|mV|130^110^140|A^1P was nOk 2004
M|7|SR^RO^OC^1|332^Cl^1P Pot|--|mV|700^-2300^1700|A^Fill Ref 1565
M|8|SR^RO^OC^1|334^Cl^Slp Pot|--|mV|-108^-120^-90|A^1P was nOk 2004
M|9|SR^RO^OC^1|324^K^1P Pot|--|mV|550^-1700^2100|A^Fill Ref 1565
M|10|SR^RO^OC^1|326^K^Slp Pot|--|mV|130^110^140|A^1P was nOk 2004
M|11|SR^RO^OC^1|328^Ca^1P Pot|--|mV|500^-2000^2200|A^Fill Ref 1565
M|12|SR^RO^OC^1|330^Ca^Slp Pot|--|mV|-87^-95^-65|A^1P was nOk 2004
M|13|SR^RO^OC^1|316^pH^1P Pot|--|mV|500^-2100^1600|A^Fill Ref 1565
M|14|SR^RO^OC^1|318^pH^Slp Pot|--|mV|-305^-340^-250|A^1P was nOk 2004
M|15|SR^RO^OC^1|401^ORDERBITS|2P cal. incl. O2|||N
M|16|SR^RO^OC^1|402^Baro|736.8|mmHg||N
M|17|SR^RO^OC^1|409^DateTime|20050117181344|||N
L|1|N
Figure B-5 Calibration Report
Maintenance Report
H|\^&|||Roche^OMNI-C^2.74^1^1003||||||LSU^U12|P|1394-97|20050118132435
M|1|EQU^RO^OC^1|Instrument|20050118132435|OP||N
M|2|EQP^RO^OC^1|1^LOG||20050118132435||55^1^604^1^^
L|1|N
5 Appendix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C-3
cobas b 121 <BGE> system 5 Appendix
Table of contents
Appendix
Connection Settings
General
The cobas b 121 <BGE> system connection settings are done in the Interface section
of the setup mode. To get there, follow the steps listed below:
Figure C-1
1 Press the task switch button in the upper left corner of the screen.
Figure C-2
Figure C-3
3 Select Interfaces either by using the arrow buttons or by directly pressing the line.
Figure C-4
Figure C-5
Serial Connection
Make sure, that the instrument's COM 2 interface (on the instrument's rear) is
connected to the host or host device using a 9 pin null modem cable. The COM 1
interface is reserved for other purposes and can not be used for ASTM
communication.
Figure C-6
1 Select COM2.
Figure C-7
Figure C-8
Figure C-9
4 Select a baudrate matching the host's using the arrow buttons or directly pressing
the line & press the activation button (above the arrow buttons).
Figure C-10
Figure C-11
Figure C-12
7 Select the number of stopbits matching the host's using the arrow buttons or
directly pressing the line & press the activation button (above the arrow buttons).
Figure C-13
Figure C-14
Figure C-15
10 Select the handshake matching the host's via the arrow buttons or directly
pressing the line & press the activation button (above the arrow buttons).
Figure C-16
Figure C-17
Figure C-18
13 Select the parity matching the host's via the arrow buttons or directly pressing the
line & press the activation button (above the arrow buttons).
Figure C-19
Figure C-20
Note:
In case "Service interface" is displayed for type, contact Roche support to have it
deactivated.
Figure C-21
16 Select ASTM communication via the arrow buttons or directly pressing the line &
press the activation button (above the arrow buttons).
Figure C-22
Figure C-23
Figure C-24
Figure C-25
20 Make sure the activated checkbox is checked. In this case, measurement and QC
data are transmitted, when the instrument changes back to the "Ready" screen.
Make sure to check the "Add. Data (DC)" checkbox only, if calibration &
maintenance data also is to be transmitted (not documented in this description).
After having pressed the "back to Ready" button (above the one level up button)
the cobas b 121 <BGE> system is successfully configured for sending ASTM data
via its COM 2 interface.
TCP/IP Connection
1 Make sure, that the instrument's Ethernet port (on the instrument's rear) is
connected to a 10BaseT network port.
Figure C-26
2 Select Net by using the arrow buttons or by directly pressing the line.
Figure C-27
Note:
Make sure, that the "Init at system start" checkbox is checked. In case the "Initialize"
button is enabled, press it.
Hint:
Pressing the "More" and then the "Network test" button allows access to the PING
functionality to allow for checking of the network connection. Furthermore the MAC
address is displayed there, which might be useful for networks being generally managed
using DHCP.
Figure C-28
Figure C-29
Figure C-30
Figure C-31
8 Type in the host IP address as specified by the hospital IT. Confirm the entry by
pressing OK.
Figure C-32
Figure C-33
10 Type in the host listener port as specified by the hospital IT. Confirm the entry by
pressing OK.
Figure C-34
11 Make sure the activated checkbox is checked. In this case, measurement and QC
data are transmitted, when the instrument changes back to the "Ready" screen.
Make sure to tick the "Add. Data (DC)" checkbox only, if calibration &
maintenance data also is to be transmitted (not documented in this description).
Note:
Make sure, that the white "ASTM communication" and "COM 2" fields are not shown here.
In case COM 2 is selected for ASTM communication, ASTM data can not be
communicated over TCP/IP!
Figure C-35
For instrument ease of use the patient query function should only be activated in case
the connected information system is able to successfully answer the
cobas b 121 <BGE> system patient query.
Figure C-36
1 Press the task switch button in the upper left corner of the screen.
Figure C-37
Figure C-38
3 Select Instrument either by using the arrow buttons or by directly pressing the
line.
4 Press the activation button above the arrow buttons.
5 Select Misc. settings either by using the arrow buttons or by directly pressing the
line.
6 Press the activation button above the arrow buttons.
7 Select Ext. Patient query either by using the arrow buttons or by directly pressing
the line.
8 Press the activation button above the arrow buttons.
Figure C-39
10 Select ASTM either by using the arrow buttons or by directly pressing the line.
11 Press the activation button above the arrow buttons.
12 Press the back to ready button above the one level up button.
Note:
When a patient ID is entered during a measurement, the cobas b 121 <BGE> system will
query the connected information system for patient data. While the query is running, no
data can be entered.
Resending of Results
To allow for resending of data from the database, zoom into the measurement, QC or
calibration record to be resent and press the Print button. From the pop-up menu
select one of the following options:
o Print (exclusively prints the displayed record)
o ASTM Communication (exclusively resends the displayed record)
o Print & ASTM (prints & resends the displayed record)
The table below lists all values which are transmitted as results and their order.
The table below lists all possible measured values that are available on the
cobas b 121 <BGE> system and can be transmitted to the host system within a
measurement message.
Name ID
pH 1
+
H 2
PO2 3
PCO2 4
Hct 5
Na 6
K 7
Ca 8
Cl 9
Baro 31
Table C-2 Measured parameters
The table below lists all possible calculated values that are available on the
cobas b 121 <BGE> system and can be transmitted to the host system.
e For explanations, see the cobas b 121 <BGE> system Reference Manual, chapter
Theoretical Foundations.
Name ID
H+ 50
cHCO3 51
ctCO2(P) 52
BE 53
BE(act) 54
BEecf 55
BB 56
SO2(c) 58
P50 59
ctO2 60
ctCO2(B) 61
pHst 62
st
cHCO3 63
PAO2 64
AaDO2 65
a/AO2 66
avDO2 67
RI 68
Qs/Qt 69
niCa 70
AG 71
t
pH 72
H+t 73
PCO2t 74
PO2t 75
PAO2t 76
AaDO2t 77
a/AO2t 78
t
RI 79
Hct (c) 80
MCHC 81
Osm 82
OER 83
BO2 84
Qt 86
P/F 88
Table C-3 Calculated Parameters
The table below lists all input parameters that are available on the
cobas b 121 <BGE> system and can be transmitted to the host system.
e For explanations and availability, see the cobas b 121 <BGE> system Reference Manual
chapter Setup, section Displays & reports.
Table of QC Parameters
The table below lists all possible values that are available on the
cobas b 121 <BGE> system for quality control and can be transmitted to the host
system with a QC message.
Name ID
Na 600
Cl 601
+ (settings dependent)
pH/H 602
iCa 603
K 604
PO2 605
PCO2 606
Hct 609
Table C-6