Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
3581:4de1b019ca71 | 3582:d00a803d1802 |
---|---|
94 // Enable the DICOM server. If this parameter is set to "false", | 94 // Enable the DICOM server. If this parameter is set to "false", |
95 // Orthanc acts as a pure REST server. It will not be possible to | 95 // Orthanc acts as a pure REST server. It will not be possible to |
96 // receive files or to do query/retrieve through the DICOM protocol. | 96 // receive files or to do query/retrieve through the DICOM protocol. |
97 "DicomServerEnabled" : true, | 97 "DicomServerEnabled" : true, |
98 | 98 |
99 // The DICOM Application Entity Title | 99 // The DICOM Application Entity Title (cannot be longer than 16 |
100 // characters) | |
100 "DicomAet" : "ORTHANC", | 101 "DicomAet" : "ORTHANC", |
101 | 102 |
102 // Check whether the called AET corresponds to the AET of Orthanc | 103 // Check whether the called AET corresponds to the AET of Orthanc |
103 // during an incoming DICOM SCU request | 104 // during an incoming DICOM SCU request |
104 "DicomCheckCalledAet" : false, | 105 "DicomCheckCalledAet" : false, |
173 // The list of the known DICOM modalities | 174 // The list of the known DICOM modalities |
174 "DicomModalities" : { | 175 "DicomModalities" : { |
175 /** | 176 /** |
176 * Uncommenting the following line would enable Orthanc to | 177 * Uncommenting the following line would enable Orthanc to |
177 * connect to an instance of the "storescp" open-source DICOM | 178 * connect to an instance of the "storescp" open-source DICOM |
178 * store (shipped in the DCMTK distribution) started by the | 179 * store (shipped in the DCMTK distribution), as started by the |
179 * command line "storescp 2000". | 180 * command line "storescp 2000". The first parameter is the |
181 * AET of the remote modality (cannot be longer than 16 | |
182 * characters), the second one is the remote network address, | |
183 * and the third one is the TCP port number corresponding | |
184 * to the DICOM protocol on the remote modality (usually 104). | |
180 **/ | 185 **/ |
181 // "sample" : [ "STORESCP", "127.0.0.1", 2000 ] | 186 // "sample" : [ "STORESCP", "127.0.0.1", 2000 ] |
182 | 187 |
183 /** | 188 /** |
184 * A fourth parameter is available to enable patches for | 189 * A fourth parameter is available to enable patches for |