I am receiving multiple OBX segments within an ORU message.
I'd like to loop through the OBX segments and perform either of the following steps:
1) Concatenate the values of OBX 5.1 fields and insert the concatenated value into a SQL database (as well as several other fields from the message).
2) Read each OBX 5.1 field separately and insert a separate record for each value (as well as several other fields from the message).
I'd like to loop through the OBX segments and perform either of the following steps:
1) Concatenate the values of OBX 5.1 fields and insert the concatenated value into a SQL database (as well as several other fields from the message).
2) Read each OBX 5.1 field separately and insert a separate record for each value (as well as several other fields from the message).
Comment