changeset 802:57d1b1680e71

improvement for the indexer plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Dec 2021 17:55:40 +0100
parents db20ad016bc2
children f3caa014eb88
files Sphinx/source/plugins/indexer.rst
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/indexer.rst	Wed Dec 22 13:58:29 2021 +0100
+++ b/Sphinx/source/plugins/indexer.rst	Wed Dec 22 17:55:40 2021 +0100
@@ -11,13 +11,12 @@
 to publish filesystems containing medical images as a DICOM modality.
 
 The plugin continuously synchronizes the content of an Orthanc server
-with the content of a filesystem. This way, the filesystem is
-automatically organized according to the :ref:`DICOM model of the real
-world <model-world>`, without any manual intervention. The indexed
-DICOM resources are immediately available in a Web interface and in a
-Web viewer, and can be queried/retrieved by DICOM clients. The DICOM
-files are **not** copied, so this solution has a very small footprint
-in terms of storage requirements.
+with the content of a filesystem, which can then be accessed, through
+Orthanc, based on the :ref:`DICOM model of the real world <model-world>`.
+The indexed DICOM resources are immediately available in a Web
+interface and in a Web viewer, and can be queried/retrieved by DICOM
+clients. The DICOM files are **not** copied, so this solution has a
+very small footprint in terms of storage requirements.
 
 
 Compilation