Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › mlp_tcp.pdl question ..
I have a receiving system (Emageon) that is seeing the HL7 messages I send ending with these characters:
^M||
They tell me that their system interprets the message endings as a line feed followed by two pipes.
the mlp_tcp.pdl contains:
define phrase basic-msg;
You’d have to show what Cloverleaf thinks is going out before I’d look at changing the PDL. Run it using enable_all as the EO alias for the process so we can take a look at the hex dump of what got transmitted.
Greg,
Here’s what the end of the message looks like in the EO:
Last message segment:
OBX|49||07||cc:
Not sure why, but when I sent the messages again today, they (Emageon) were able to accept them fine in the existing format using the mlp wrapper.
Thus, no need to look into this more.
Joe