comparison Sphinx/source/plugins/dicomweb.rst @ 243:57ecb27d1851

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 10 May 2019 12:01:40 +0200
parents a363714813b2
children 949a13b92195
comparison
equal deleted inserted replaced
242:715516a29d1d 243:57ecb27d1851
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
115 "Ssl" : false, // Whether HTTPS should be used for subsequent WADO-RS requests 114 "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) 115 "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) 116 "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) 117 "QidoCaseSensitive" : true, // For QIDO-RS server, whether search is case sensitive (since release 0.5)
119 } 118 "Host" : "localhost" // Hard-codes the name of the host for subsequent WADO-RS requests (deprecated)
120 } 119 }
120 }
121
122 **Remark:** The option ``Host`` is deprecated. Starting with release
123 0.7 of the DICOMweb plugin, its value are computed from the standard
124 HTTP headers ``Forwarded`` and ``Host``, as provided by the HTTP
125 clients.
126
121 127
122 128
123 Client-related options 129 Client-related options
124 ^^^^^^^^^^^^^^^^^^^^^^ 130 ^^^^^^^^^^^^^^^^^^^^^^
125 131