comparison Sphinx/source/users/docker-osimis.rst @ 767:9130cb19dc4d

updated docker osimis plugins
author Alain Mazy <am@osimis.io>
date Mon, 06 Sep 2021 19:35:17 +0200
parents 4ae741e351ab
children eab354bfeb9b
comparison
equal deleted inserted replaced
766:73ee8a489b24 767:9130cb19dc4d
286 | | | } | 286 | | | } |
287 | | | } | 287 | | | } |
288 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 288 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
289 | **OrthancWebViewer** | ``ORTHANC_WEB_VIEWER_PLUGIN_ENABLED`` | | 289 | **OrthancWebViewer** | ``ORTHANC_WEB_VIEWER_PLUGIN_ENABLED`` | |
290 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 290 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
291 | **StoneWebViewer** (DICOMweb plugin is required) | ``STONE_WEB_VIEWER_PLUGIN_ENABLED`` | | 291 | **StoneWebViewer** | ``STONE_WEB_VIEWER_PLUGIN_ENABLED`` | |
292 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 292 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
293 | **OsimisWebViewerBasic** | ``OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED`` | | 293 | **OsimisWebViewerBasic** | ``OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED`` | |
294 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 294 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
295 | **OsimisWebViewerBasicAlpha** | ``OSIMIS_WEB_VIEWER1_ALPHA_PLUGIN_ENABLED`` | | 295 | **OsimisWebViewerBasicAlpha** | ``OSIMIS_WEB_VIEWER1_ALPHA_PLUGIN_ENABLED`` | |
296 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 296 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
338 | | | "Enable": true, | 338 | | | "Enable": true, |
339 | | | "Database": "/var/lib/orthanc/worklists" | 339 | | | "Database": "/var/lib/orthanc/worklists" |
340 | | | } | 340 | | | } |
341 | | | } | 341 | | | } |
342 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 342 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
343 | **Whole-slide imaging** | ``WSI_PLUGIN_ENABLED`` | | 343 | **Wsi** | ``WSI_PLUGIN_ENABLED`` | |
344 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 344 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
345 | **Osimis cloud** (synchronization plugin) | ``OSIMIS_CLOUD_PLUGIN_ENABLED`` | | 345 | **Odbc** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json |
346 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
347 | **ODBC** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json |
348 | | | | 346 | | | |
349 | | | { | 347 | | | { |
350 | | | "Odbc": { | 348 | | | "Odbc": { |
351 | | | "EnableIndex": true, | 349 | | | "EnableIndex": true, |
352 | | | "EnableStorage": false, | 350 | | | "EnableStorage": false, |
353 | | | "IndexConnectionString": "MUST BE DEFINED", | 351 | | | "IndexConnectionString": "MUST BE DEFINED", |
354 | | | "StorageConnectionString": "MUST BE DEFINED" | 352 | | | "StorageConnectionString": "MUST BE DEFINED" |
355 | | | } | 353 | | | } |
356 | | | } | 354 | | | } |
357 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 355 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
356 | **Tcia** | ``TCIA_PLUGIN_ENABLED`` | .. code-block:: json |
357 | | | |
358 | | | { |
359 | | | "Tcia": { |
360 | | | "Enable": true |
361 | | | } |
362 | | | } |
363 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
358 364
359 Under the hood 365 Under the hood
360 -------------- 366 --------------
361 367
362 The source code that is used to generate the image can be found `here <https://bitbucket.org/osimis/orthanc-builder/src/master/docker/orthanc/Dockerfile>`__. 368 The source code that is used to generate the image can be found `here <https://bitbucket.org/osimis/orthanc-builder/src/master/docker/orthanc/Dockerfile>`__.