diff Framework/Radiography/RadiographyScene.h @ 605:7a7e36c52d62

Merged am-dev into default
author Alain Mazy <am@osimis.io>
date Mon, 29 Apr 2019 15:24:59 +0200
parents 848170ca4351
children fd9b9d993fc7 f0008c55e5f7
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Mon Apr 29 15:24:47 2019 +0200
+++ b/Framework/Radiography/RadiographyScene.h	Mon Apr 29 15:24:59 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)