comparison Sphinx/source/faq/orthanc-ids.rst @ 449:2922fb1bd65e

fix links
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2020 09:33:10 +0200
parents 84d1bd38dd51
children 1316bc62b5d5
comparison
equal deleted inserted replaced
447:74fc0203d882 449:2922fb1bd65e
39 you deal with an application that handles patients from different 39 you deal with an application that handles patients from different
40 hospitals. 40 hospitals.
41 41
42 The actual implementation of the hashing is carried on by the 42 The actual implementation of the hashing is carried on by the
43 `DicomInstanceHasher class 43 `DicomInstanceHasher class
44 <https://hg.orthanc-server.com/orthanc/file/default/Core/DicomFormat/DicomInstanceHasher.cpp>`_. 44 <https://hg.orthanc-server.com/orthanc/file/default/OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.cpp>`_.
45 45
46 If two different instances have the same Orthanc identifier, only one 46 If two different instances have the same Orthanc identifier, only one
47 of them is kept. By default, the first instance that was received by 47 of them is kept. By default, the first instance that was received by
48 Orthanc is kept. You can choose to replace the first instance by the 48 Orthanc is kept. You can choose to replace the first instance by the
49 second instance by setting :ref:`configuration option <configuration>` 49 second instance by setting :ref:`configuration option <configuration>`