I have MLLP confgured to receive the ADT and MDM messages, I have custom pipeline that process this files and sends to the send port to write it to a location. All this process works great. My question is how to send the ACK back to MLLP receive port. Thanks in advance and any help is greatly appreciated. Raj.
Raj, Just create a party to match your MSH segment, and use the HL7 Configuration Explorer to configure the ACKs for that party. There are a few settings you can tweak to adjust what acknowledgements are sent back and what they contain. Assuming you are using a two-way MLLP receive port, you should get the ACK coming back automatically. The documentation has more details if you need them. Thanks, Dan On Jul 21, 2:39 pm, sushe...@gmail.com wrote: > I have MLLP confgured to receive the ADT and MDM messages, I have > custom pipeline that process this files and sends to the send port to > write it to a location. All this process works great. > > My question is how to send the ACK back to MLLP receive port. > > Thanks in advance and any help is greatly appreciated. > > Raj.
Thanks Dan for the response. I am going through the document. I created the party and configure the send port my question is According to the document the two-way receive port should have configuration as follows For receive pipeline should be BTAHL72XRECEIVEPIPELINE and send Should be BTAHL72XSENDPIPELINE, but in my case I am using the custom pipeline to process the receive file, what should I send out of my custom application. right now I am creating a custom ACK in custom pipeline to return back in out message.
Creating the party will not help then. You will have to create a custom ACK message and map the input msg to the ACK then. Pretty straight forward stuff though. Eric http://blog.hl7-info.com wrote in message news:afa358e1-d67e-4380-8a7c-2c1e460d0f7b@34g2000hsf.googlegroups.com... > Thanks Dan for the response. I am going through the document. I > created the party and configure the send port my question is > According to the document the two-way receive port should have > configuration as follows > For receive pipeline should be BTAHL72XRECEIVEPIPELINE and > send Should be BTAHL72XSENDPIPELINE, > > but in my case I am using the custom pipeline to process the receive > file, what should I send out of my custom application. right now I am > creating a custom ACK in custom pipeline to return back in out > message. >