Feature #770
openAdd support for "Safe Private Attributes" (PS3.15), e.g. to dcmodify
0%
Description
PS3.15 lists "Safe Private Attributes" from various vendors, i.e. private data elements "which contain no identifying information and need to be
preserved during de-identification". Adding support for this list to e.g. dcmodify (with a new option in addition to --erase-private) could be useful.
CP-1672 adds more safe private attributes to PS3.15: ftp://medical.nema.org/medical/dicom/final/cp1672_ft_moresafeprivate.pdf
Updated by Michael Onken about 3 years ago
Mathieu Malaterre proposed (2022-06-17) to add the following feature which helps to delete private tags from a specific vendor (i.e. private creator):
[so far] It is either: --erase-private or use the "[t]ag-path=[v]alue" syntax.
It is currently impossible to state something like
--erase 0029,20,SIEMENS MEDCOM HEADER
Instead one has to read the DICOM file and deduce which command is the
right one:
--erase 0029,1020
or
--erase 0029,1120
It would be nice for batch processing to have an enhanced private tag
"path" logic.