# HG changeset patch # User Alain Mazy # Date 1630949717 -7200 # Node ID 9130cb19dc4db7396f8775480c554d82d2dafa42 # Parent 73ee8a489b247edd0ad127aaffb47c74cee075fc updated docker osimis plugins diff -r 73ee8a489b24 -r 9130cb19dc4d Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Mon Sep 06 17:09:52 2021 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Mon Sep 06 19:35:17 2021 +0200 @@ -288,7 +288,7 @@ +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ | **OrthancWebViewer** | ``ORTHANC_WEB_VIEWER_PLUGIN_ENABLED`` | | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ -| **StoneWebViewer** (DICOMweb plugin is required) | ``STONE_WEB_VIEWER_PLUGIN_ENABLED`` | | +| **StoneWebViewer** | ``STONE_WEB_VIEWER_PLUGIN_ENABLED`` | | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ | **OsimisWebViewerBasic** | ``OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED`` | | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ @@ -340,11 +340,9 @@ | | | } | | | | } | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ -| **Whole-slide imaging** | ``WSI_PLUGIN_ENABLED`` | | +| **Wsi** | ``WSI_PLUGIN_ENABLED`` | | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ -| **Osimis cloud** (synchronization plugin) | ``OSIMIS_CLOUD_PLUGIN_ENABLED`` | | -+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ -| **ODBC** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json | +| **Odbc** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json | | | | | | | | { | | | | "Odbc": { | @@ -355,6 +353,14 @@ | | | } | | | | } | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ +| **Tcia** | ``TCIA_PLUGIN_ENABLED`` | .. code-block:: json | +| | | | +| | | { | +| | | "Tcia": { | +| | | "Enable": true | +| | | } | +| | | } | ++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ Under the hood --------------