diff 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
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi.cpp	Wed Jul 10 15:09:26 2013 +0200
+++ b/OrthancServer/OrthancRestApi.cpp	Fri Jul 12 08:59:35 2013 +0200
@@ -1066,6 +1066,7 @@
     // Some more removals (from the experience of DICOM files at the CHU of Liege)
     removals.insert(DicomTag(0x0010, 0x1040));  // Patient's Address
     removals.insert(DicomTag(0x0032, 0x1032));  // Requesting Physician
+    removals.insert(DicomTag(0x0010, 0x2154));  // PatientTelephoneNumbers
 
     // Set the DeidentificationMethod tag
     replacements.insert(std::make_pair(DicomTag(0x0012, 0x0063), "Orthanc " ORTHANC_VERSION " - PS 3.15-2008 Table E.1-1"));