# HG changeset patch # User Sebastien Jodogne # Date 1611315181 -3600 # Node ID 4c19a897803e51f89200bcb510b1df9b3137bf7e # Parent 4038ae299b183fd228fb69fa04e1f32d35145074 global property 5467 diff -r 4038ae299b18 -r 4c19a897803e Sphinx/source/faq/features.rst --- a/Sphinx/source/faq/features.rst Thu Jan 21 18:40:56 2021 +0100 +++ b/Sphinx/source/faq/features.rst Fri Jan 22 12:33:01 2021 +0100 @@ -229,9 +229,10 @@ between such applications. Similarly, incompatibilities might show up for user-defined :ref:`attachments `. -Developers of applications/plugins that use user-defined metadata or -attachments are therefore kindly invited to complete the **central -registry** below: +Developers of applications/plugins that use user-defined metadata, +attachments or global properties (using +``OrthancPluginSetGlobalProperty()``) are therefore kindly invited to +complete the **central registry** below: * ``Metadata 4200`` is used by the plugin for :ref:`whole-slide imaging ` with version <= 0.7. * ``Metadata 4201`` is used by the plugin for :ref:`whole-slide imaging ` with version >= 1.0. @@ -239,6 +240,7 @@ * ``Attachment 9998`` is used by the :ref:`Osimis WebViewer plugin ` to store instance information. * ``Attachment 9999`` is used by the :ref:`Osimis WebViewer plugin ` to store annotations. * ``Attachments 10000-13999`` are used by the :ref:`Osimis WebViewer plugin ` to store reduced quality images. +* ``Global property 5467`` is used by the Osimis Cloud plugin. Jobs