Mercurial > hg > orthanc
comparison OrthancServer/Resources/Configuration.json @ 4892:6eff25f70121 openssl-3.x
integration mainline->openssl-3.x
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 20 Feb 2022 11:14:34 +0100 |
parents | 8523078f3f4b |
children | df86d2505df8 |
comparison
equal
deleted
inserted
replaced
4869:e1944053cbef | 4892:6eff25f70121 |
---|---|
287 | 287 |
288 // Whether the Orthanc SCP allows incoming C-FIND requests, even | 288 // Whether the Orthanc SCP allows incoming C-FIND requests, even |
289 // from SCU modalities it does not know about (i.e. that are not | 289 // from SCU modalities it does not know about (i.e. that are not |
290 // listed in the "DicomModalities" option above). Setting this | 290 // listed in the "DicomModalities" option above). Setting this |
291 // option to "true" implies security risks. (new in Orthanc 1.9.0) | 291 // option to "true" implies security risks. (new in Orthanc 1.9.0) |
292 // Note: from version 1.10.0, this option applies to C-FIND requests | |
293 // for Patients/Studies/Series/Instances. Another option is available | |
294 // for Worklists (see below) | |
292 "DicomAlwaysAllowFind" : false, | 295 "DicomAlwaysAllowFind" : false, |
296 | |
297 // Whether the Orthanc SCP allows incoming C-FIND requests for worklists, | |
298 // even from SCU modalities it does not know about (i.e. that are not | |
299 // listed in the "DicomModalities" option above). Setting this | |
300 // option to "true" implies security risks. (new in Orthanc 1.10.0) | |
301 "DicomAlwaysAllowFindWorklist" : false, | |
293 | 302 |
294 // Whether the Orthanc SCP allows incoming C-GET requests, even | 303 // Whether the Orthanc SCP allows incoming C-GET requests, even |
295 // from SCU modalities it does not know about (i.e. that are not | 304 // from SCU modalities it does not know about (i.e. that are not |
296 // listed in the "DicomModalities" option above). Setting this | 305 // listed in the "DicomModalities" option above). Setting this |
297 // option to "true" implies security risks. (new in Orthanc 1.9.0) | 306 // option to "true" implies security risks. (new in Orthanc 1.9.0) |
385 // "Port" : 104, | 394 // "Port" : 104, |
386 // "Host" : "127.0.0.1", | 395 // "Host" : "127.0.0.1", |
387 // "Manufacturer" : "Generic", | 396 // "Manufacturer" : "Generic", |
388 // "AllowEcho" : false, | 397 // "AllowEcho" : false, |
389 // "AllowFind" : false, | 398 // "AllowFind" : false, |
399 // "AllowFindWorklist" : false, // new in 1.10.0 | |
390 // "AllowGet" : false, | 400 // "AllowGet" : false, |
391 // "AllowMove" : false, | 401 // "AllowMove" : false, |
392 // "AllowStore" : true, | 402 // "AllowStore" : true, |
393 // "AllowStorageCommitment" : false, // new in 1.6.0 | 403 // "AllowStorageCommitment" : false, // new in 1.6.0 |
394 // "AllowTranscoding" : true, // new in 1.7.0 | 404 // "AllowTranscoding" : true, // new in 1.7.0 |