changeset 780:8e5e868e6369

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Sep 2021 16:58:51 +0200
parents 15f017e7555b
children 33040fbf85a8
files Sphinx/source/faq/orthanc-storage.rst Sphinx/source/plugins/indexer.rst
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/orthanc-storage.rst	Fri Sep 24 16:54:15 2021 +0200
+++ b/Sphinx/source/faq/orthanc-storage.rst	Fri Sep 24 16:58:51 2021 +0200
@@ -3,6 +3,8 @@
 How does Orthanc store its database?
 ====================================
 
+.. _orthanc-storage-area:
+
 Storage area
 ------------
 
--- a/Sphinx/source/plugins/indexer.rst	Fri Sep 24 16:54:15 2021 +0200
+++ b/Sphinx/source/plugins/indexer.rst	Fri Sep 24 16:58:51 2021 +0200
@@ -89,5 +89,6 @@
 
 * 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>`.
+  network protocol <dicom-protocol>`. Such files would be stored in
+  the ``OrthancStorage`` :ref:`usual folder <orthanc-storage-area>`.