diff OrthancFramework/Sources/Enumerations.cpp @ 5442:ac68a4383e51 debug-telemis

improved C-Store negotiation and logging
author Alain Mazy <am@osimis.io>
date Thu, 23 Nov 2023 16:59:16 +0100
parents 7a20ee948676
children 38f1d06875ad 48b8dae6dc77
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.cpp	Wed Nov 22 21:18:16 2023 +0100
+++ b/OrthancFramework/Sources/Enumerations.cpp	Thu Nov 23 16:59:16 2023 +0100
@@ -807,9 +807,6 @@
       case ModalityManufacturer_GE:
         return "GE";
       
-      case ModalityManufacturer_Telemis:
-        return "Telemis";
-
       default:
         throw OrthancException(ErrorCode_ParameterOutOfRange);
     }
@@ -1589,10 +1586,6 @@
     {
       return ModalityManufacturer_GE;
     }
-    else if (manufacturer == "Telemis")
-    {
-      return ModalityManufacturer_Telemis;
-    }
     else if (manufacturer == "AgfaImpax" ||
              manufacturer == "SyngoVia")
     {