Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

The HL7 Server receives all messages from the other HL7 services.

Dependencies

Attributes

Port
Anchor
Port
Port

TCP listening port. This is the most important value in the service, and by default is set to 2575.

ProtocolName
Anchor
ProtocolName
ProtocolName

...

Socket timeout in ms. 0 = no timeout. This value determines how long the timeout is between messages. HL7 typically keeps the connection open, unlike DICOM, so the timeout value can be quite large, although it depends on the RIS system.

NoopMessageTypes
Anchor
NoopMessageTypes
NoopMessageTypes

Comma separated list of Message Types which are accepted even if no HL7 Service is configured to actual process the message. By setting this value, you avoid receiving an "unsupported" message back.

SendNotification
Anchor
SendNotification
SendNotification

...

Activates writing received HL7 messages into file (format: hl7-######.hl7) in log directory. All services use stylesheets to extract elements from HL7 messages. Activate this value if you want to use the message to construct a stylesheet.

FileReceivedHL7AsXML
Anchor
FileReceivedHL7AsXML
FileReceivedHL7AsXML

Activates writing received and XMLized HL7 messages into file (format: hl7-######.xml) in log directory. All services use stylesheets to extract elements from HL7 messages. Activate this value if you want to use the message to construct a stylesheet.

MaxClients
Anchor
MaxClients
MaxClients

...