diff Core/Enumerations.cpp @ 3613:c1e2b91c2ab4 storage-commitment

all the abstractions for storage commitment are available
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Jan 2020 17:01:46 +0100
parents 7e303ba837d9
children f6a73611ec5c
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Tue Jan 21 14:20:50 2020 +0100
+++ b/Core/Enumerations.cpp	Tue Jan 21 17:01:46 2020 +0100
@@ -864,7 +864,11 @@
         break;
 
       case DicomRequestType_NAction:
-        return "N-Action";
+        return "N-ACTION";
+        break;
+
+      case DicomRequestType_NEventReport:
+        return "N-EVENT-REPORT";
         break;
 
       default: