diff OrthancServer/ServerEnumerations.h @ 948:e57e08ed510f dicom-rt

integration mainline -> dicom-rt
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 13:57:05 +0200
parents 55dae8c5a6ab
children 649d47854314
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Wed Apr 16 16:15:58 2014 +0200
+++ b/OrthancServer/ServerEnumerations.h	Wed Jun 25 13:57:05 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