comparison Sphinx/source/plugins/dicomweb.rst @ 445:987fbbc2b59e

leaving bitbucket wrt. bug tracker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jun 2020 15:40:27 +0200
parents 84e3a2612c36
children 2922fb1bd65e
comparison
equal deleted inserted replaced
444:06521ac2c14a 445:987fbbc2b59e
169 * If ``Full`` mode is used, the plugin will read all the DICOM 169 * If ``Full`` mode is used, the plugin will read all the DICOM
170 instances of the study/series of interest from the :ref:`storage 170 instances of the study/series of interest from the :ref:`storage
171 area <orthanc-storage>`, which gives fully accurate results but 171 area <orthanc-storage>`, which gives fully accurate results but
172 requires all the individual instances to be read and parsed from the 172 requires all the individual instances to be read and parsed from the
173 filesystem, leading to slow performance (cf. `issue 162 173 filesystem, leading to slow performance (cf. `issue 162
174 <https://bitbucket.org/sjodogne/orthanc/issues/162/dicomweb-metadata-resource-reads-all>`__). 174 <https://bugs.orthanc-server.com/show_bug.cgi?id=162>`__). This is
175 This is the default mode. 175 the default mode.
176 176
177 * If ``MainDicomTags`` mode is used, the plugin will only report the 177 * If ``MainDicomTags`` mode is used, the plugin will only report the
178 main DICOM tags that are indexed by the Orthanc database. The DICOM 178 main DICOM tags that are indexed by the Orthanc database. The DICOM
179 files are not read from the disk, which provides best 179 files are not read from the disk, which provides best
180 performance. However, this is a small subset of all the tags that 180 performance. However, this is a small subset of all the tags that
291 DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is 291 DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is
292 only supported starting with Orthanc 1.5.7. Beware setting 292 only supported starting with Orthanc 1.5.7. Beware setting
293 ``ChunkedTransfers`` to ``true`` in Orthanc 1.5.7 and 1.5.8 utilizes 293 ``ChunkedTransfers`` to ``true`` in Orthanc 1.5.7 and 1.5.8 utilizes
294 one CPU at 100%, which results in very low throughput: This issue is 294 one CPU at 100%, which results in very low throughput: This issue is
295 resolved in Orthanc 1.6.0 (cf. `issue 156 295 resolved in Orthanc 1.6.0 (cf. `issue 156
296 <https://bitbucket.org/sjodogne/orthanc/issues/156/>`__ for full 296 <https://bugs.orthanc-server.com/show_bug.cgi?id=156>`__ for full
297 explanation). 297 explanation).
298 298
299 * ``HasWadoRsUniversalTransferSyntax`` (new in DICOMweb 1.1) must be 299 * ``HasWadoRsUniversalTransferSyntax`` (new in DICOMweb 1.1) must be
300 set to ``false`` if the remote DICOMweb server does not support the 300 set to ``false`` if the remote DICOMweb server does not support the
301 value ``transfer-syntax=*`` in the ``Accept`` HTTP header for 301 value ``transfer-syntax=*`` in the ``Accept`` HTTP header for