diff Framework/Radiography/RadiographyScene.h @ 484:7bf001b9d244 am-touch-events

re-added ExportToCreateDicomRequest
author Alain Mazy <alain@mazy.be>
date Fri, 15 Feb 2019 11:08:44 +0100
parents 29fc066b6f65
children aede9b042cb7
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Fri Feb 15 10:39:23 2019 +0100
+++ b/Framework/Radiography/RadiographyScene.h	Fri Feb 15 11:08:44 2019 +0100
@@ -213,11 +213,20 @@
                      ImageInterpolation interpolation,
                      bool usePam);
 
+    void ExportToCreateDicomRequest(Json::Value& createDicomRequestContent,
+                                    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)
     {
-      ExportToImage(pixelSpacingX, pixelSpacingY, interpolation, false, 0);
+      return ExportToImage(pixelSpacingX, pixelSpacingY, interpolation, false, 0);
     }
 
     Orthanc::Image* ExportToImage(double pixelSpacingX,