I got a request from my client. if the size of HL7 ORU message is over 30k, they would like to break into two messages. Could anybody give me some ideas?
I got a request from my client. if the size of HL7 ORU message is over 30k, they would like to break into two messages. Could anybody give me some ideas?
Look up the DSC segment in your copy of the HL7 standard. This is used for splitting up large messages into multiple messages.
If I were you, I would write a TCL script to handle it. I guess you will split the message into two because of the larger OBX segment in ORU. A tcl script will definitely be helpful..
Whether Tcl or Xlate, to do it right (assuming the receiving system supports the standard) you should use the proper Continuation indications (including the DSC segment) as specified in the HL/7 standard.
A newbie should still be able to read and follow the HL/7 standard.
email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.
i still could not figure out how to map the dsc segment in qdx xlate editor. both inbound and outbound are using HL7 2.3. i am writing a script to split the messages. it is a pain.
Author
Replies
Viewing 5 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.