changeset 527:d47ae896a754

anonymization of the medical alerts tag
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Sep 2013 08:53:36 +0200
parents d80376e73f52
children 4acc6f1ca233
files OrthancServer/OrthancRestApi.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi.cpp	Tue Sep 10 17:48:00 2013 +0200
+++ b/OrthancServer/OrthancRestApi.cpp	Wed Sep 11 08:53:36 2013 +0200
@@ -1138,6 +1138,7 @@
     removals.insert(DicomTag(0x0010, 0x1040));  // Patient's Address
     removals.insert(DicomTag(0x0032, 0x1032));  // Requesting Physician
     removals.insert(DicomTag(0x0010, 0x2154));  // PatientTelephoneNumbers
+    removals.insert(DicomTag(0x0010, 0x2000));  // Medical Alerts
 
     // Set the DeidentificationMethod tag
     replacements.insert(std::make_pair(DicomTag(0x0012, 0x0063), "Orthanc " ORTHANC_VERSION " - PS 3.15-2008 Table E.1-1"));