comparison 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
comparison
equal deleted inserted replaced
426:660fe6f6bf4a 427:3f9017db1738
153 bool invert, 153 bool invert,
154 ImageInterpolation interpolation, 154 ImageInterpolation interpolation,
155 bool usePam); 155 bool usePam);
156 156
157 // temporary version used by VSOL because we need to send the same request at another url 157 // temporary version used by VSOL because we need to send the same request at another url
158 void Export(Json::Value& createDicomRequestContent, 158 void ExportToCreateDicomRequest(Json::Value& createDicomRequestContent,
159 const Orthanc::DicomMap& dicom, 159 const Orthanc::DicomMap& dicom,
160 double pixelSpacingX, 160 double pixelSpacingX,
161 double pixelSpacingY, 161 double pixelSpacingY,
162 bool invert, 162 bool invert,
163 ImageInterpolation interpolation, 163 ImageInterpolation interpolation,
164 bool usePam); 164 bool usePam);
165
166 // temporary version used by VSOL
167 void ExportToJson(Json::Value& output);
165 }; 168 };
166 } 169 }