comparison Sphinx/source/users/anonymization.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents bc531449c024
children 5c8d2250b361
comparison
equal deleted inserted replaced
990:27b75c653a8b 991:1316bc62b5d5
73 and ``Remove`` fields can also specify sequences, using the same 73 and ``Remove`` fields can also specify sequences, using the same
74 syntax as the ``dcmodify`` command-line tool (wildcards are supported 74 syntax as the ``dcmodify`` command-line tool (wildcards are supported
75 as well). Earlier versions were limited to top-level tags in the DICOM 75 as well). Earlier versions were limited to top-level tags in the DICOM
76 dataset. Check out the integration test ``test_modify_subsequences`` 76 dataset. Check out the integration test ``test_modify_subsequences``
77 for `examples 77 for `examples
78 <https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__. 78 <https://orthanc.uclouvain.be/hg/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.12.1/OrthancFramework/Sources/DicomParsing/DicomModification.cpp>`__). 83 <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/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
164 1.9.4, the ``Replace``, ``Keep`` and ``Remove`` fields can also 164 1.9.4, the ``Replace``, ``Keep`` and ``Remove`` fields can also
165 specify sequences, using the same syntax as the ``dcmodify`` 165 specify sequences, using the same syntax as the ``dcmodify``
166 command-line tool (wildcards are supported as well). Earlier versions 166 command-line tool (wildcards are supported as well). Earlier versions
167 were limited to top-level tags in the DICOM dataset. Check out the 167 were limited to top-level tags in the DICOM dataset. Check out the
168 integration test ``test_modify_subsequences`` for `examples 168 integration test ``test_modify_subsequences`` for `examples
169 <https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__. 169 <https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.
170 170
171 171
172 .. _study-modification: 172 .. _study-modification:
173 173
174 Modification of Studies or Series 174 Modification of Studies or Series