Project

General

Profile

Actions

Feature #770

open

Add support for "Safe Private Attributes" (PS3.15), e.g. to dcmodify

Added by Jörg Riesmeier about 8 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Library and Apps
Target version:
-
Start date:
2017-06-29
Due date:
% Done:

0%

Estimated time:
Module:
dcmdata
Operating System:
Compiler:

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

Actions #1

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.

Actions

Also available in: Atom PDF