diff Plugins/Engine/OrthancPluginDatabase.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 2e1711f80f74
children c0d7aee8c3f8
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPluginDatabase.h	Mon Jan 14 13:13:12 2019 +0100
+++ b/Plugins/Engine/OrthancPluginDatabase.h	Mon Jan 14 16:23:08 2019 +0100
@@ -362,6 +362,8 @@
       ORTHANC_OVERRIDE;
 
     virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
+  
+    virtual void TagAsMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE;
   };
 }