Skip to content

Commit

Permalink
Accept HL7 Messages with missing values for MSH fields required acco…
Browse files Browse the repository at this point in the history
…rding to IHE RAD TF Vol 2 Message Control requirements dcm4che/dcm4chee-arc-light#4038
  • Loading branch information
gunterze committed Apr 26, 2023
1 parent e26ae57 commit 3c17a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/networking/config/hl7Application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ HL7 Application information

(hl7SendingCharacterSet)"
"
.. _hl7RequiredMSHField:
.. _hl7OptionalMSHField:

:ref:`HL7 Required MSH Fields(s) <hl7RequiredMSHField>`",integer,"MSH fields to be validated if missing or not, according to `IHE RAD TF Vol 2 Message Control requirements <https://www.ihe.net/uploadedFiles/Documents/Radiology/IHE_RAD_TF_Vol2.pdf#page=43>`_. If absent, `previous default checks in dcm4che library <https://dcm4chee-arc-hl7cs.readthedocs.io/en/latest/hl7-impl-notes.html#error-codes-mapping>`_ are applied. By default, all of the displayed MSH fields are validated. Enumerated values: 3, 4, 5, 6, 7, 9, 10, 11 or 12.
:ref:`Optional MSH Field(s) <hl7OptionalMSHField>`",integer,"Accept HL7 Messages with missing values for specified MSH fields, even they are required according to `IHE RAD TF Vol 2 Message Control requirements <https://www.ihe.net/uploadedFiles/Documents/Radiology/IHE_RAD_TF_Vol2.pdf#page=43>`_. Enumerated values: 3, 4, 5, 6, 7, 10, 11 or 12.

(hl7RequiredMSHField)"
(hl7OptionalMSHField)"
"
.. _dicomDescription:

Expand Down

0 comments on commit 3c17a9b

Please sign in to comment.