comparison Resources/Configuration.json @ 2039:e33e0ae51d7b

new configuration option AllowFindSopClassesInStudy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Jun 2016 15:17:49 +0200
parents 65b1ce7cb84f
children fabf7820d1f1
comparison
equal deleted inserted replaced
2038:235319b3ddf0 2039:e33e0ae51d7b
300 "Pin" : "1234", 300 "Pin" : "1234",
301 "Verbose" : true 301 "Verbose" : true
302 } 302 }
303 **/ 303 **/
304 304
305 // If set to "true", Orthanc will handle "SOP Classes in Study"
306 // (0008,0062) in C-FIND requests. This option is turned off by
307 // default, as it requires intensive accesses to the hard drive.
308 "AllowFindSopClassesInStudy" : false,
309
305 // Register a new tag in the dictionary of DICOM tags that are known 310 // Register a new tag in the dictionary of DICOM tags that are known
306 // to Orthanc. Each line must contain the tag (formatted as 2 311 // to Orthanc. Each line must contain the tag (formatted as 2
307 // hexadecimal numbers), the value representation (2 upcase 312 // hexadecimal numbers), the value representation (2 upcase
308 // characters), a nickname for the tag, possibly the minimum 313 // characters), a nickname for the tag, possibly the minimum
309 // multiplicity (> 0 with defaults to 1), and possibly the maximum 314 // multiplicity (> 0 with defaults to 1), and possibly the maximum