We have an outbound HL7 interface configured to use the mlp_tcp.pdl routine for transmitting the message in which each message is bound by a “0b” start character and “1c 0d” stop string. I have been informed the receiving interaface is expecting a start character of “0b” but their end of message is “0d 1c 0d”. Is it possible to somehow modify the mlp_tcp.pdl routine to include the extra “0d” in the stop string? If so, would it be a matter of copying it from the “pdls” folder withinin integrator to the “pdls” folder within the specific site, renaming the file to have a unique name and then modifying it to include the extra ; entry? Here is the content of the mlp_tcp.pdl routine and what would the actual change need to look like? Thank you for your assistance!
define phrase basic-msg;
;
field data = variable-array( not( ) );
; ;
end phrase;
/**********************************************************************
* End of declarative section, TCL management functions start here. *
**********************************************************************/
#{#
# This can be handled completely using the “basic” style.
hci_pd_msg_style basic phrase:basic-msg
field:data
resync:\xb
#}#