changeset 130:a266cfb9930f

new option QidoCaseSensitive in DICOMweb plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Mar 2018 08:59:02 +0100
parents 61050d813d74
children f823ad1ef269
files Sphinx/source/plugins/dicomweb.rst
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/dicomweb.rst	Thu Jan 04 11:06:35 2018 +0100
+++ b/Sphinx/source/plugins/dicomweb.rst	Wed Mar 14 08:59:02 2018 +0100
@@ -107,14 +107,15 @@
   {
     [...]
     "DicomWeb" : {
-      "Enable" : true,          // Whether DICOMweb support is enabled
-      "Root" : "/dicom-web/",   // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
-      "EnableWado" : true,      // Whether WADO-URI (previously known as WADO) support is enabled
-      "WadoRoot" : "/wado",     // Root URI of the WADO-URI (aka. WADO) API
-      "Host" : "localhost",     // Hard-codes the name of the host for subsequent WADO-RS requests
-      "Ssl" : false,            // Whether HTTPS should be used for subsequent WADO-RS requests
-      "StowMaxInstances" : 10,  // For STOW-RS client, the maximum number of instances in one single HTTP query (0 = no limit)
-      "StowMaxSize" : 10        // For STOW-RS client, the maximum size of the body in one single HTTP query (in MB, 0 = no limit)
+      "Enable" : true,            // Whether DICOMweb support is enabled
+      "Root" : "/dicom-web/",     // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
+      "EnableWado" : true,        // Whether WADO-URI (previously known as WADO) support is enabled
+      "WadoRoot" : "/wado",       // Root URI of the WADO-URI (aka. WADO) API
+      "Host" : "localhost",       // Hard-codes the name of the host for subsequent WADO-RS requests
+      "Ssl" : false,              // Whether HTTPS should be used for subsequent WADO-RS requests
+      "StowMaxInstances" : 10,    // For STOW-RS client, the maximum number of instances in one single HTTP query (0 = no limit)
+      "StowMaxSize" : 10,         // For STOW-RS client, the maximum size of the body in one single HTTP query (in MB, 0 = no limit)
+      "QidoCaseSensitive" : true  // For QIDO-RS server, whether search is case sensitive (since release 0.5)
     }
   }