diff OrthancServer/Sources/Database/FindRequest.h @ 5682:fd4c5e064cbe find-refactoring

started refactoring of ServerContext::Apply()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jul 2024 11:17:34 +0200
parents 77875b51cf95
children 7c11a71927a9
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/FindRequest.h	Tue Jul 09 10:15:15 2024 +0200
+++ b/OrthancServer/Sources/Database/FindRequest.h	Tue Jul 09 11:17:34 2024 +0200
@@ -335,6 +335,11 @@
       return ordering_;
     }
 
+    void SetLabels(const std::set<std::string>& labels)
+    {
+      labels_ = labels;
+    }
+
     void AddLabel(const std::string& label)
     {
       labels_.insert(label);