Mercurial > hg > orthanc-stone
comparison Framework/Toolbox/Slice.cpp @ 113:2eca030792aa wasm
using the Orthanc Framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Sep 2017 15:32:32 +0200 |
parents | 53025eecbc95 |
children | 42c05a3baee3 |
comparison
equal
deleted
inserted
replaced
112:948f86e61e83 | 113:2eca030792aa |
---|---|
19 **/ | 19 **/ |
20 | 20 |
21 | 21 |
22 #include "Slice.h" | 22 #include "Slice.h" |
23 | 23 |
24 #include "../../Resources/Orthanc/Core/OrthancException.h" | 24 #include <Core/OrthancException.h> |
25 | 25 |
26 namespace OrthancStone | 26 namespace OrthancStone |
27 { | 27 { |
28 bool Slice::ParseOrthancFrame(const OrthancPlugins::IDicomDataset& dataset, | 28 bool Slice::ParseOrthancFrame(const OrthancPlugins::IDicomDataset& dataset, |
29 const std::string& instanceId, | 29 const std::string& instanceId, |