comparison Resources/Configuration.json @ 2152:cbebc5d072b0

Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Nov 2016 15:10:08 +0100
parents 8cbb55089a1d
children 71e8a70e9e99
comparison
equal deleted inserted replaced
2151:8cbb55089a1d 2152:cbebc5d072b0
318 "AllowFindSopClassesInStudy" : false, 318 "AllowFindSopClassesInStudy" : false,
319 319
320 // If set to "false", Orthanc will not load its default dictionary 320 // If set to "false", Orthanc will not load its default dictionary
321 // of private tags. This might be necessary if you cannot import a 321 // of private tags. This might be necessary if you cannot import a
322 // DICOM file encoded using the Implicit VR Endian transfer syntax, 322 // DICOM file encoded using the Implicit VR Endian transfer syntax,
323 // and containing private tags. You can still list your private tags 323 // and containing private tags: Such an import error might stem from
324 // of interest in the "Dictionary" configuration option below. 324 // a bad dictionary. You can still list your private tags of
325 // interest in the "Dictionary" configuration option below.
325 "LoadPrivateDictionary" : true, 326 "LoadPrivateDictionary" : true,
326 327
327 // Register a new tag in the dictionary of DICOM tags that are known 328 // Register a new tag in the dictionary of DICOM tags that are known
328 // to Orthanc. Each line must contain the tag (formatted as 2 329 // to Orthanc. Each line must contain the tag (formatted as 2
329 // hexadecimal numbers), the value representation (2 upcase 330 // hexadecimal numbers), the value representation (2 upcase
333 // possibly the Private Creator (for private tags). 334 // possibly the Private Creator (for private tags).
334 "Dictionary" : { 335 "Dictionary" : {
335 // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ] 336 // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ]
336 // "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ] 337 // "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ]
337 // "7053,1003" : [ "ST", "Original Image Filename", 1, 1, "Philips PET Private Group" ] 338 // "7053,1003" : [ "ST", "Original Image Filename", 1, 1, "Philips PET Private Group" ]
338 // "2001,5f" : [ "SQ", "StackSequence", 1, 0, "Philips Imaging DD 001" ] 339 // "2001,5f" : [ "SQ", "StackSequence", 1, 1, "Philips Imaging DD 001" ]
339 } 340 }
340 } 341 }