comparison OrthancServer/Resources/Configuration.json @ 4518:cb8fcecf1b02

new option "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Feb 2021 16:32:11 +0100
parents 8efeaba1b7f9
children 017ab543e6ef
comparison
equal deleted inserted replaced
4517:c494ee5d0101 4518:cb8fcecf1b02
353 * 353 *
354 * The "UseDicomTls" option specifies whether DICOM TLS should be 354 * The "UseDicomTls" option specifies whether DICOM TLS should be
355 * used when opening a SCU connection from Orthanc to this remote 355 * used when opening a SCU connection from Orthanc to this remote
356 * modality. By default, DICOM TLS is not enabled. 356 * modality. By default, DICOM TLS is not enabled.
357 * 357 *
358 * The "LocalAet" allows to overwrite the global "DicomAet" 358 * The "LocalAet" option allows one to overwrite the global
359 * configuration option in order to specify another AET for 359 * "DicomAet" configuration option in order to specify another AET
360 * Orthanc when initiating an SCU to this very specific modality. 360 * for Orthanc when initiating an SCU to this very specific
361 * modality. Similarly, "Timeout" allows one to overwrite the
362 * global value "DicomScuTimeout" on a per-modality basis.
361 **/ 363 **/
362 //"untrusted" : { 364 //"untrusted" : {
363 // "AET" : "ORTHANC", 365 // "AET" : "ORTHANC",
364 // "Port" : 104, 366 // "Port" : 104,
365 // "Host" : "127.0.0.1", 367 // "Host" : "127.0.0.1",
371 // "AllowStore" : true, 373 // "AllowStore" : true,
372 // "AllowStorageCommitment" : false, // new in 1.6.0 374 // "AllowStorageCommitment" : false, // new in 1.6.0
373 // "AllowTranscoding" : true, // new in 1.7.0 375 // "AllowTranscoding" : true, // new in 1.7.0
374 // "UseDicomTls" : false // new in 1.9.0 376 // "UseDicomTls" : false // new in 1.9.0
375 // "LocalAet" : "HELLO" // new in 1.9.0 377 // "LocalAet" : "HELLO" // new in 1.9.0
378 // "Timeout" : 60 // new in 1.9.1
376 //} 379 //}
377 }, 380 },
378 381
379 // Whether to store the DICOM modalities in the Orthanc database 382 // Whether to store the DICOM modalities in the Orthanc database
380 // instead of in this configuration file (new in Orthanc 1.5.0) 383 // instead of in this configuration file (new in Orthanc 1.5.0)