Skip to content

Commit

Permalink
dcm4che/dcm4chee-arc-light#4038 : Allow configurable validations for …
Browse files Browse the repository at this point in the history
…missing fields in HL7 messages' MSH segment required by IHE
  • Loading branch information
vrindanayak committed Apr 26, 2023
1 parent 432877e commit c0d8a41
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/main/webapp/assets/schema/hl7Application.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,18 @@
"description": "MSH fields to be validated if missing or not, according to <a href=\"https://www.ihe.net/uploadedFiles/Documents/Radiology/IHE_RAD_TF_Vol2.pdf#page=43\" target=\"_blank\">IHE RAD TF Vol 2 Message Control requirements</a>. If absent, <a href=\"https://dcm4chee-arc-hl7cs.readthedocs.io/en/latest/hl7-impl-notes.html#error-codes-mapping\" target=\"_blank\">previous default checks in dcm4che library</a> are applied.",
"type": "array",
"items": {
"type": "integer"
"type": "integer",
"enum": [
3,
4,
5,
6,
7,
9,
10,
11,
12
]
}
},
"dicomDescription": {
Expand Down

0 comments on commit c0d8a41

Please sign in to comment.