...
- Server Address: the address of the destination server.
- Server Port: The port Ports: A list of the ports that should be used to access the destination.
- Ignore send errors: Check this option if the device should ignore any send errors from other devices in the channel.
- Connection Timeout (sec): The number of seconds the connection should be idle before it times out.
- Advanced TCP Options: use these options to set advanced behavior for the TCP connection. Choices include:
- KeepAlive: Choose this to use KeepAlive messages. These messages are sent to verify that the link between the HL7 Inbound Device and the source HL7 message system is still operating.
- NoDelay: Choose this option to disable the Nagle algorithm. This means that messages will be sent immediately, instead of being held until a transmission is of a certain size. This potentially improves system performance.
- DontLinger: Select this option to close the socket gracefully without lingering.
- Expect Acknowledgement (HL7 ACK): Whether or not Connexion should expect an ACK/NACK notification from the destination server.
- Encoding: choose the type of encoding the incoming HL7 messages will use. The default is Western European (ISO).
- Start of Message Character: This is the character/string that indicates the start of an HL7 message.
- End of Message Character: This is the character/string that indicates the end of an HL7 message
...