comparison Sphinx/source/users/replication.rst @ 46:12b204ee328d

remark about replication
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Oct 2016 08:07:24 +0200
parents 901e8961f46e
children 16d516fdc642
comparison
equal deleted inserted replaced
45:d7796decd3fe 46:12b204ee328d
37 * You have command-line access to the source Orthanc, and 37 * You have command-line access to the source Orthanc, and
38 * The transparent :ref:`compression` of the DICOM instances is 38 * The transparent :ref:`compression` of the DICOM instances is
39 disabled (cf. option ``StorageCompression`` in the 39 disabled (cf. option ``StorageCompression`` in the
40 :ref:`configuration file <configuration>`). 40 :ref:`configuration file <configuration>`).
41 41
42 **Important remark:** Because of :ref:`the way Orthanc stores its
43 database <orthanc-storage>` on the filesystem, it is *entirely normal*
44 that the ``ImportDicomFiles.py`` script ends by saying that only half
45 of the DICOM files were properly sent. This is because the JSON
46 summaries are not DICOM files, and are thus rejected by the target
47 Orthanc server. More information are available `on the discussion
48 group
49 <https://groups.google.com/d/msg/orthanc-users/Zlhtcpo76qQ/tp8EqaRCAQAJ>`__.
50
51
42 Generic replication 52 Generic replication
43 ------------------- 53 -------------------
44 54
45 If you cannot use the first method, you can use the `Replicate 55 If you cannot use the first method, you can use the `Replicate
46 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Python/Replicate.py>`_ 56 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Python/Replicate.py>`_