# HG changeset patch # User Sebastien Jodogne # Date 1611322630 -3600 # Node ID 60c787d3f4d32d3ff0a127321b1b87c1ffaaa6d7 # Parent 6e7d3f20227beb32d88fe7c5de1b4311c744e393 DICOMweb: ServersInDatabase option diff -r 6e7d3f20227b -r 60c787d3f4d3 Sphinx/source/plugins/dicomweb.rst --- a/Sphinx/source/plugins/dicomweb.rst Fri Jan 22 14:24:20 2021 +0100 +++ b/Sphinx/source/plugins/dicomweb.rst Fri Jan 22 14:37:10 2021 +0100 @@ -369,6 +369,24 @@ } } +Starting with release 1.5 of the DICOMweb plugin, the configuration +option ``ServersInDatabase`` can be set to ``true`` in order for the +plugin to **read/write the definitions of the DICOMweb servers +from/into the database of Orthanc**. This makes the modifications to +the DICOMweb servers persistent across successive executions of +Orthanc. If this option is enabled, the REST API must be used on URI +``/dicom-web/servers/`` (with the GET, DELETE or PUT methods) to +:ref:`add/update/remove DICOMweb servers +`. Here is the syntax to enable this +feature:: + + { + [...] + "DicomWeb" : { + "ServersInDatabase" : true // "false" by default + } + } + **Remark:** A :ref:`plugin by Osimis ` is available to dynamically create authenticated connections to Google Cloud Platform. @@ -645,6 +663,7 @@ asynchronously run the request. +.. _dicomweb-additional-samples: Additional samples ------------------