Mercurial > hg > orthanc
comparison OrthancServer/DefaultDicomImageDecoder.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 | a3a65de1840f |
children | 878b59270859 |
comparison
equal
deleted
inserted
replaced
2381:b8969010b534 | 2382:7284093111b0 |
---|---|
32 | 32 |
33 | 33 |
34 #pragma once | 34 #pragma once |
35 | 35 |
36 #include "IDicomImageDecoder.h" | 36 #include "IDicomImageDecoder.h" |
37 #include "ParsedDicomFile.h" | 37 #include "../Core/DicomParsing/ParsedDicomFile.h" |
38 #include "Internals/DicomImageDecoder.h" | 38 #include "../Core/DicomParsing/Internals/DicomImageDecoder.h" |
39 | 39 |
40 namespace Orthanc | 40 namespace Orthanc |
41 { | 41 { |
42 class DefaultDicomImageDecoder : public IDicomImageDecoder | 42 class DefaultDicomImageDecoder : public IDicomImageDecoder |
43 { | 43 { |