diff Resources/Configuration.json @ 3582:d00a803d1802

some additional info about AET in the default config file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 23 Nov 2019 10:52:30 +0100
parents bdafff1ce443
children 085283445db0 fa3ff492fb3b
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Nov 22 13:29:41 2019 +0100
+++ b/Resources/Configuration.json	Sat Nov 23 10:52:30 2019 +0100
@@ -96,7 +96,8 @@
   // receive files or to do query/retrieve through the DICOM protocol.
   "DicomServerEnabled" : true,
 
-  // The DICOM Application Entity Title
+  // The DICOM Application Entity Title (cannot be longer than 16
+  // characters)
   "DicomAet" : "ORTHANC",
 
   // Check whether the called AET corresponds to the AET of Orthanc
@@ -175,8 +176,12 @@
     /**
      * Uncommenting the following line would enable Orthanc to
      * connect to an instance of the "storescp" open-source DICOM
-     * store (shipped in the DCMTK distribution) started by the
-     * command line "storescp 2000".
+     * store (shipped in the DCMTK distribution), as started by the
+     * command line "storescp 2000". The first parameter is the
+     * AET of the remote modality (cannot be longer than 16 
+     * characters), the second one is the remote network address,
+     * and the third one is the TCP port number corresponding
+     * to the DICOM protocol on the remote modality (usually 104).
      **/
     // "sample" : [ "STORESCP", "127.0.0.1", 2000 ]