HL7 MLLP (Simple) Transport
The HL7 MLLP (Simple) Transport sends HL7 messages over simplified MLLP with no validation.
Transport (Adapter) Configuration Drop-Down List
Basic HL7 MLLP (Simple Transport Configuration Options
On the Basic configuration tab, specify the following configuration options:
- Host – Target hostname for MLLP
- Port – target port for MLLP
- Connection Timeout – number of milliseconds to wait when connecting to the socket
- Keep Connection – specifies if the connection to the server should be kept open
- Idle Timeout (ms) – if “Keep Connection” is enabled, how long for inactivity before closing the connection. -1 to disable
- Response Listener – the Listener to receive the MLLP response
- Response Timeout (ms) – number of milliseconds to wait for a response after sending data. An exception will be thrown on timeout, use -1 to disable
HL7 MLLP (Simple Transport Basic Configuration Options
Advanced HL7 MLLP (Simple Transport Configuration Options
On the Advanced tab, configure the following options:
- Ignore ACKs – sends the HL7 message and does not wait for the ACK message before continuing
HL7 MLLP (Simple Transport Advanced Configuration Options