diff OrthancServer/Database/Compatibility/ICreateInstance.h @ 3121:f86ebf971a72 db-changes

fix unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Jan 2019 16:23:08 +0100
parents 2e1808b6146a
children c0d7aee8c3f8
line wrap: on
line diff
--- a/OrthancServer/Database/Compatibility/ICreateInstance.h	Mon Jan 14 13:13:12 2019 +0100
+++ b/OrthancServer/Database/Compatibility/ICreateInstance.h	Mon Jan 14 16:23:08 2019 +0100
@@ -51,6 +51,8 @@
 
       virtual void AttachChild(int64_t parent,
                                int64_t child) = 0;
+
+      virtual void TagAsMostRecentPatient(int64_t patientId) = 0;
       
       static bool Apply(ICreateInstance& database,
                         IDatabaseWrapper::CreateInstanceResult& result,