# HG changeset patch # User Alain Mazy # Date 1654261961 -7200 # Node ID 2d9024137da0b4d4b284dec3de639eddaeb7c584 # Parent 450f0efebe4f55e953b16d7b494df5defe84372d add private tag sample diff -r 450f0efebe4f -r 2d9024137da0 Sphinx/source/users/anonymization.rst --- a/Sphinx/source/users/anonymization.rst Mon May 30 17:16:15 2022 +0200 +++ b/Sphinx/source/users/anonymization.rst Fri Jun 03 15:12:41 2022 +0200 @@ -150,6 +150,15 @@ } } +* To add a Private DICOM tag, you should use this syntax (provided that you have defined an entry ``"7001,0001" : [ "CS", "MyPrivateTag", 1, 1, "MyPrivateCreator"]`` in the ``Dictionary`` configuration):: + + { + "Replace" : { + "MyPrivateTag" : "Hello" + }, + "PrivateCreator" : "MyPrivateCreator" + } + **Important:** Similarly to anonymization, starting with Orthanc 1.9.4, the ``Replace``, ``Keep`` and ``Remove`` fields can also