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.
Always anonymize your data before sharing!
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,0090
ReferringPhysiciansName0008,1050
PerformingPhysiciansName0008,1070
OperatorsName0010,0010
PatientName0010,0030
PatientBirthDate
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,0090
ReferringPhysiciansName0008,1050
PerformingPhysiciansName0008,1070
OperatorsName0010,0010
PatientName0010,0030
PatientBirthDate0008,0080
InstitutionName0008,0081
InstitutionAddress0008,1010
StationName0008,1030
StudyDescription0008,0020
StudyDate0008,0021
SeriesDate0008,0022
AcquisitionDate0008,0023
ContentDate0008,0030
StudyTime0008,0031
SeriesTime0008,0032
AcquisitionTime0008,0033
ContentTime0010,0020
PatientID0010,1030
PatientWeight
Last updated