diff OrthancServer/Database/Compatibility/ICreateInstance.h @ 3124:c0d7aee8c3f8 db-changes

Fix issue #58 (Patient recycling order should be defined by their received last instance)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Jan 2019 21:09:33 +0100
parents f86ebf971a72
children 94f4a18a79cc
line wrap: on
line diff
--- a/OrthancServer/Database/Compatibility/ICreateInstance.h	Mon Jan 14 16:23:08 2019 +0100
+++ b/OrthancServer/Database/Compatibility/ICreateInstance.h	Tue Jan 15 21:09:33 2019 +0100
@@ -52,7 +52,7 @@
       virtual void AttachChild(int64_t parent,
                                int64_t child) = 0;
 
-      virtual void TagAsMostRecentPatient(int64_t patientId) = 0;
+      virtual void TagMostRecentPatient(int64_t patientId) = 0;
       
       static bool Apply(ICreateInstance& database,
                         IDatabaseWrapper::CreateInstanceResult& result,