comparison Resources/Configuration.json @ 2330:9c7a80c87ae9

"Locale" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jul 2017 16:34:16 +0200
parents ae6245053bcf
children dd26536454a0
comparison
equal deleted inserted replaced
2329:55c900a5b0e4 2330:9c7a80c87ae9
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
338 // in a case-insensitive way.
339 // "Locale" : "en_US.UTF-8",
340
337 // Register a new tag in the dictionary of DICOM tags that are known 341 // Register a new tag in the dictionary of DICOM tags that are known
338 // to Orthanc. Each line must contain the tag (formatted as 2 342 // to Orthanc. Each line must contain the tag (formatted as 2
339 // hexadecimal numbers), the value representation (2 upcase 343 // hexadecimal numbers), the value representation (2 upcase
340 // characters), a nickname for the tag, possibly the minimum 344 // characters), a nickname for the tag, possibly the minimum
341 // multiplicity (> 0 with defaults to 1), possibly the maximum 345 // multiplicity (> 0 with defaults to 1), possibly the maximum