Mercurial > hg > orthanc
comparison OrthancServer/Search/IFindConstraint.cpp @ 2382:7284093111b0
big reorganization to cleanly separate framework vs. server
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Aug 2017 21:17:35 +0200 |
parents | a3a65de1840f |
children | 878b59270859 |
comparison
equal
deleted
inserted
replaced
2381:b8969010b534 | 2382:7284093111b0 |
---|---|
37 #include "ListConstraint.h" | 37 #include "ListConstraint.h" |
38 #include "RangeConstraint.h" | 38 #include "RangeConstraint.h" |
39 #include "ValueConstraint.h" | 39 #include "ValueConstraint.h" |
40 #include "WildcardConstraint.h" | 40 #include "WildcardConstraint.h" |
41 | 41 |
42 #include "../FromDcmtkBridge.h" | 42 #include "../../Core/DicomParsing/FromDcmtkBridge.h" |
43 #include "../../Core/OrthancException.h" | 43 #include "../../Core/OrthancException.h" |
44 | 44 |
45 namespace Orthanc | 45 namespace Orthanc |
46 { | 46 { |
47 IFindConstraint* IFindConstraint::ParseDicomConstraint(const DicomTag& tag, | 47 IFindConstraint* IFindConstraint::ParseDicomConstraint(const DicomTag& tag, |