I was wondering is mirth is capable of the following :
In the context of HL7 V2.5
when an application receives an ADT_A01 it acknowledges it with an ACK
when an application receives an OML_O21 it shall acknowledge it with ORL_O22.
How can I set up a channel to send the ORL_O22 on the socket connexion that was used to receive the OML_O21.
In other word I have to be able to reply with something else than an ACK.
Thanks for your help on this matter
In the context of HL7 V2.5
when an application receives an ADT_A01 it acknowledges it with an ACK
when an application receives an OML_O21 it shall acknowledge it with ORL_O22.
How can I set up a channel to send the ORL_O22 on the socket connexion that was used to receive the OML_O21.
In other word I have to be able to reply with something else than an ACK.
Thanks for your help on this matter
Comment