comparison Sphinx/source/faq/features.rst @ 601:4c19a897803e

global property 5467
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Jan 2021 12:33:01 +0100
parents 14e1e84192b0
children 6e7d3f20227b
comparison
equal deleted inserted replaced
600:4038ae299b18 601:4c19a897803e
227 applications might use the same key to store different user-defined 227 applications might use the same key to store different user-defined
228 :ref:`metadata <metadata>`, which might result in incompatibilities 228 :ref:`metadata <metadata>`, which might result in incompatibilities
229 between such applications. Similarly, incompatibilities might show up 229 between such applications. Similarly, incompatibilities might show up
230 for user-defined :ref:`attachments <orthanc-storage>`. 230 for user-defined :ref:`attachments <orthanc-storage>`.
231 231
232 Developers of applications/plugins that use user-defined metadata or 232 Developers of applications/plugins that use user-defined metadata,
233 attachments are therefore kindly invited to complete the **central 233 attachments or global properties (using
234 registry** below: 234 ``OrthancPluginSetGlobalProperty()``) are therefore kindly invited to
235 complete the **central registry** below:
235 236
236 * ``Metadata 4200`` is used by the plugin for :ref:`whole-slide imaging <wsi>` with version <= 0.7. 237 * ``Metadata 4200`` is used by the plugin for :ref:`whole-slide imaging <wsi>` with version <= 0.7.
237 * ``Metadata 4201`` is used by the plugin for :ref:`whole-slide imaging <wsi>` with version >= 1.0. 238 * ``Metadata 4201`` is used by the plugin for :ref:`whole-slide imaging <wsi>` with version >= 1.0.
238 * ``Attachment 9997`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store series information. 239 * ``Attachment 9997`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store series information.
239 * ``Attachment 9998`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store instance information. 240 * ``Attachment 9998`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store instance information.
240 * ``Attachment 9999`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store annotations. 241 * ``Attachment 9999`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store annotations.
241 * ``Attachments 10000-13999`` are used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store reduced quality images. 242 * ``Attachments 10000-13999`` are used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store reduced quality images.
243 * ``Global property 5467`` is used by the Osimis Cloud plugin.
242 244
243 245
244 Jobs 246 Jobs
245 ---- 247 ----
246 248