# HG changeset patch # User Sebastien Jodogne # Date 1499890167 -7200 # Node ID c54c9523adf8fd6820efad96f843e836f3bcc6bf # Parent d19e716b79fa9e4e47e3ea8b9e70ea84e1d987e5 add basic profile diff -r d19e716b79fa -r c54c9523adf8 OrthancServer/DicomModification.cpp --- a/OrthancServer/DicomModification.cpp Wed Jul 12 22:07:07 2017 +0200 +++ b/OrthancServer/DicomModification.cpp Wed Jul 12 22:09:27 2017 +0200 @@ -45,7 +45,7 @@ "Orthanc " ORTHANC_VERSION " - PS 3.15-2008 Table E.1-1"; static const std::string ORTHANC_DEIDENTIFICATION_METHOD_2017c = - "Orthanc " ORTHANC_VERSION " - PS 3.15-2017c Table E.1-1"; + "Orthanc " ORTHANC_VERSION " - PS 3.15-2017c Table E.1-1 Basic Profile"; namespace Orthanc {