Mercurial > hg > orthanc
changeset 463:005aaeb63414
anonymization of PatientTelephoneNumbers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 12 Jul 2013 08:59:35 +0200 |
parents | 077a23f652a1 |
children | 5987dd8e0776 |
files | OrthancServer/OrthancRestApi.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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"));