comparison Resources/Configuration.json @ 2872:9d08edde614b

Possibility to restrict the allowed DICOM commands for each modality
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Oct 2018 14:19:48 +0200
parents 8aa6aef11b70
children 61a5667f37d9
comparison
equal deleted inserted replaced
2871:6eebc2eb3168 2872:9d08edde614b
172 * - "StoreScp" (storescp tool from DCMTK), 172 * - "StoreScp" (storescp tool from DCMTK),
173 * - "ClearCanvas", "Dcm4Chee" and "Vitrea". 173 * - "ClearCanvas", "Dcm4Chee" and "Vitrea".
174 * This parameter is case-sensitive. 174 * This parameter is case-sensitive.
175 **/ 175 **/
176 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ] 176 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
177
178 /**
179 * By default, the Orthanc SCP accepts all DICOM commands (C-GET,
180 * C-STORE, C-FIND, C-MOVE) issued by the remote SCU
181 * modalities. Starting with Orthanc 1.4.3, it is possible to
182 * specify which DICOM commands are allowed, separately for each
183 * remote modality, using the syntax below.
184 **/
185 //"untrusted" : {
186 // "AET" : "ORTHANC",
187 // "Port" : 104,
188 // "Host" : "127.0.0.1",
189 // "AllowEcho" : false,
190 // "AllowFind" : false,
191 // "AllowMove" : false,
192 // "AllowStore" : true
193 //}
177 }, 194 },
178 195
179 // Whether the Orthanc SCP allows incoming C-Echo requests, even 196 // Whether the Orthanc SCP allows incoming C-Echo requests, even
180 // from SCU modalities it does not know about (i.e. that are not 197 // from SCU modalities it does not know about (i.e. that are not
181 // listed in the "DicomModalities" option above). Orthanc 1.3.0 198 // listed in the "DicomModalities" option above). Orthanc 1.3.0