copy:
1(%g1).OBX(0).#7.(0) –> 1(0).1(0).1(%g00.OBX(0).#7(0)
1(%g1).OBX(0).#7(0).[0] –> @low (tcl pre proc here for obx;7.1)
1(%g1).OBX(0).#7(0).[0] –> @high (tcl pre proc here for obx;7.2)
@low –> 1(0).1(0).1(%g99).OBX(0).#7(0).[1]
@high –> 1(0).1(0).1(%g99).OBX(0).#7(0).[1]
Tcl Pre Proc for OBX;7.1
set pos [string first “-” $xlateInVals]
set pos2 [expr $pos – 1]
set xlateOutVals [string range $xlateInVals 0 $pos2]
echo ”
echo ”
Tcl Pre Proc for OBX;7.2
set pos [string first “-” $xlateInVals]
set len [string length $xlateInVals]
set pos1 [expr $pos + 1 ]
set xlateOutVals [string range $xlateInVals $pos1 $len]
Data as Received Inbound to Cloverleaf prod:
|12|ST|ATHBC||10.2|g/dL|10.0-17.0||||F|
|13|ST|AO2HBC||95.4|%|92.0-98.5||||F|
|14|ST|ACOHBC||0.3|%|0.5-1.5|L|||F|
|15|ST|AMHBC||0.7|%|0.0-1.5||||F|
Message as sent outbound from Cloverleaf prod
|7|NM|LABATHBC||10.2||10.0-17.0||||F|||20131106042500
|8|NM|LABAO2HBC||95.4||92.0-98.5||||F|||20131106042500
|9|NM|LABACOHBC||0.3||0.5-1.5^0.|L|||F|||20131106042500
|10|NM|LABAMHBC||0.7||0.0-1.5^0.||||F|||20131106042500
Data as received inbound to Cloverleaf test:
OBX|1|ST|CPHBGC||6.723||7.300-7.400|LL|||F|||20131104130324||5636~00||^^31347^Rapidpoint 500|20131104130324|
OBX|2|ST|CO2SC||82.5|%|||||F|
OBX|3|ST|CHCO3C||20.5|mmol/L|20.0-28.0||||F|
OBX|4|ST|CBEC||-19.0|mmol/L|||||F|
OBX|5|ST|CPCO2C||160.6|mmHg|35.0-50.0|HH|||F|
OBX|6|ST|CPO2C||92.9|mmHg|35.0-50.0|H|||F|
OBX|7|ST|Samp. Type||BLDC||||||F|
OBX|8|ST|Drawn||11/4/2013 12:50:00 PM||||||F|
OBX|9|ST|Received||11/4/2013 1:00:15 PM||||||F|
Message as sent outbound from Cloverleaf test:
OBX|1|NM|LABCPHBGC||6.723||7.300-7.400^7.300^7.400|LL|||F|||20131104125000
OBX|2|NM|LABCO2SC||82.5||||||F|||20131104125000
OBX|3|NM|LABCHCO3C||20.5||20.0-28.0^20.0^28.0||||F|||20131104125000
OBX|4|NM|LABCBEC||-19.0||||||F|||20131104125000
OBX|5|NM|LABCPCO2C||160.6||35.0-50.0^35.0^50.0|HH|||F|||20131104125000
OBX|6|NM|LABCPO2C||92.9||35.0-50.0^35.0^50.0|H|||F|||20131104125000
Any suggestions or thoughts are greatly appreciated.
Best Regards,
Shannon