comparison OrthancServer/OrthancRestApi.cpp @ 463:005aaeb63414

anonymization of PatientTelephoneNumbers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2013 08:59:35 +0200
parents b7ef1a7d857e
children 7a966b440f19
comparison
equal deleted inserted replaced
462:077a23f652a1 463:005aaeb63414
1064 removals.insert(DicomTag(0x3006, 0x00c2)); // Related Frame of Reference UID 1064 removals.insert(DicomTag(0x3006, 0x00c2)); // Related Frame of Reference UID
1065 1065
1066 // Some more removals (from the experience of DICOM files at the CHU of Liege) 1066 // Some more removals (from the experience of DICOM files at the CHU of Liege)
1067 removals.insert(DicomTag(0x0010, 0x1040)); // Patient's Address 1067 removals.insert(DicomTag(0x0010, 0x1040)); // Patient's Address
1068 removals.insert(DicomTag(0x0032, 0x1032)); // Requesting Physician 1068 removals.insert(DicomTag(0x0032, 0x1032)); // Requesting Physician
1069 removals.insert(DicomTag(0x0010, 0x2154)); // PatientTelephoneNumbers
1069 1070
1070 // Set the DeidentificationMethod tag 1071 // Set the DeidentificationMethod tag
1071 replacements.insert(std::make_pair(DicomTag(0x0012, 0x0063), "Orthanc " ORTHANC_VERSION " - PS 3.15-2008 Table E.1-1")); 1072 replacements.insert(std::make_pair(DicomTag(0x0012, 0x0063), "Orthanc " ORTHANC_VERSION " - PS 3.15-2008 Table E.1-1"));
1072 1073
1073 // Set the PatientIdentityRemoved 1074 // Set the PatientIdentityRemoved