comparison Sphinx/source/users/anonymization.rst @ 113:2e826633420e

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jul 2017 17:14:55 +0200
parents 6d357adfd892
children 7ba16d90ed93
comparison
equal deleted inserted replaced
112:6d357adfd892 113:2e826633420e
67 * If ``RemovePrivateTags`` is set to ``true``, the private tags 67 * If ``RemovePrivateTags`` is set to ``true``, the private tags
68 (i.e. manufacturer-specific tags) are removed. 68 (i.e. manufacturer-specific tags) are removed.
69 * The ``Force`` option must be set to ``true``, in order to allow the 69 * The ``Force`` option must be set to ``true``, in order to allow the
70 modification of the ``PatientID``, as such a modification of the 70 modification of the ``PatientID``, as such a modification of the
71 :ref:`DICOM identifiers <dicom-identifiers>` might lead to breaking 71 :ref:`DICOM identifiers <dicom-identifiers>` might lead to breaking
72 the DICOM model of the real-world. 72 the DICOM model of the real-world. In general, any explicit
73 modification to one of the ``PatientID``, ``StudyInstanceUID``,
74 ``SeriesInstanceUID``, and ``SOPInstanceUID`` requires ``Force`` to
75 be set to ``true``, in order to prevent any unwanted side effect.
73 76
74 77
75 Modification of Studies or Series 78 Modification of Studies or Series
76 --------------------------------- 79 ---------------------------------
77 80