diff Framework/Plugins/IndexBackend.h @ 210:a0c095a4ba7d

all the integration tests pass on SQLite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Mar 2021 19:36:43 +0100
parents 13a3863df7fa
children c2e4a909de0e
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.h	Fri Mar 19 17:01:38 2021 +0100
+++ b/Framework/Plugins/IndexBackend.h	Mon Mar 22 19:36:43 2021 +0100
@@ -344,5 +344,13 @@
       throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
     }
 #endif
+
+    // This function corresponds to
+    // "Orthanc::Compatibility::ICreateInstance::Apply()"
+    void CreateInstanceGeneric(OrthancPluginCreateInstanceResult& result,
+                               const char* hashPatient,
+                               const char* hashStudy,
+                               const char* hashSeries,
+                               const char* hashInstance);
   };
 }