comparison OrthancServer/Resources/Configuration.json @ 4774:ec6843501db7

doc
author Alain Mazy <am@osimis.io>
date Mon, 30 Aug 2021 09:49:42 +0200
parents c95e4a1e65ed
children 434843934307 fc2ba1ce6538
comparison
equal deleted inserted replaced
4773:4757b36cc538 4774:ec6843501db7
288 // Whether the Orthanc SCP allows incoming C-GET requests, even 288 // Whether the Orthanc SCP allows incoming C-GET 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 "DicomAlwaysAllowGet" : false, 292 "DicomAlwaysAllowGet" : false,
293
294 // Whether the Orthanc SCP allows incoming C-MOVE requests, even
295 // from SCU modalities it does not know about (i.e. that are not
296 // listed in the "DicomModalities" option above). Setting this
297 // option to "true" implies security risks. (new in Orthanc 1.9.7)
298 "DicomAlwaysAllowMove" : false,
293 299
294 // Whether Orthanc checks the IP/hostname address of the remote 300 // Whether Orthanc checks the IP/hostname address of the remote
295 // modality initiating a DICOM connection (as listed in the 301 // modality initiating a DICOM connection (as listed in the
296 // "DicomModalities" option above). If this option is set to 302 // "DicomModalities" option above). If this option is set to
297 // "false", Orthanc only checks the AET of the remote modality. 303 // "false", Orthanc only checks the AET of the remote modality.