Mercurial > hg > orthanc-stone
comparison OrthancStone/Sources/Toolbox/ParsedDicomDataset.h @ 1564:e731e62692a9
upgrading Orthanc framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Sep 2020 15:18:21 +0200 |
parents | 244ad1e4e76a |
children | 85e117739eca |
comparison
equal
deleted
inserted
replaced
1563:e0045462a25c | 1564:e731e62692a9 |
---|---|
21 | 21 |
22 #pragma once | 22 #pragma once |
23 | 23 |
24 #include "OrthancDatasets/IDicomDataset.h" | 24 #include "OrthancDatasets/IDicomDataset.h" |
25 | 25 |
26 #include <Compatibility.h> // For ORTHANC_OVERRIDE | |
26 #include <DicomParsing/ParsedDicomFile.h> | 27 #include <DicomParsing/ParsedDicomFile.h> |
27 | 28 |
28 namespace OrthancStone | 29 namespace OrthancStone |
29 { | 30 { |
30 class ParsedDicomDataset : public IDicomDataset | 31 class ParsedDicomDataset : public IDicomDataset |