diff OrthancServer/Search/ValueConstraint.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/ValueConstraint.cpp	Wed Dec 19 14:20:11 2018 +0100
+++ b/OrthancServer/Search/ValueConstraint.cpp	Wed Dec 19 16:27:07 2018 +0100
@@ -55,12 +55,6 @@
   }
 
 
-  void ValueConstraint::Setup(LookupIdentifierQuery& lookup,
-                              const DicomTag& tag) const
-  {
-    lookup.AddConstraint(tag, IdentifierConstraintType_Equal, value_);
-  }
-
   bool ValueConstraint::Match(const std::string& value) const
   {
     if (isCaseSensitive_)