comparison OrthancServer/Search/HierarchicalMatcher.h @ 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 de1ba22fd28a
children 878b59270859
comparison
equal deleted inserted replaced
2381:b8969010b534 2382:7284093111b0
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "../../Core/DicomFormat/DicomMap.h"
37 #include "IFindConstraint.h" 36 #include "IFindConstraint.h"
38 #include "../ParsedDicomFile.h" 37 #include "../../Core/DicomParsing/ParsedDicomFile.h"
39 38
40 class DcmItem; 39 class DcmItem;
41 40
42 namespace Orthanc 41 namespace Orthanc
43 { 42 {