diff OrthancServer/ServerEnumerations.h @ 789:55dae8c5a6ab

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 May 2014 18:43:34 +0200
parents b79eda29896d
children 649d47854314
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Mon May 05 18:39:36 2014 +0200
+++ b/OrthancServer/ServerEnumerations.h	Mon May 05 18:43:34 2014 +0200
@@ -70,6 +70,13 @@
     DicomRequestType_Store
   };
 
+  enum DicomReplaceMode
+  {
+    DicomReplaceMode_InsertIfAbsent,
+    DicomReplaceMode_ThrowIfAbsent,
+    DicomReplaceMode_IgnoreIfAbsent
+  };
+
 
   /**
    * WARNING: Do not change the explicit values in the enumerations