comparison OrthancServer/Resources/Configuration.json @ 4463:522e13a60cfc

"LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jan 2021 17:36:23 +0100
parents f4dbdb2dcba6
children fe774d8e904b
comparison
equal deleted inserted replaced
4462:da460bef88f8 4463:522e13a60cfc
328 * "AllowNAction" & "AllowEventReport". 328 * "AllowNAction" & "AllowEventReport".
329 * 329 *
330 * The "UseDicomTls" option specifies whether DICOM TLS should be 330 * The "UseDicomTls" option specifies whether DICOM TLS should be
331 * used when opening a SCU connection from Orthanc to this remote 331 * used when opening a SCU connection from Orthanc to this remote
332 * modality. By default, DICOM TLS is not enabled. 332 * modality. By default, DICOM TLS is not enabled.
333 *
334 * The "LocalAet" allows to overwrite the global "DicomAet"
335 * configuration option in order to specify another AET for
336 * Orthanc when initiating an SCU to this very specific modality.
333 **/ 337 **/
334 //"untrusted" : { 338 //"untrusted" : {
335 // "AET" : "ORTHANC", 339 // "AET" : "ORTHANC",
336 // "Port" : 104, 340 // "Port" : 104,
337 // "Host" : "127.0.0.1", 341 // "Host" : "127.0.0.1",
342 // "AllowMove" : false, 346 // "AllowMove" : false,
343 // "AllowStore" : true, 347 // "AllowStore" : true,
344 // "AllowStorageCommitment" : false, // new in 1.6.0 348 // "AllowStorageCommitment" : false, // new in 1.6.0
345 // "AllowTranscoding" : true, // new in 1.7.0 349 // "AllowTranscoding" : true, // new in 1.7.0
346 // "UseDicomTls" : false // new in 1.9.0 350 // "UseDicomTls" : false // new in 1.9.0
351 // "LocalAet" : "HELLO" // new in 1.9.0
347 //} 352 //}
348 }, 353 },
349 354
350 // Whether to store the DICOM modalities in the Orthanc database 355 // Whether to store the DICOM modalities in the Orthanc database
351 // instead of in this configuration file (new in Orthanc 1.5.0) 356 // instead of in this configuration file (new in Orthanc 1.5.0)