diff Core/DicomNetworking/RemoteModalityParameters.h @ 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 085283445db0
children f6a73611ec5c
line wrap: on
line diff
--- a/Core/DicomNetworking/RemoteModalityParameters.h	Tue Jan 21 14:20:50 2020 +0100
+++ b/Core/DicomNetworking/RemoteModalityParameters.h	Tue Jan 21 17:01:46 2020 +0100
@@ -54,7 +54,8 @@
     bool                  allowMove_;
     bool                  allowGet_;
     bool                  allowNAction_;
-
+    bool                  allowNEventReport_;
+    
     void Clear();
 
     void UnserializeArray(const Json::Value& serialized);