comparison 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
comparison
equal deleted inserted replaced
89:3f917ed95daf 90:e61587582cef
94 94
95 virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType) 95 virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType)
96 ORTHANC_OVERRIDE; 96 ORTHANC_OVERRIDE;
97 97
98 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE; 98 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
99
100 virtual void TagMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE;
99 }; 101 };
100 } 102 }