comparison OrthancServer/Sources/Database/FindRequest.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 8b32213af23e
children 1e2631b8b9af
comparison
equal deleted inserted replaced
5590:8b32213af23e 5591:043c8016ed6a
21 21
22 22
23 #pragma once 23 #pragma once
24 24
25 #include "../../../OrthancFramework/Sources/DicomFormat/DicomTag.h" 25 #include "../../../OrthancFramework/Sources/DicomFormat/DicomTag.h"
26 #include "../Search/DatabaseConstraint.h"
27 #include "../Search/DicomTagConstraint.h"
28 #include "../Search/ISqlLookupFormatter.h"
26 #include "../ServerEnumerations.h" 29 #include "../ServerEnumerations.h"
27 #include "OrthancIdentifiers.h" 30 #include "OrthancIdentifiers.h"
28 #include "../Search/DicomTagConstraint.h"
29 #include "../Search/LabelsConstraint.h"
30 #include "../Search/DatabaseConstraint.h"
31 31
32 #include <deque> 32 #include <deque>
33 #include <map> 33 #include <map>
34 #include <set> 34 #include <set>
35 #include <cassert> 35 #include <cassert>