Versions Compared

Key

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

...

Activates notification of registered listeners about received HL7 messages. Required for message forwarding by #HL7 Send Service and for prefetch of studies on receive of ORM^O01 messages by the #Prefetch Service.

Default Value: true

#SuppressErrorResponse
Anchor
SuppressErrorResponse
SuppressErrorResponse

Activates suppression of Application Reject or Application Error as acknowledgment code but always returns acknowledgment code AA (=Application Accept), even if the processing of the message fails.

Default Value: false

#FileReceivedHL7
Anchor
FileReceivedHL7
FileReceivedHL7

Activates writing received HL7 messages into file (format: hl7-######.hl7, with ###### as the sequence number of the received message since last application start)) in log directory. Useful to analyse HL7 encoding errors in incoming messages, which causes the conversion of the message to XML for further processing to fail.

Default Value: false

#FileReceivedHL7OnError
Anchor
FileReceivedHL7OnError
FileReceivedHL7OnError

Activates writing received HL7 messages, which were rejected or which processing failed, into file (format: hl7-######.hl7, with ###### as the sequence number of the received message since last application start) in directory specified by #ErrorLogDirectory.

Default Value: false

#ErrorLogDirectory
Anchor
ErrorLogDirectory
ErrorLogDirectory

Directory to which HL7 messages which are rejected or which processing fails are filed. Only effective if #FileReceivedHL7OnError = true.
A relative path name is resolved relative to archive-install-directory/server/default/.

Default Value: log/hl7err

#FileReceivedHL7AsXML
Anchor
FileReceivedHL7AsXML
FileReceivedHL7AsXML

...