# HG changeset patch # User Sebastien Jodogne # Date 1632495255 -7200 # Node ID 15f017e7555beee89aa5684a57c529c5448d9dc3 # Parent 4707c55080c86efbf009f23d42ee8ba1228827c8 remarks about folder indexer plugin diff -r 4707c55080c8 -r 15f017e7555b Sphinx/source/plugins/indexer.rst --- a/Sphinx/source/plugins/indexer.rst Fri Sep 24 13:45:07 2021 +0200 +++ b/Sphinx/source/plugins/indexer.rst Fri Sep 24 16:54:15 2021 +0200 @@ -65,7 +65,7 @@ { "Plugins" : [ - "/home/user/OrthancTcia/Build/libOrthancTcia.so" + "/home/user/OrthancIndexer/Build/libOrthancIndexer.so" ], "Indexer" : { "Enable" : true, @@ -81,3 +81,13 @@ without any further interaction. You can start Orthanc with the ``--verbose-plugins`` command-line option in order to monitor the synchronization process. + +Some remarks: + +* This plugin cannot be used together with other custom storage area + plugins (such as :ref:`cloud object storage `). + +* Even if the folder indexer plugin is in use, you can still add other + DICOM files using the :ref:`REST API ` or the :ref:`DICOM + network protocol `. +