# HG changeset patch # User Sebastien Jodogne # Date 1373612375 -7200 # Node ID 005aaeb63414cc2102e89945ee3ab0eb3e2131ba # Parent 077a23f652a15ddf568a2fb7a03f6e3f41e98469 anonymization of PatientTelephoneNumbers diff -r 077a23f652a1 -r 005aaeb63414 OrthancServer/OrthancRestApi.cpp --- 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"));