Receive

Starts an MLLP server that collects incoming HL7 messages for the configured duration.

Task version: 1.2.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.Receivearrow-up-right

Task Parameters

Name
Description

ListenAddress : String

IP address or hostname to bind to. Leave empty to listen on all interfaces.

Default: - Example: 127.0.0.1

Port : Int32

TCP port the server listens on.

Default: 2575 Example: 2575

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

Output : String[]

Messages received while the listener was running. Example: ACK

Error : Error

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

Task Changelog

Changelog for Task Frends.Mllp.Receive.

[1.2.0] - 2026-04-17

Added

  • Connection.ClientCertificateThumbprints property to specify client certificate thumbprints for authentication in MTLS mode

[1.1.0] - 2026-04-13

Added

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

[1.0.0] - 2026-02-06

Added

  • Initial implementation

Last updated

Was this helpful?