diff Framework/Radiography/RadiographyScene.h @ 587:848170ca4351 am-dev

more export functions
author Alain Mazy <alain@mazy.be>
date Tue, 23 Apr 2019 10:15:54 +0200
parents 92305ee35b1c
children fd9b9d993fc7 f0008c55e5f7
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Thu Apr 18 15:46:07 2019 +0200
+++ b/Framework/Radiography/RadiographyScene.h	Tue Apr 23 10:15:54 2019 +0200
@@ -310,6 +310,14 @@
                                     ImageInterpolation interpolation,
                                     bool usePam);
 
+    Orthanc::Image* ExportToCreateDicomRequestAndImage(Json::Value& createDicomRequestContent,
+                                                       const Json::Value& dicomTags,
+                                                       const std::string& parentOrthancId,
+                                                       double pixelSpacingX,
+                                                       double pixelSpacingY,
+                                                       bool invert,
+                                                       ImageInterpolation interpolation);
+
     Orthanc::Image* ExportToImage(double pixelSpacingX,
                                   double pixelSpacingY,
                                   ImageInterpolation interpolation)