diff Framework/Radiography/RadiographyScene.h @ 427:3f9017db1738 am-vsol-upgrade-radiography-export

wip
author am@osimis.io
date Fri, 23 Nov 2018 16:06:23 +0100
parents 660fe6f6bf4a
children b85f635f1eb5
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Thu Nov 22 23:15:24 2018 +0100
+++ b/Framework/Radiography/RadiographyScene.h	Fri Nov 23 16:06:23 2018 +0100
@@ -155,12 +155,15 @@
                      bool usePam);
 
     // temporary version used by VSOL because we need to send the same request at another url
-    void Export(Json::Value& createDicomRequestContent,
+    void ExportToCreateDicomRequest(Json::Value& createDicomRequestContent,
                 const Orthanc::DicomMap& dicom,
                 double pixelSpacingX,
                 double pixelSpacingY,
                 bool invert,
                 ImageInterpolation interpolation,
                 bool usePam);
+
+    // temporary version used by VSOL
+    void ExportToJson(Json::Value& output);
   };
 }