Mercurial > hg > orthanc-book
changeset 48:2829fc2bfab1
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 14 Oct 2016 16:38:06 +0200 |
parents | 1305d33c9ff4 (current diff) 12b204ee328d (diff) |
children | 6c9771c7db47 |
files | |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/orthanc-storage.rst Fri Oct 14 16:37:54 2016 +0200 +++ b/Sphinx/source/faq/orthanc-storage.rst Fri Oct 14 16:38:06 2016 +0200 @@ -1,3 +1,5 @@ +.. _orthanc-storage: + How does Orthanc store its database? ====================================
--- a/Sphinx/source/users/replication.rst Fri Oct 14 16:37:54 2016 +0200 +++ b/Sphinx/source/users/replication.rst Fri Oct 14 16:38:06 2016 +0200 @@ -39,6 +39,16 @@ disabled (cf. option ``StorageCompression`` in the :ref:`configuration file <configuration>`). +**Important remark:** Because of :ref:`the way Orthanc stores its +database <orthanc-storage>` on the filesystem, it is *entirely normal* +that the ``ImportDicomFiles.py`` script ends by saying that only half +of the DICOM files were properly sent. This is because the JSON +summaries are not DICOM files, and are thus rejected by the target +Orthanc server. More information are available `on the discussion +group +<https://groups.google.com/d/msg/orthanc-users/Zlhtcpo76qQ/tp8EqaRCAQAJ>`__. + + Generic replication -------------------