comparison PostgreSQL/Plugins/PostgreSQLIndex.h @ 209:13a3863df7fa

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Mar 2021 17:01:38 +0100
parents 42990b2dd51b
children 61c309e06797
comparison
equal deleted inserted replaced
208:696bc0c9fddb 209:13a3863df7fa
91 const char* hashSeries, 91 const char* hashSeries,
92 const char* hashInstance) 92 const char* hashInstance)
93 ORTHANC_OVERRIDE; 93 ORTHANC_OVERRIDE;
94 #endif 94 #endif
95 95
96 virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType) 96 virtual uint64_t GetResourcesCount(OrthancPluginResourceType resourceType) ORTHANC_OVERRIDE;
97 ORTHANC_OVERRIDE;
98 97
99 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE; 98 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
100 99
101 virtual void TagMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE; 100 virtual void TagMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE;
102 }; 101 };