comparison Resources/Configuration.json @ 2129:0c09d1af22f3

"/tools/invalidate-tags" to invalidate the JSON summary of all the DICOM files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 17:44:10 +0100
parents 2fabd1073728
children 8cbb55089a1d
comparison
equal deleted inserted replaced
2128:9329ba17a069 2129:0c09d1af22f3
324 // multiplicity (> 0 with defaults to 1), possibly the maximum 324 // multiplicity (> 0 with defaults to 1), possibly the maximum
325 // multiplicity (0 means arbitrary multiplicity, defaults to 1), and 325 // multiplicity (0 means arbitrary multiplicity, defaults to 1), and
326 // possibly the Private Creator (for private tags). 326 // possibly the Private Creator (for private tags).
327 "Dictionary" : { 327 "Dictionary" : {
328 // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ] 328 // "0014,1020" : [ "DA", "ValidationExpiryDate", 1, 1 ]
329 // "00e1,10c2" : [ "SH", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ] 329 // "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ],
330 // "7053,1003" : [ "ST", "Original Image Filename", 1, 1, "Philips PET Private Group" ]
330 } 331 }
331 } 332 }