Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 3613:c1e2b91c2ab4 storage-commitment
all the abstractions for storage commitment are available
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Jan 2020 17:01:46 +0100 |
parents | 085283445db0 |
children | e168a2dedb00 |
comparison
equal
deleted
inserted
replaced
3612:22eef03feed7 | 3613:c1e2b91c2ab4 |
---|---|
202 **/ | 202 **/ |
203 // "vitrea" : [ "VITREA", "192.168.1.1", 104, "Vitrea" ] | 203 // "vitrea" : [ "VITREA", "192.168.1.1", 104, "Vitrea" ] |
204 | 204 |
205 /** | 205 /** |
206 * By default, the Orthanc SCP accepts all DICOM commands (C-ECHO, | 206 * By default, the Orthanc SCP accepts all DICOM commands (C-ECHO, |
207 * C-STORE, C-FIND, C-MOVE) issued by the registered remote SCU | 207 * C-STORE, C-FIND, C-MOVE, and storage commitment) issued by the |
208 * modalities. Starting with Orthanc 1.5.0, it is possible to | 208 * registered remote SCU modalities. Starting with Orthanc 1.5.0, |
209 * specify which DICOM commands are allowed, separately for each | 209 * it is possible to specify which DICOM commands are allowed, |
210 * remote modality, using the syntax below. The "AllowEcho" (resp. | 210 * separately for each remote modality, using the syntax |
211 * "AllowStore") option only has an effect respectively if global | 211 * below. The "AllowEcho" (resp. "AllowStore") option only has an |
212 * option "DicomAlwaysAllowEcho" (resp. "DicomAlwaysAllowStore") | 212 * effect respectively if global option "DicomAlwaysAllowEcho" |
213 * is set to false. | 213 * (resp. "DicomAlwaysAllowStore") is set to false. |
214 **/ | 214 **/ |
215 //"untrusted" : { | 215 //"untrusted" : { |
216 // "AET" : "ORTHANC", | 216 // "AET" : "ORTHANC", |
217 // "Port" : 104, | 217 // "Port" : 104, |
218 // "Host" : "127.0.0.1", | 218 // "Host" : "127.0.0.1", |
219 // "AllowEcho" : false, | 219 // "AllowEcho" : false, |
220 // "AllowFind" : false, | 220 // "AllowFind" : false, |
221 // "AllowMove" : false, | 221 // "AllowMove" : false, |
222 // "AllowStore" : true, | 222 // "AllowStore" : true, |
223 // "AllowNAction" : false // Allow storage commitment (new in 1.6.0) | 223 // "AllowStorageCommitment" : false // new in 1.6.0 |
224 //} | 224 //} |
225 }, | 225 }, |
226 | 226 |
227 // Whether to store the DICOM modalities in the Orthanc database | 227 // Whether to store the DICOM modalities in the Orthanc database |
228 // instead of in this configuration file (new in Orthanc 1.5.0) | 228 // instead of in this configuration file (new in Orthanc 1.5.0) |