diff OrthancServer/ServerIndex.h @ 3090:31244604f617 db-changes

starting optimization of SeriesIndex::GetSeriesStatus()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jan 2019 12:17:30 +0100
parents 74e3e48aa9bd
children 2e1808b6146a
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Sat Jan 05 11:39:31 2019 +0100
+++ b/OrthancServer/ServerIndex.h	Sat Jan 05 12:17:30 2019 +0100
@@ -127,6 +127,9 @@
                          const DatabaseLookup& source,
                          ResourceType level) const;
 
+    SeriesStatus GetSeriesStatus(int64_t id,
+                                 int64_t expectedNumberOfInstances);
+
   public:
     ServerIndex(ServerContext& context,
                 IDatabaseWrapper& database,