diff OrthancServer/Search/WildcardConstraint.cpp @ 3036:8fd203510d8b db-changes

moving LookupIdentifierQuery to the graveyard
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2018 16:27:07 +0100
parents 878b59270859
children ce272138f15e
line wrap: on
line diff
--- a/OrthancServer/Search/WildcardConstraint.cpp	Wed Dec 19 14:20:11 2018 +0100
+++ b/OrthancServer/Search/WildcardConstraint.cpp	Wed Dec 19 16:27:07 2018 +0100
@@ -34,6 +34,8 @@
 #include "../PrecompiledHeadersServer.h"
 #include "WildcardConstraint.h"
 
+#include "../../Core/Toolbox.h"
+
 #include <boost/regex.hpp>
 
 namespace Orthanc
@@ -87,12 +89,6 @@
     }
   }
 
-  void WildcardConstraint::Setup(LookupIdentifierQuery& lookup,
-                                 const DicomTag& tag) const
-  {
-    lookup.AddConstraint(tag, IdentifierConstraintType_Wildcard, pimpl_->wildcard_);
-  }
-
   std::string WildcardConstraint::Format() const
   {
     return pimpl_->wildcard_;