Does anyone have a working example of a ORU^R01 message.
I need to be able to create this message from reading data from different SQL database tables and put them into a ORU^R01 message and writing to a file or LLP.
In my ORU I have the MSH,PID,OBR working, now what I can not figure out is how the get my into multiple OBX segments. Does anyone know how to get multiple rows of data that represent OBX data into the hl7 format of OBX data?
When I try to include the OBX data i get the following error...
org.mozilla.javascript.EcmaError: TypeError: Assignment to lists with more that one item is not supported (1344a152-a193-4642-8187-ebff542a1db3#12)
Thanks,
Bobbie
I need to be able to create this message from reading data from different SQL database tables and put them into a ORU^R01 message and writing to a file or LLP.
In my ORU I have the MSH,PID,OBR working, now what I can not figure out is how the get my into multiple OBX segments. Does anyone know how to get multiple rows of data that represent OBX data into the hl7 format of OBX data?
When I try to include the OBX data i get the following error...
org.mozilla.javascript.EcmaError: TypeError: Assignment to lists with more that one item is not supported (1344a152-a193-4642-8187-ebff542a1db3#12)
Thanks,
Bobbie
Comment