diff OrthancServer/IDatabaseWrapper.h @ 1709:2ad22b2970a2 db-changes

SearchableStudies
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:48:30 +0200
parents 4c5a85c3ff43
children 5ebd6cbb3da8
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h	Tue Oct 13 16:57:55 2015 +0200
+++ b/OrthancServer/IDatabaseWrapper.h	Tue Oct 13 17:48:30 2015 +0200
@@ -193,5 +193,8 @@
 
     virtual void Upgrade(unsigned int targetVersion,
                          IStorageArea& storageArea) = 0;
+
+    virtual void StoreStudyModule(int64_t id,
+                                  const DicomMap& module) = 0;
   };
 }