DICOM Anonymization
DICOM Anonymization Levels
DICOM files store lots of protected health information (PHI) and personally identifiable information (PII) by default. This is great for radiologists, but bad for researchers. Any PHI/PII left in your DICOM files when sharing them with collaborators could be a big issue for you. Your IRB might shut down your project, shoot you into space, who knows. Make sure your data is anonymized, and anonymized in the way that your IRB wants.
NiDB offers 3 ways to export, and otherwise handle, DICOM data which are described below
Original - This means there is no anonymization at all. All DICOM tags in the original file will be retained. No tags are added, removed, or changed.
Anonymize - This is the default anonymization method, where most obvious PHI/PII is removed, such as name, DOB, etc. However, dates and locations are retained. The following tags are anonymized
0008,0090ReferringPhysiciansName0008,1050PerformingPhysiciansName0008,1070OperatorsName0010,0010PatientName0010,0030PatientBirthDate
Anonymize Full - This method removes all PHI/PII, but also removes identifiers that are used by NiDB to accurately archive data by subject/study/series. If most of the tags used to uniquely identify data are removed... it's hard to group the DICOM files into series. So be aware that full anonymization might make it hard to archive the data later on.
0008,0090ReferringPhysiciansName0008,1050PerformingPhysiciansName0008,1070OperatorsName0010,0010PatientName0010,0030PatientBirthDate0008,0080InstitutionName0008,0081InstitutionAddress0008,1010StationName0008,1030StudyDescription0008,0020StudyDate0008,0021SeriesDate0008,0022AcquisitionDate0008,0023ContentDate0008,0030StudyTime0008,0031SeriesTime0008,0032AcquisitionTime0008,0033ContentTime0010,0020PatientID0010,1030PatientWeight
Last updated
Was this helpful?
