diff 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
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Mon Feb 22 15:27:25 2021 +0100
+++ b/OrthancServer/Resources/Configuration.json	Mon Feb 22 16:32:11 2021 +0100
@@ -355,9 +355,11 @@
      * used when opening a SCU connection from Orthanc to this remote
      * modality. By default, DICOM TLS is not enabled.
      *
-     * The "LocalAet" allows to overwrite the global "DicomAet"
-     * configuration option in order to specify another AET for
-     * Orthanc when initiating an SCU to this very specific modality.
+     * The "LocalAet" option allows one to overwrite the global
+     * "DicomAet" configuration option in order to specify another AET
+     * for Orthanc when initiating an SCU to this very specific
+     * modality. Similarly, "Timeout" allows one to overwrite the
+     * global value "DicomScuTimeout" on a per-modality basis.
      **/
     //"untrusted" : {
     //  "AET" : "ORTHANC",
@@ -373,6 +375,7 @@
     //  "AllowTranscoding" : true,         // new in 1.7.0
     //  "UseDicomTls" : false              // new in 1.9.0
     //  "LocalAet" : "HELLO"               // new in 1.9.0
+    //  "Timeout" : 60                     // new in 1.9.1
     //}
   },