comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.h @ 5593:862b54b4cfe2 find-refactoring

implemented the default multi-stage find/expand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 04 May 2024 11:35:34 +0200
parents 0d433132b249
children 3f13db27b399
comparison
equal deleted inserted replaced
5592:1e2631b8b9af 5593:862b54b4cfe2
90 IStorageArea& storageArea) ORTHANC_OVERRIDE; 90 IStorageArea& storageArea) ORTHANC_OVERRIDE;
91 91
92 virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE; 92 virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE;
93 93
94 virtual const Capabilities GetDatabaseCapabilities() const ORTHANC_OVERRIDE; 94 virtual const Capabilities GetDatabaseCapabilities() const ORTHANC_OVERRIDE;
95
96 virtual bool HasIntegratedFind() const ORTHANC_OVERRIDE;
95 }; 97 };
96 } 98 }
97 99
98 #endif 100 #endif