Mercurial > hg > orthanc
changeset 2314:c54c9523adf8 issue-46-anonymization
add basic profile
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 12 Jul 2017 22:09:27 +0200 |
parents | d19e716b79fa |
children | 595919496bb3 da6a96e17b38 |
files | OrthancServer/DicomModification.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 {