Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
4976:03632ed1eb67 | 4977:dad71e6da406 |
---|---|
25 #include "../../OrthancFramework/Sources/Images/FontRegistry.h" | 25 #include "../../OrthancFramework/Sources/Images/FontRegistry.h" |
26 #include "../../OrthancFramework/Sources/WebServiceParameters.h" | 26 #include "../../OrthancFramework/Sources/WebServiceParameters.h" |
27 #include "../../OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h" | 27 #include "../../OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h" |
28 | 28 |
29 #include <OrthancServerResources.h> | 29 #include <OrthancServerResources.h> |
30 #include "ServerEnumerations.h" | |
30 | 31 |
31 #include <boost/filesystem.hpp> | 32 #include <boost/filesystem.hpp> |
32 #include <boost/thread/shared_mutex.hpp> | 33 #include <boost/thread/shared_mutex.hpp> |
33 #include <boost/thread/lock_types.hpp> | 34 #include <boost/thread/lock_types.hpp> |
34 #include <set> | 35 #include <set> |
41 class DicomTag; | 42 class DicomTag; |
42 class HttpServer; | 43 class HttpServer; |
43 class ParsedDicomFile; | 44 class ParsedDicomFile; |
44 class ServerIndex; | 45 class ServerIndex; |
45 class TemporaryFile; | 46 class TemporaryFile; |
46 | |
47 enum Warnings | |
48 { | |
49 Warnings_None, | |
50 Warnings_001_TagsBeingReadFromStorage, | |
51 Warnings_002_InconsistentDicomTagsInDb, | |
52 }; | |
53 | 47 |
54 | 48 |
55 class OrthancConfiguration : public boost::noncopyable | 49 class OrthancConfiguration : public boost::noncopyable |
56 { | 50 { |
57 private: | 51 private: |