comparison Resources/Configuration.json @ 3918:dba48c162b7b c-get

C-Get SCP always enabled; no more server config
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 07:50:38 +0200
parents 3ab2d48c8f69
children 82e88ff003d7
comparison
equal deleted inserted replaced
3867:7a7d18875985 3918:dba48c162b7b
93 93
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
99 // Enable DICOM server handling of incoming C-Get requests.
100 "DicomEnableCGet" : true,
101 98
102 // The DICOM Application Entity Title (cannot be longer than 16 99 // The DICOM Application Entity Title (cannot be longer than 16
103 // characters) 100 // characters)
104 "DicomAet" : "ORTHANC", 101 "DicomAet" : "ORTHANC",
105 102
213 * it is possible to specify which DICOM commands are allowed, 210 * it is possible to specify which DICOM commands are allowed,
214 * separately for each remote modality, using the syntax 211 * separately for each remote modality, using the syntax
215 * below. The "AllowEcho" (resp. "AllowStore") option only has an 212 * below. The "AllowEcho" (resp. "AllowStore") option only has an
216 * effect respectively if global option "DicomAlwaysAllowEcho" 213 * effect respectively if global option "DicomAlwaysAllowEcho"
217 * (resp. "DicomAlwaysAllowStore") is set to false. 214 * (resp. "DicomAlwaysAllowStore") is set to false.
218 * The "AllowGet" option only has an effect if the global option
219 * DicomEnableCGet is set to true.
220 **/ 215 **/
221 //"untrusted" : { 216 //"untrusted" : {
222 // "AET" : "ORTHANC", 217 // "AET" : "ORTHANC",
223 // "Port" : 104, 218 // "Port" : 104,
224 // "Host" : "127.0.0.1", 219 // "Host" : "127.0.0.1",