diff OrthancServer/Sources/OrthancConfiguration.h @ 4977:dad71e6da406 more-tags

pre-filtering studies without ModalitiesInStudies first
author Alain Mazy <am@osimis.io>
date Wed, 20 Apr 2022 11:32:31 +0200
parents f377d5643538
children 877bc3b96476
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancConfiguration.h	Wed Apr 13 14:58:58 2022 +0200
+++ b/OrthancServer/Sources/OrthancConfiguration.h	Wed Apr 20 11:32:31 2022 +0200
@@ -27,6 +27,7 @@
 #include "../../OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h"
 
 #include <OrthancServerResources.h>
+#include "ServerEnumerations.h"
 
 #include <boost/filesystem.hpp>
 #include <boost/thread/shared_mutex.hpp>
@@ -44,13 +45,6 @@
   class ServerIndex;
   class TemporaryFile;
 
-  enum Warnings
-  {
-    Warnings_None,
-    Warnings_001_TagsBeingReadFromStorage,
-    Warnings_002_InconsistentDicomTagsInDb,
-  };
-
 
   class OrthancConfiguration : public boost::noncopyable
   {