diff Framework/Toolbox/ISeriesLoader.h @ 32:517c46f527cd

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2016 11:00:23 +0100
parents 9aace933cb64
children 7207a407bcd8
line wrap: on
line diff
--- a/Framework/Toolbox/ISeriesLoader.h	Fri Dec 16 15:41:20 2016 +0100
+++ b/Framework/Toolbox/ISeriesLoader.h	Mon Dec 19 11:00:23 2016 +0100
@@ -36,6 +36,7 @@
 
 #include "IThreadSafety.h"
 #include "../../Resources/Orthanc/Core/Images/ImageAccessor.h"
+#include "../../Resources/Orthanc/Plugins/Samples/Common/IDicomDataset.h"
 
 namespace OrthancStone
 {
@@ -51,7 +52,7 @@
 
     virtual unsigned int GetHeight() = 0;
 
-    virtual DicomDataset* DownloadDicom(size_t index) = 0;
+    virtual OrthancPlugins::IDicomDataset* DownloadDicom(size_t index) = 0;
 
     // This downloads the frame from Orthanc. The resulting pixel
     // format must be Grayscale8, Grayscale16, SignedGrayscale16 or