diff Framework/Plugins/IndexBackend.h @ 88:eb08ec14fb04 db-changes

new extension implemented: TagMostRecentPatient
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Jan 2019 21:10:50 +0100
parents 1012fe77241c
children ca0ecd412988
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.h	Thu Jan 10 20:39:36 2019 +0100
+++ b/Framework/Plugins/IndexBackend.h	Tue Jan 15 21:10:50 2019 +0100
@@ -281,5 +281,7 @@
     virtual void GetChildrenMetadata(std::list<std::string>& target,
                                      int64_t resourceId,
                                      int32_t metadata);
+
+    virtual void TagMostRecentPatient(int64_t patient);
   };
 }