diff OrthancServer/ServerEnumerations.h @ 3920:82e88ff003d7 c-get

merge default -> c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:58:24 +0200
parents 023b2a9f3aa1
children e6606d3ec892
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Tue May 12 07:50:38 2020 +0200
+++ b/OrthancServer/ServerEnumerations.h	Tue May 12 14:58:24 2020 +0200
@@ -90,6 +90,13 @@
     FindStorageAccessMode_DiskOnLookupAndAnswer
   };
 
+  enum StoreInstanceMode
+  {
+    StoreInstanceMode_Default,
+    StoreInstanceMode_OverwriteDuplicate,
+    StoreInstanceMode_IgnoreDuplicate
+  };
+
 
   /**
    * WARNING: Do not change the explicit values in the enumerations