comparison Resources/Configuration.json @ 2334:dd26536454a0

fix for mingw
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Jul 2017 13:13:00 +0200
parents 9c7a80c87ae9
children 3ab96768d144
comparison
equal deleted inserted replaced
2333:6677cdbfbafd 2334:dd26536454a0
332 // and containing private tags: Such an import error might stem from 332 // and containing private tags: Such an import error might stem from
333 // a bad dictionary. You can still list your private tags of 333 // a bad dictionary. You can still list your private tags of
334 // interest in the "Dictionary" configuration option below. 334 // interest in the "Dictionary" configuration option below.
335 "LoadPrivateDictionary" : true, 335 "LoadPrivateDictionary" : true,
336 336
337 // Locale to be used by Orthanc. Notably used if comparing strings 337 // Locale to be used by Orthanc. Currently, only used if comparing
338 // in a case-insensitive way. 338 // strings in a case-insensitive way. It should be safe to keep this
339 // value undefined, which lets Orthanc autodetect the suitable locale.
339 // "Locale" : "en_US.UTF-8", 340 // "Locale" : "en_US.UTF-8",
340 341
341 // Register a new tag in the dictionary of DICOM tags that are known 342 // Register a new tag in the dictionary of DICOM tags that are known
342 // to Orthanc. Each line must contain the tag (formatted as 2 343 // to Orthanc. Each line must contain the tag (formatted as 2
343 // hexadecimal numbers), the value representation (2 upcase 344 // hexadecimal numbers), the value representation (2 upcase