Frends.Mllp.Send / 1.6.0
Summary
Sends one HL7 message over MLLP and reports the acknowledgement, distinguishing an accepted message from a rejected one rather than only a transport success.
Typical use — delivering to clinical systems, where the acknowledgement, not the connection, is what tells you the message was accepted
HL7 message payload.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Hl7Message | String |
MSH|^~\&|SendingApp|SendingFac|ReceivingApp|ReceivingFac|20250101010101||ADT^A01|MSG00001|P|2.5.1\rEVN|A01|20250101010101\rPID|1||12345^^^Hospital^MR||Doe^John||19800101|M |
MSH|^~\\&|SendingApp|SendingFac|ReceivingApp|ReceivingFac|20250101010101||ADT^A01|MSG00001|P|2.5.1\rEVN|A01|20250101010101\rPID|1||12345^^^Hospital^MR||Doe^John||19800101|M |
HL7 message to send over MLLP. |