diff Sphinx/source/plugins/indexer.rst @ 779:15f017e7555b

remarks about folder indexer plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Sep 2021 16:54:15 +0200
parents 4707c55080c8
children 8e5e868e6369
line wrap: on
line diff
--- 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 <object-storage>`).
+
+* Even if the folder indexer plugin is in use, you can still add other
+  DICOM files using the :ref:`REST API <rest>` or the :ref:`DICOM
+  network protocol <dicom-protocol>`.
+