comparison Sphinx/source/users/anonymization.rst @ 692:549824ebdf5a

improved text
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jun 2021 21:22:20 +0200
parents b8a744941e58
children bcd1a6a89280
comparison
equal deleted inserted replaced
691:b8a744941e58 692:549824ebdf5a
58 private tags (i.e. manufacturer-specific tags) are not removed by 58 private tags (i.e. manufacturer-specific tags) are not removed by
59 the anonymization process. The default behavior consists in removing 59 the anonymization process. The default behavior consists in removing
60 the private tags, as such tags can contain patient-specific 60 the private tags, as such tags can contain patient-specific
61 information. 61 information.
62 * ``DicomVersion`` specifies which version of the DICOM standard shall 62 * ``DicomVersion`` specifies which version of the DICOM standard shall
63 be used for anonymization. Allowed values are ``2008``, ``2017c``, 63 be used for anonymization. Allowed values are ``2008``, ``2017c``,
64 or ``2021b`` (default value is ``2021b`` if the parameter is 64 or ``2021b`` (new in Orthanc 1.9.4). This parameter has been
65 absent). This parameter has been introduced in Orthanc 1.3.0. In 65 introduced in Orthanc 1.3.0. In earlier version, the ``2008``
66 earlier version, the ``2008`` standard was used. 66 standard was used. If the parameter is absent, the highest version
67 that is supported by Orthanc is used.
67 68
68 69
69 **Implementation:** Internally, the setup of the anonymization 70 **Implementation:** Internally, the setup of the anonymization
70 profiles can be found in the methods ``SetupAnonymizationXXX()`` of 71 profiles can be found in the methods ``SetupAnonymizationXXX()`` of
71 the class ``Orthanc::DicomModification`` (cf. `source code 72 the class ``Orthanc::DicomModification`` (cf. `source code