One of our clients sending us HL7 order messages ove a tcp/ip VPN connections is sending us messages in the following format:
Code:
BHS
{
MSH
PID
ORC
OBR
}
BTS
Normally when we are working with tcp connections we just receive the single message — and have only seen the batch segments when working with files.
What would be the best way to handle this?
Is there a special pdl to use for the communciation? we normally use a mlp_tcp.pdl OR would a modification to the inbound tps proc used to send back the ack message be in order here?
If anyone has experience dealing with this I would love to hear from you.
Thanks greatly,