comparison Sphinx/source/plugins/dicomweb.rst @ 858:09be5f68aabf

dicom-web and MainDicomTags
author Alain Mazy <am@osimis.io>
date Thu, 23 Jun 2022 15:12:56 +0200
parents 60c4deeb6892
children ce9218a720db
comparison
equal deleted inserted replaced
857:ce84b3b381f0 858:09be5f68aabf
203 predefined tags by assuming that these tags should be constant 203 predefined tags by assuming that these tags should be constant
204 across all the instances of the study/series. This mode is a 204 across all the instances of the study/series. This mode is a
205 compromise between ``MainDicomTags`` (focus on speed) and ``Full`` 205 compromise between ``MainDicomTags`` (focus on speed) and ``Full``
206 (focus on accuracy). 206 (focus on accuracy).
207 207
208 * If you are using a DICOMweb viewer (such as forthcoming Stone Web 208 * If you are using a DICOMweb viewer (such as Stone Web
209 viewer or `OHIF viewer 209 viewer or `OHIF viewer
210 <https://groups.google.com/d/msg/orthanc-users/y1N5zOFVk0M/a3YMdhNqBwAJ>`__) 210 <https://groups.google.com/d/msg/orthanc-users/y1N5zOFVk0M/a3YMdhNqBwAJ>`__)
211 in a setup where performance and accuracy are both important, you 211 in a setup where performance and accuracy are both important, you
212 should most probably set ``StudiesMetadata`` to ``MainDicomTags`` 212 should configure :ref:`ExtraMainDicomTags <main-dicom-tags>` and configure
213 and ``SeriesMetadata`` to ``Full``. Forthcoming Stone Web viewer 213 ``StudiesMetadata`` to ``MainDicomTags`` and ``SeriesMetadata`` to ``MainDicomTags``
214 will probably specify a value for the 214 as demonstrated in this `sample <https://bitbucket.org/osimis/orthanc-setup-samples/src/master/docker/stone-viewer/docker-compose.yml>`__.
215 ``SeriesMetadataExtrapolatedTags`` option to be used for setups
216 where performance is extremely important.
217 215
218 216
219 If using the ``Extrapolate`` mode, the predefined tags are provided 217 If using the ``Extrapolate`` mode, the predefined tags are provided
220 using the ``StudiesMetadataExtrapolatedTags`` and 218 using the ``StudiesMetadataExtrapolatedTags`` and
221 ``SeriesMetadataExtrapolatedTags`` configuration options as follows:: 219 ``SeriesMetadataExtrapolatedTags`` configuration options as follows::