comparison Sphinx/source/users/anonymization.rst @ 914:6474e299918b

Orthanc 1.11.3
author Alain Mazy <am@osimis.io>
date Tue, 07 Feb 2023 10:39:13 +0100
parents 900033cffeb2
children a5e7e7001316
comparison
equal deleted inserted replaced
913:b113d1384248 914:6474e299918b
78 <https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__. 78 <https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
79 79
80 **Implementation:** Internally, the setup of the anonymization 80 **Implementation:** Internally, the setup of the anonymization
81 profiles can be found in the methods ``SetupAnonymizationXXX()`` of 81 profiles can be found in the methods ``SetupAnonymizationXXX()`` of
82 the class ``Orthanc::DicomModification`` (cf. `source code 82 the class ``Orthanc::DicomModification`` (cf. `source code
83 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.2/OrthancFramework/Sources/DicomParsing/DicomModification.cpp>`__). 83 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.3/OrthancFramework/Sources/DicomParsing/DicomModification.cpp>`__).
84 84
85 85
86 Modification of a Single Instance 86 Modification of a Single Instance
87 --------------------------------- 87 ---------------------------------
88 88
216 to a level in the patient/study/series/instance hierarchy that is 216 to a level in the patient/study/series/instance hierarchy that is
217 higher than the level that corresponds to the REST API call. For 217 higher than the level that corresponds to the REST API call. For
218 instance, the tag ``PatientID`` could not be modified if using the 218 instance, the tag ``PatientID`` could not be modified if using the
219 ``/studies/{id}/modify`` route (in the latter case, the 219 ``/studies/{id}/modify`` route (in the latter case, the
220 ``/patients/{id}/modify`` route had to be used, cf. next section). 220 ``/patients/{id}/modify`` route had to be used, cf. next section).
221 These sanity checks have been loosened in more recent versions and users must 221 These sanity checks have been loosened in more recent versions (starting from 1.11.3)
222 be very careful to preserve the DICOM model when updating these tags (e.g. 222 and users must be very careful to preserve the DICOM model when updating these tags (e.g.
223 if you modify the ``PatientID`` at study level, also make sure to modify all other Patient related 223 if you modify the ``PatientID`` at study level, also make sure to modify all other Patient related
224 tags (``PatientName``, ``PatientBirthDate``, ...)). 224 tags (``PatientName``, ``PatientBirthDate``, ...)).
225 225
226 Also note that you have to set the ``Force`` argument to ``true`` if modifying one 226 Also note that you have to set the ``Force`` argument to ``true`` if modifying one
227 of the :ref:`DICOM identifiers tags <orthanc-ids>` 227 of the :ref:`DICOM identifiers tags <orthanc-ids>`