HL7 v2.x MLLP Sender
The HL7 v2.x MLLP Sender configuration category includes the following configurable options:
Delay Between Failed Deliveries (millis)
Forward Persisted Messages
HL7 v2.x Destination Host
Request Path
HL7 v2.x Destination Port
Retry message on NAK
Send Timeout (millis)
Transport Protocol
|
Delay Between Failed Deliveries (millis) |
|
|
NON_NEGATIVE_INTEGER | |
If set to a number above 0, sets the minimum number of milliseconds to wait after a failed delivery attempt before trying again. | |
|
|
10000
|
|
|
|
Forward Persisted Messages |
|
|
BOOLEAN | |
If enabled, sends persisted HL7 v2.x messages back out verbatim. See Storing HL7 v2.x Messages As-Is for details. | |
|
|
false
|
|
|
|
HL7 v2.x Destination Host |
|
|
STRING | |
The TCP hostname to which this module will transmit. | |
|
|
(no default) | |
|
|
Request Path |
|
|
STRING | |
The path to transmit messages to. Note that this applies only to HTTP transports and will be ignored for MLLP transports. | |
|
|
/
|
|
|
|
HL7 v2.x Destination Port |
|
|
POSITIVE_INTEGER | |
The TCP port to which this module will transmit. | |
|
|
(no default) | |
|
|
Retry message on NAK |
|
|
BOOLEAN | |
If the receiving system responds with a non-positive acknowledgement message (e.g an ACK message with an AE response code), should we attempt to redeliver the message until we are successful?
|
|
|
|
true
|
|
|
|
Send Timeout (millis) |
|
|
POSITIVE_INTEGER | |
The number of milliseconds to wait for a response before timing out. | |
|
|
10000
|
|
|
|
Transport Protocol |
|
|
ENUM | |
Values |
|
Specifies the transport to use when sending HL7 v2.x messages. Note that most existing systems expect the MLLP protocol unless specifically configured otherwise. | |
|
|
MLLP_OVER_TCP
|
|
|