changeset 410:84d1bd38dd51

ovewrite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 May 2020 07:02:11 +0200
parents 0d02abd26842
children b4cc2b6a9f13
files Sphinx/source/faq/orthanc-ids.rst
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/orthanc-ids.rst	Tue May 05 06:58:18 2020 +0200
+++ b/Sphinx/source/faq/orthanc-ids.rst	Tue May 05 07:02:11 2020 +0200
@@ -43,6 +43,12 @@
 `DicomInstanceHasher class
 <https://hg.orthanc-server.com/orthanc/file/default/Core/DicomFormat/DicomInstanceHasher.cpp>`_.
 
+If two different instances have the same Orthanc identifier, only one
+of them is kept. By default, the first instance that was received by
+Orthanc is kept. You can choose to replace the first instance by the
+second instance by setting :ref:`configuration option <configuration>`
+``OverwriteInstances`` to ``true``.
+
 
 The "Inexistent Tag" error
 --------------------------