comparison Sphinx/source/plugins/dicomweb.rst @ 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 c9a33e4a0577
children e239c4561bdc
comparison
equal deleted inserted replaced
129:61050d813d74 130:a266cfb9930f
105 the Orthanc configuration file:: 105 the Orthanc configuration file::
106 106
107 { 107 {
108 [...] 108 [...]
109 "DicomWeb" : { 109 "DicomWeb" : {
110 "Enable" : true, // Whether DICOMweb support is enabled 110 "Enable" : true, // Whether DICOMweb support is enabled
111 "Root" : "/dicom-web/", // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS) 111 "Root" : "/dicom-web/", // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
112 "EnableWado" : true, // Whether WADO-URI (previously known as WADO) support is enabled 112 "EnableWado" : true, // Whether WADO-URI (previously known as WADO) support is enabled
113 "WadoRoot" : "/wado", // Root URI of the WADO-URI (aka. WADO) API 113 "WadoRoot" : "/wado", // Root URI of the WADO-URI (aka. WADO) API
114 "Host" : "localhost", // Hard-codes the name of the host for subsequent WADO-RS requests 114 "Host" : "localhost", // Hard-codes the name of the host for subsequent WADO-RS requests
115 "Ssl" : false, // Whether HTTPS should be used for subsequent WADO-RS requests 115 "Ssl" : false, // Whether HTTPS should be used for subsequent WADO-RS requests
116 "StowMaxInstances" : 10, // For STOW-RS client, the maximum number of instances in one single HTTP query (0 = no limit) 116 "StowMaxInstances" : 10, // For STOW-RS client, the maximum number of instances in one single HTTP query (0 = no limit)
117 "StowMaxSize" : 10 // For STOW-RS client, the maximum size of the body in one single HTTP query (in MB, 0 = no limit) 117 "StowMaxSize" : 10, // For STOW-RS client, the maximum size of the body in one single HTTP query (in MB, 0 = no limit)
118 "QidoCaseSensitive" : true // For QIDO-RS server, whether search is case sensitive (since release 0.5)
118 } 119 }
119 } 120 }
120 121
121 122
122 Client-related options 123 Client-related options