comparison Sphinx/source/plugins/indexer.rst @ 802:57d1b1680e71

improvement for the indexer plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Dec 2021 17:55:40 +0100
parents 8e5e868e6369
children 5c1ce758f748
comparison
equal deleted inserted replaced
801:db20ad016bc2 802:57d1b1680e71
9 This **official** plugin by the `ICTEAM institute of UCLouvain 9 This **official** plugin by the `ICTEAM institute of UCLouvain
10 <https://uclouvain.be/en/research-institutes/icteam>`__ uses Orthanc 10 <https://uclouvain.be/en/research-institutes/icteam>`__ uses Orthanc
11 to publish filesystems containing medical images as a DICOM modality. 11 to publish filesystems containing medical images as a DICOM modality.
12 12
13 The plugin continuously synchronizes the content of an Orthanc server 13 The plugin continuously synchronizes the content of an Orthanc server
14 with the content of a filesystem. This way, the filesystem is 14 with the content of a filesystem, which can then be accessed, through
15 automatically organized according to the :ref:`DICOM model of the real 15 Orthanc, based on the :ref:`DICOM model of the real world <model-world>`.
16 world <model-world>`, without any manual intervention. The indexed 16 The indexed DICOM resources are immediately available in a Web
17 DICOM resources are immediately available in a Web interface and in a 17 interface and in a Web viewer, and can be queried/retrieved by DICOM
18 Web viewer, and can be queried/retrieved by DICOM clients. The DICOM 18 clients. The DICOM files are **not** copied, so this solution has a
19 files are **not** copied, so this solution has a very small footprint 19 very small footprint in terms of storage requirements.
20 in terms of storage requirements.
21 20
22 21
23 Compilation 22 Compilation
24 ----------- 23 -----------
25 24