diff Plugins/Engine/OrthancPluginDatabase.h @ 3080:1a75595d8e44 db-changes

started refactoring of ServerIndex::Store()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jan 2019 18:21:22 +0100
parents 8bc2cb1335f4
children 847a0ed92654
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPluginDatabase.h	Thu Jan 03 14:03:39 2019 +0100
+++ b/Plugins/Engine/OrthancPluginDatabase.h	Thu Jan 03 18:21:22 2019 +0100
@@ -316,6 +316,15 @@
                                       size_t limit)
       ORTHANC_OVERRIDE;
 
+    virtual bool CreateInstance(CreateInstanceResult& result,
+                                int64_t& instanceId,
+                                const std::string& patient,
+                                const std::string& study,
+                                const std::string& series,
+                                const std::string& instance,
+                                bool overwrite)
+      ORTHANC_OVERRIDE;
+
     // From the "CompatibilityDatabaseWrapper" interface
     virtual void GetAllInternalIds(std::list<int64_t>& target,
                                    ResourceType resourceType)