diff OrthancServer/Sources/Database/BaseDatabaseWrapper.h @ 5553:28cc06e4859a large-queries

Added ExtendedApiV1: /changes
author Alain Mazy <am@orthanc.team>
date Thu, 11 Apr 2024 19:02:20 +0200
parents bbe45a71f5cd
children 3765085693e5
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/BaseDatabaseWrapper.h	Fri Mar 29 23:23:01 2024 +0100
+++ b/OrthancServer/Sources/Database/BaseDatabaseWrapper.h	Thu Apr 11 19:02:20 2024 +0200
@@ -46,6 +46,14 @@
                                           int64_t& instancesCount,
                                           int64_t& compressedSize,
                                           int64_t& uncompressedSize) ORTHANC_OVERRIDE;
+
+      virtual void GetChanges2(std::list<ServerIndexChange>& target /*out*/,
+                               bool& done /*out*/,
+                               int64_t since,
+                               int64_t to,
+                               uint32_t limit,
+                               ChangeType filterType) ORTHANC_OVERRIDE;
+
     };
 
     virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE;