comparison Sphinx/source/plugins/dicomweb.rst @ 290:6cbcdb965ad3

Orthanc 1.5.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Oct 2019 15:13:27 +0200
parents 3391edf37359
children bd1f308a5fd2
comparison
equal deleted inserted replaced
289:9223c3f26c1a 290:6cbcdb965ad3
201 server does not support `HTTP chunked transfer encoding 201 server does not support `HTTP chunked transfer encoding
202 <https://en.wikipedia.org/wiki/Chunked_transfer_encoding>`__. Setting 202 <https://en.wikipedia.org/wiki/Chunked_transfer_encoding>`__. Setting
203 this option to ``true`` is the best choice to reduce memory 203 this option to ``true`` is the best choice to reduce memory
204 consumption. However, it must be set to ``false`` if the remote 204 consumption. However, it must be set to ``false`` if the remote
205 DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is 205 DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is
206 only supported starting with Orthanc 1.5.7. 206 only supported starting with Orthanc 1.5.8.
207 207
208 You'll have to convert the JSON array into a JSON object to set these 208 You'll have to convert the JSON array into a JSON object to set these
209 options:: 209 options::
210 210
211 { 211 {