diff OrthancServer/Sources/Search/ISqlLookupFormatter.h @ 5591:043c8016ed6a find-refactoring

removing standalone OrthancServer/Sources/Search/LabelsConstraint.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 May 2024 18:30:29 +0200
parents b0b5546f1b9f
children 3f13db27b399
line wrap: on
line diff
--- a/OrthancServer/Sources/Search/ISqlLookupFormatter.h	Fri May 03 18:17:53 2024 +0200
+++ b/OrthancServer/Sources/Search/ISqlLookupFormatter.h	Fri May 03 18:30:29 2024 +0200
@@ -24,7 +24,6 @@
 
 #if ORTHANC_BUILDING_SERVER_LIBRARY == 1
 #  include "../../../OrthancFramework/Sources/Enumerations.h"
-#  include "../Search/LabelsConstraint.h"
 #else
 #  include <Enumerations.h>
 #endif
@@ -35,7 +34,14 @@
 namespace Orthanc
 {
   class DatabaseConstraint;
-  
+
+  enum LabelsConstraint
+  {
+    LabelsConstraint_All,
+    LabelsConstraint_Any,
+    LabelsConstraint_None
+  };
+
   // This class is also used by the "orthanc-databases" project
   class ISqlLookupFormatter : public boost::noncopyable
   {