Send

Sends a single HL7 message via MLLP.

Task version: 1.3.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Source code: https://github.com/FrendsPlatform/Frends.Mllp/tree/main/Frends.Mllp.Sendarrow-up-right

Task Parameters

Name
Description

Hl7Message : String

HL7 message to send over MLLP.

Default: 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 Example: 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

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

Output : String

Acknowledgement returned by the MLLP listener. Example: MSH|^~&|...

Error : Error

Error that occurred during task execution. Example: object { string Message, Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.Mllp.Send.

[1.3.0] - 2026-04-17

Added

  • Connection.ServerCertificateThumbprints to allow pinning the expected server certificate in MTLS mode when IgnoreServerCertificateErrors is false

[1.2.0] - 2026-04-13

Changed

  • Connection.Encoding is now selectable and can be set custom by user

[1.1.0] - 2026-03-12

Added

  • Connection.Encoding parameter to allow configuring the character encoding used when sending HL7 messages (default: UTF-8)

[1.0.0] - 2026-02-05

Added

  • Initial implementation

Last updated

Was this helpful?