1.2k questions
1.4k answers
361 comments
339 users
Create a channel that is a source of HL7:
Set the message to a XML message:
Get data from the HL7 and set it in the XML:
Here is the custom script that was generated from the standard functions above:
message = qie.createXMLMessage("<root></root>", 'UTF-8'); message.setNode("/root/LastName", source.getNode("PID-5.1"));