diff Framework/Radiography/RadiographyScene.h @ 483:29fc066b6f65 am-touch-events

Export now accepts Json::Value
author am@osimis.io
date Fri, 15 Feb 2019 10:39:23 +0100
parents 159a465e27bd
children 7bf001b9d244
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Thu Feb 14 16:23:59 2019 +0100
+++ b/Framework/Radiography/RadiographyScene.h	Fri Feb 15 10:39:23 2019 +0100
@@ -204,6 +204,15 @@
                      ImageInterpolation interpolation,
                      bool usePam);
 
+    void ExportDicom(OrthancApiClient& orthanc,
+                     const Json::Value& dicomTags,
+                     const std::string& parentOrthancId,
+                     double pixelSpacingX,
+                     double pixelSpacingY,
+                     bool invert,
+                     ImageInterpolation interpolation,
+                     bool usePam);
+
     Orthanc::Image* ExportToImage(double pixelSpacingX,
                                   double pixelSpacingY,
                                   ImageInterpolation interpolation)