comparison Resources/Configuration.json @ 2208:90ea60bee5ff

New metadata automatically computed at the instance level: "SopClassUid"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 14:48:31 +0100
parents 6dc3bdb4088b
children 0f09c1d18584
comparison
equal deleted inserted replaced
2207:6dc3bdb4088b 2208:90ea60bee5ff
312 "Pin" : "1234", 312 "Pin" : "1234",
313 "Verbose" : true 313 "Verbose" : true
314 } 314 }
315 **/ 315 **/
316 316
317 // If set to "true", Orthanc will handle "SOP Classes in Study" 317 // If set to "true", Orthanc will still handle "SOP Classes in
318 // (0008,0062) in C-FIND requests. This option is turned off by 318 // Study" (0008,0062) in C-FIND requests, even if the "SOP Class
319 // default, as it requires intensive accesses to the hard drive. 319 // UID" metadata is not available in the database (which is the case
320 // if the DB was previously used by Orthanc <= 1.1.0). This option
321 // is turned off by default, as it requires intensive accesses to
322 // the hard drive.
320 "AllowFindSopClassesInStudy" : false, 323 "AllowFindSopClassesInStudy" : false,
321 324
322 // If set to "false", Orthanc will not load its default dictionary 325 // If set to "false", Orthanc will not load its default dictionary
323 // of private tags. This might be necessary if you cannot import a 326 // of private tags. This might be necessary if you cannot import a
324 // DICOM file encoded using the Implicit VR Endian transfer syntax, 327 // DICOM file encoded using the Implicit VR Endian transfer syntax,