comparison Resources/Configuration.json @ 3300:5b7f56cf4a38

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 23 Feb 2019 15:58:59 +0100
parents 45786a7c3735
children f509d3c6d570
comparison
equal deleted inserted replaced
3299:fa8481daefd7 3300:5b7f56cf4a38
196 /** 196 /**
197 * By default, the Orthanc SCP accepts all DICOM commands (C-ECHO, 197 * By default, the Orthanc SCP accepts all DICOM commands (C-ECHO,
198 * C-STORE, C-FIND, C-MOVE) issued by the registered remote SCU 198 * C-STORE, C-FIND, C-MOVE) issued by the registered remote SCU
199 * modalities. Starting with Orthanc 1.5.0, it is possible to 199 * modalities. Starting with Orthanc 1.5.0, it is possible to
200 * specify which DICOM commands are allowed, separately for each 200 * specify which DICOM commands are allowed, separately for each
201 * remote modality, using the syntax below. 201 * remote modality, using the syntax below. The "AllowEcho" (resp.
202 * "AllowStore") option only has an effect respectively if global
203 * option "DicomAlwaysAllowEcho" (resp. "DicomAlwaysAllowStore")
204 * is set to false.
202 **/ 205 **/
203 //"untrusted" : { 206 //"untrusted" : {
204 // "AET" : "ORTHANC", 207 // "AET" : "ORTHANC",
205 // "Port" : 104, 208 // "Port" : 104,
206 // "Host" : "127.0.0.1", 209 // "Host" : "127.0.0.1",