Hi everyone,
I have set on of my pipelines' anonymizer configuration to "Remove private groups" to try it out, understanding that it would make the anonymizer service to remove all private groups elements. But when I started processing data with some private metadata the following occurred: All private tags were nicely remove except for 'PrivateCreator' ones (XXXX,0010), (XXXX,0011), which are kept. There's probably a (good) reason for doing so, can anybody please tell me why? Cannot be harmful to keep such tags without handling what's inside? Or is just an unintended behavior of CTP (bug)?
Is CTP maybe following the "keep known safe private" concept? Understanding safe private attributes (i.e. Private creators) as those that are known not to contain individually identifiable information?
[Example]
Original file,
(0029,0010) LO [SIEMENS CSA HEADER] # 18, 1 PrivateCreator
(0029,0011) LO [SIEMENS MEDCOM HEADER2] # 22, 1 PrivateCreator
(0029,1008) CS [...] # 12, 1 CSAImageHeaderType
(0029,1009) LO [...] # 8, 1 CSAImageHeaderVersion
(0029,1010) OB ... # 9364, 1 CSAImageHeaderInfo
(0029,1018) CS [MR] # 2, 1 CSASeriesHeaderType
(0029,1019) LO [...] # 8, 1 CSASeriesHeaderVersion
(0029,1020) OB ... # 64768, 1 CSASeriesHeaderInfo
(0029,1160) LO [...] # 4, 1 SeriesWorkflowStatus
Anonymized file,
(0029,0010) LO [SIEMENS CSA HEADER] # 18, 1 PrivateCreator
(0029,0011) LO [SIEMENS MEDCOM HEADER2] # 22, 1 PrivateCreator
By the way, I have the following version: "CTP Build: 2014.03.05 at 10:09:22 CST on Java 1.6".
Thanks in advanced,
Jordi