comparison Resources/Configuration.json @ 2115:a657f7772e69

Handling of private tags/creators in the "Dictionary" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Oct 2016 15:23:32 +0100
parents fabf7820d1f1
children 2fabd1073728
comparison
equal deleted inserted replaced
2114:e4f8e377782f 2115:a657f7772e69
319 319
320 // Register a new tag in the dictionary of DICOM tags that are known 320 // Register a new tag in the dictionary of DICOM tags that are known
321 // to Orthanc. Each line must contain the tag (formatted as 2 321 // to Orthanc. Each line must contain the tag (formatted as 2
322 // hexadecimal numbers), the value representation (2 upcase 322 // hexadecimal numbers), the value representation (2 upcase
323 // characters), a nickname for the tag, possibly the minimum 323 // characters), a nickname for the tag, possibly the minimum
324 // multiplicity (> 0 with defaults to 1), and possibly the maximum 324 // multiplicity (> 0 with defaults to 1), possibly the maximum
325 // multiplicity (0 means arbitrary multiplicity, defaults to 1). 325 // multiplicity (0 means arbitrary multiplicity, defaults to 1), and
326 // possibly the Private Creator (for private tags).
326 "Dictionary" : { 327 "Dictionary" : {
327 // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ] 328 // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ]
329 // "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ]
328 } 330 }
329 } 331 }