# HG changeset patch # User Alain Mazy # Date 1701850348 -3600 # Node ID 5c8d2250b361a69a42da62ab7bb87b2aeb135307 # Parent df9162e80fc816d1016127d80851792dd86c64d1 anon profile 2023b diff -r df9162e80fc8 -r 5c8d2250b361 Sphinx/source/users/anonymization.rst --- a/Sphinx/source/users/anonymization.rst Tue Nov 28 07:53:33 2023 +0100 +++ b/Sphinx/source/users/anonymization.rst Wed Dec 06 09:12:28 2023 +0100 @@ -20,7 +20,7 @@ DICOM instance into Orthanc). Anonymization consists in erasing all the tags that are specified in `Table E.1-1 from PS 3.15 `__ -of the DICOM standard 2008, 2017c or 2021b (default). Example:: +of the DICOM standard 2008, 2017c, 2021b, 2023b (default). Example:: $ curl http://localhost:8042/instances/6e67da51-d119d6ae-c5667437-87b9a8a5-0f07c49f/anonymize -X POST -d '{}' > Anonymized.dcm @@ -61,11 +61,11 @@ the private tags, as such tags can contain patient-specific information. * ``DicomVersion`` specifies which version of the DICOM standard shall - be used for anonymization. Allowed values are ``2008``, ``2017c``, - or ``2021b`` (new in Orthanc 1.9.4). This parameter has been - introduced in Orthanc 1.3.0. In earlier version, the ``2008`` - standard was used. If the parameter is absent, the highest version - that is supported by Orthanc is used. + be used for anonymization. Allowed values are ``2008``, ``2017c``, + ``2021b`` (new in Orthanc 1.9.4) or ``2023b`` (new in Orthanc 1.12.1). + This parameter has been introduced in Orthanc 1.3.0. In earlier version, + the ``2008`` standard was used. If the parameter is absent, the highest + version that is supported by Orthanc is used. * ``Remove`` can also be used to provide a list of tags to be manually deleted.