diff OrthancServer/OrthancRestApi/OrthancRestResources.cpp @ 2876:ae8e72009e64

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Oct 2018 20:09:35 +0200
parents 7133ad478eea
children ae20fccdd867
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestResources.cpp	Tue Oct 09 16:44:28 2018 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestResources.cpp	Tue Oct 09 20:09:35 2018 +0200
@@ -1334,9 +1334,10 @@
                                  request["Query"][members[i]].asString(),
                                  caseSensitive);
       }
-      
+
+      bool isComplete;
       std::list<std::string> resources;
-      context.Apply(resources, query, since, limit);
+      context.Apply(isComplete, resources, query, since, limit);
       AnswerListOfResources(call.GetOutput(), context.GetIndex(),
                             resources, query.GetLevel(), expand);
     }