comparison Sphinx/source/users/anonymization.rst @ 1065:24a7480e6ec0

private tags
author Alain Mazy <am@orthanc.team>
date Thu, 02 May 2024 17:42:43 +0200
parents a3436ae3709c
children d2be251975d1
comparison
equal deleted inserted replaced
1064:f049d19e3109 1065:24a7480e6ec0
148 } 148 }
149 ] 149 ]
150 } 150 }
151 } 151 }
152 152
153 * 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):: 153 * To add a Private DICOM tag, you should use this syntax (provided that you have defined 2 entries ``7001,0010": ["LO", "PrivateCreatorForMy", 1, 1, "MyPrivateCreator"], "7001,1001" : [ "CS", "MyPrivateTag", 1, 1, "MyPrivateCreator"]`` in the ``Dictionary`` configuration)::
154 154
155 { 155 {
156 "Replace" : { 156 "Replace" : {
157 "MyPrivateTag" : "Hello" 157 "MyPrivateTag" : "Hello"
158 }, 158 },