mmiv-center / DICOMAnonymizer

A multi-threaded anonymizer for DICOM files implementing most of DICOM PS 3.15 AnnexE
The Unlicense
13 stars 0 forks source link

Tags in sequences are not anonymized. #20

Open HaukeBartsch opened 10 months ago

HaukeBartsch commented 10 months ago

Only two levels are anonymized inside sequences. Potentially there could be additional levels, no example exists.

Only "hashid+PROJECTNAME" is supported on tags inside sequences, all other tags are unchanged - even if they are listed.

HaukeBartsch commented 10 months ago

One downstream issue is that for PET/NM data Siemens is adding DateTime entries inside sequences and into private tags (0071). If those tags are not changed (e.g. 0018,1078 and 0018,1079 are not shifted), the processing of SUV values does not work correctly or cannot be computed.