Hi All!
I'm attempting to do something which should be extremely simple. I want to deliver an HL7 message into Mirth via an LLP listener, extract ONLY the MSH and PID segments, and write those segments (MSH and PID) to a file in HL7 format.
The LLP listener works just fine. The full HL7 message comes into Mirth.
The Destination is set up as a File Writer. I've tried the following transformation: I map the MSH and PID segments to variables - msh and pid. I can see these variables in the Endpoints overview page and I can drag and drop them into the Template. When I run the interface the destination file contains the msh & pid segments but they're in XML format NOT HL7. How the heck does one simply move an entire segment from input to output and keep it in HL7 format.
Also - some of the examples use a template with the following: ER7: ${HL7 ER7}. I canot find any reference whatsover to this. What is ER7? What does ${HL7 ER7} mean?????
Is there any documentation anywhere that provides a fuller explanation on how to use the Template area, and how to use the Message Builder Type in the transformations editing page?
We use the eGate interface engine here at work and, so far, Mirth is extremely frustrating to try and get working.
Thanks in advance!!!!!
Bob D.
I'm attempting to do something which should be extremely simple. I want to deliver an HL7 message into Mirth via an LLP listener, extract ONLY the MSH and PID segments, and write those segments (MSH and PID) to a file in HL7 format.
The LLP listener works just fine. The full HL7 message comes into Mirth.
The Destination is set up as a File Writer. I've tried the following transformation: I map the MSH and PID segments to variables - msh and pid. I can see these variables in the Endpoints overview page and I can drag and drop them into the Template. When I run the interface the destination file contains the msh & pid segments but they're in XML format NOT HL7. How the heck does one simply move an entire segment from input to output and keep it in HL7 format.
Also - some of the examples use a template with the following: ER7: ${HL7 ER7}. I canot find any reference whatsover to this. What is ER7? What does ${HL7 ER7} mean?????
Is there any documentation anywhere that provides a fuller explanation on how to use the Template area, and how to use the Message Builder Type in the transformations editing page?
We use the eGate interface engine here at work and, so far, Mirth is extremely frustrating to try and get working.
Thanks in advance!!!!!
Bob D.
Comment