diff OrthancServer/ServerEnumerations.cpp @ 2313:d19e716b79fa issue-46-anonymization

switch to anonymization according to DICOM 2017c
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jul 2017 22:07:07 +0200
parents 4dc313b9a20a
children 5b7556568fa4
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.cpp	Wed Jul 12 16:44:33 2017 +0200
+++ b/OrthancServer/ServerEnumerations.cpp	Wed Jul 12 22:07:07 2017 +0200
@@ -470,10 +470,6 @@
         return "2008";
         break;
 
-      case DicomVersion_2011:
-        return "2011";
-        break;
-
       case DicomVersion_2017c:
         return "2017c";
         break;
@@ -490,10 +486,6 @@
     {
       return DicomVersion_2008;
     }
-    else if (version == "2011")
-    {
-      return DicomVersion_2011;
-    }
     else if (version == "2017c")
     {
       return DicomVersion_2017c;