Mercurial > hg > orthanc
comparison OrthancServer/OrthancRestApi.cpp @ 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 | 1b2cdc855bd3 |
children | 48c9f83587a8 |
comparison
equal
deleted
inserted
replaced
524:d80376e73f52 | 527:d47ae896a754 |
---|---|
1136 | 1136 |
1137 // Some more removals (from the experience of DICOM files at the CHU of Liege) | 1137 // Some more removals (from the experience of DICOM files at the CHU of Liege) |
1138 removals.insert(DicomTag(0x0010, 0x1040)); // Patient's Address | 1138 removals.insert(DicomTag(0x0010, 0x1040)); // Patient's Address |
1139 removals.insert(DicomTag(0x0032, 0x1032)); // Requesting Physician | 1139 removals.insert(DicomTag(0x0032, 0x1032)); // Requesting Physician |
1140 removals.insert(DicomTag(0x0010, 0x2154)); // PatientTelephoneNumbers | 1140 removals.insert(DicomTag(0x0010, 0x2154)); // PatientTelephoneNumbers |
1141 removals.insert(DicomTag(0x0010, 0x2000)); // Medical Alerts | |
1141 | 1142 |
1142 // Set the DeidentificationMethod tag | 1143 // Set the DeidentificationMethod tag |
1143 replacements.insert(std::make_pair(DicomTag(0x0012, 0x0063), "Orthanc " ORTHANC_VERSION " - PS 3.15-2008 Table E.1-1")); | 1144 replacements.insert(std::make_pair(DicomTag(0x0012, 0x0063), "Orthanc " ORTHANC_VERSION " - PS 3.15-2008 Table E.1-1")); |
1144 | 1145 |
1145 // Set the PatientIdentityRemoved tag | 1146 // Set the PatientIdentityRemoved tag |