diff OrthancServer/Search/IFindConstraint.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/IFindConstraint.h	Wed Dec 19 14:20:11 2018 +0100
+++ b/OrthancServer/Search/IFindConstraint.h	Wed Dec 19 16:27:07 2018 +0100
@@ -33,7 +33,9 @@
 
 #pragma once
 
-#include "LookupIdentifierQuery.h"
+#include "../../Core/DicomFormat/DicomTag.h"
+
+#include <boost/noncopyable.hpp>
 
 namespace Orthanc
 {
@@ -46,9 +48,6 @@
 
     virtual IFindConstraint* Clone() const = 0;
 
-    virtual void Setup(LookupIdentifierQuery& lookup,
-                       const DicomTag& tag) const = 0;
-
     virtual bool Match(const std::string& value) const = 0;
 
     virtual std::string Format() const = 0;