diff OrthancServer/main.cpp @ 3814:023b2a9f3aa1 transcoding

new enum: StoreInstanceMode
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Apr 2020 17:35:44 +0200
parents aaaa442bfe39
children 44bfcfdf42e8
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Tue Apr 07 14:03:33 2020 +0200
+++ b/OrthancServer/main.cpp	Tue Apr 07 17:35:44 2020 +0200
@@ -87,7 +87,7 @@
       toStore.SetJson(dicomJson);
 
       std::string id;
-      context_.Store(id, toStore);
+      context_.Store(id, toStore, StoreInstanceMode_Default);
     }
   }
 };