diff OrthancServer/Search/RangeConstraint.h @ 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/RangeConstraint.h	Wed Dec 19 14:20:11 2018 +0100
+++ b/OrthancServer/Search/RangeConstraint.h	Wed Dec 19 16:27:07 2018 +0100
@@ -61,9 +61,6 @@
       return new RangeConstraint(*this);
     }
 
-    virtual void Setup(LookupIdentifierQuery& lookup,
-                       const DicomTag& tag) const;
-
     virtual bool Match(const std::string& value) const;
 
     virtual std::string Format() const