diff OrthancServer/Resources/Configuration.json @ 4340:6fa8bb987be2

"DicomEchoChecksFind" config option + "CheckFind" field in /modalities/.../echo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Dec 2020 15:58:52 +0100
parents 7dc52763ab1c
children 6a39ca7083b9
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Thu Dec 03 11:47:03 2020 +0100
+++ b/OrthancServer/Resources/Configuration.json	Thu Dec 03 15:58:52 2020 +0100
@@ -287,6 +287,12 @@
   // "false", Orthanc only checks the AET of the remote modality.
   "DicomCheckModalityHost" : false,
 
+  // Whether the C-GET SCU is automatically followed by a C-FIND SCU,
+  // while testing the connectivity from Orthanc to a remote DICOM
+  // modality. This allows to check that the remote modality does
+  // accept C-FIND requests from Orthanc (new in Orthanc 1.8.1).
+  "DicomEchoChecksFind" : false,
+
   // The timeout (in seconds) after which the DICOM associations are
   // considered as closed by the Orthanc SCU (client) if the remote
   // DICOM SCP (server) does not answer.