diff 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
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Wed Jan 20 17:02:10 2021 +0100
+++ b/OrthancServer/Resources/Configuration.json	Wed Jan 20 17:36:23 2021 +0100
@@ -330,6 +330,10 @@
      * The "UseDicomTls" option specifies whether DICOM TLS should be
      * 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.
      **/
     //"untrusted" : {
     //  "AET" : "ORTHANC",
@@ -344,6 +348,7 @@
     //  "AllowStorageCommitment" : false,  // new in 1.6.0
     //  "AllowTranscoding" : true,         // new in 1.7.0
     //  "UseDicomTls" : false              // new in 1.9.0
+    //  "LocalAet" : "HELLO"               // new in 1.9.0
     //}
   },