diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 90:e61587582cef db-changes

moved extension TagMostRecentPatient into stored procedure CreateInstance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jan 2019 18:14:28 +0100
parents 1012fe77241c
children 4cd7e45b671e
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Wed Jan 16 16:37:52 2019 +0100
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Wed Jan 16 18:14:28 2019 +0100
@@ -96,5 +96,7 @@
       ORTHANC_OVERRIDE;
 
     virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
+
+    virtual void TagMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE;
   };
 }