comparison Sphinx/source/faq/features.rst @ 622:debcf6b6d070

dicom-as-json is now deprecated
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Feb 2021 10:03:21 +0100
parents 05a5a7369126
children 38face2a84a4
comparison
equal deleted inserted replaced
621:05a5a7369126 622:debcf6b6d070
232 Developers of applications/plugins that use user-defined metadata, 232 Developers of applications/plugins that use user-defined metadata,
233 attachments or global properties (using 233 attachments or global properties (using
234 ``OrthancPluginSetGlobalProperty()``) are therefore kindly invited to 234 ``OrthancPluginSetGlobalProperty()``) are therefore kindly invited to
235 complete the **central registry** below: 235 complete the **central registry** below:
236 236
237 * ``Attachment 1`` is used by the core of Orthanc to store DICOM instances 237 * ``Attachment 1`` is used by the core of Orthanc to store the DICOM
238 * ``Attachment 2`` was used by Orthanc <= 1.9.0 to cache the :ref:`DICOM-as-JSON information <orthanc-storage>` 238 file associated with one instance.
239 * ``Attachment 3`` is used since Orthanc 1.9.1 to store the DICOM instance, until the ``Pixel Data (7fe0,0010)`` tag, 239 * ``Attachment 2`` was used by Orthanc <= 1.9.0 to cache the so-called
240 if global configuration option ``StorageCompression`` is ``true``, or if the storage area plugin doesn't support 240 ``DICOM-as-JSON`` information (as returned by the
241 range reads 241 ``/instances/.../tags`` URI in the :ref:`REST API <rest>`) in order
242 to speed up subsequent requests to the same URI. This attachment is
243 not automatically generated anymore starting with Orthanc 1.9.1, in
244 order to improve performance (creating two files for each DICOM
245 instance has a cost) and consistency (if the DICOM dictionary gets
246 modified in the future).
247 * ``Attachment 3`` is used since Orthanc 1.9.1 to store the DICOM
248 instance until the ``Pixel Data (7fe0,0010)`` tag, if the global
249 configuration option ``StorageCompression`` is ``true``, or if the
250 storage area plugin doesn't support range reads. This allows to
251 avoid downloading the full DICOM instance if not necessary.
242 * ``Attachment 9997`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store series information. 252 * ``Attachment 9997`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store series information.
243 * ``Attachment 9998`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store instance information. 253 * ``Attachment 9998`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store instance information.
244 * ``Attachment 9999`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store annotations. 254 * ``Attachment 9999`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store annotations.
245 * ``Attachments 10000-13999`` are used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store reduced quality images. 255 * ``Attachments 10000-13999`` are used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store reduced quality images.
246 * ``Global property 5467`` is used by the Osimis Cloud plugin. 256 * ``Global property 5467`` is used by the Osimis Cloud plugin.