diff Core/Enumerations.cpp @ 3602:085283445db0 storage-commitment

AllowNAction in remote modality parameters
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Jan 2020 15:28:32 +0100
parents bdafff1ce443
children 7e303ba837d9
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Thu Jan 16 12:50:06 2020 +0100
+++ b/Core/Enumerations.cpp	Thu Jan 16 15:28:32 2020 +0100
@@ -860,6 +860,10 @@
         return "Store";
         break;
 
+      case DicomRequestType_NAction:
+        return "N-Action";
+        break;
+
       default: 
         throw OrthancException(ErrorCode_ParameterOutOfRange);
     }