# HG changeset patch # User Sebastien Jodogne # Date 1378882416 -7200 # Node ID d47ae896a7545811c20b20080a7c02a489e7cba8 # Parent d80376e73f52002bedb0ccc8b7adaac5d3c48f24 anonymization of the medical alerts tag diff -r d80376e73f52 -r d47ae896a754 OrthancServer/OrthancRestApi.cpp --- 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"));