Index: sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h =================================================================== diff -u -r7914ad8a4b8450d855fcc75855ca57b6644e9f7c -r80250cfdbe58a3df17950d342212f155d52d3971 --- sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h (.../MPreTreatmentAdjustParametersValidationResponse.h) (revision 7914ad8a4b8450d855fcc75855ca57b6644e9f7c) +++ sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h (.../MPreTreatmentAdjustParametersValidationResponse.h) (revision 80250cfdbe58a3df17950d342212f155d52d3971) @@ -41,10 +41,10 @@ * | #04:(U32) | \ref Data::duration | * | #05:(U32) | \ref Data::heparinStopTime | * | #06:(U32) | \ref Data::salineBolus | - * | #07:(U32) | \ref Data::heparinType | - * | #08:(U32) | \ref Data::acidConcentrate | - * | #09:(U32) | \ref Data::bicarbonateConcentrate | - * | #10:(U32) | \ref Data::dialyzerType | + * | #07:(U32) | \ref Data::acidConcentrate | + * | #08:(U32) | \ref Data::bicarbonateConcentrate | + * | #09:(U32) | \ref Data::dialyzerType | + * | #10:(U32) | \ref Data::heparinType | * | #11:(U32) | \ref Data::bloodPressureMeasureInterval | * | #12:(U32) | \ref Data::rinsebackFlowRate | * | #13:(U32) | \ref Data::arterialPressureLimitLow | @@ -78,10 +78,10 @@ Types::U32 duration ; ///< User set treatment duration (in min) Types::U32 heparinStopTime ; ///< User set heparin pre-stop time (in min) Types::U32 salineBolus ; ///< User set saline bolus volume (in mL) - Types::U32 heparinType ; ///< User set heparin type option Types::U32 acidConcentrate ; ///< User set acid concentrate option Types::U32 bicarbonateConcentrate ; ///< User set bicarbonate concentrate option Types::U32 dialyzerType ; ///< User set dialyzer type option + Types::U32 heparinType ; ///< User set heparin type option Types::U32 bloodPressureMeasureInterval ; ///< User set blood pressure measurement interval (in min) Types::U32 rinsebackFlowRate ; ///< User set rinseback flow rate (in mL/min) Types::U32 arterialPressureLimitLow ; ///< User set lower alarm limit for arterial pressure (in mmHg) @@ -106,10 +106,10 @@ quint32 duration = 0; quint32 heparinStopTime = 0; quint32 salineBolus = 0; - quint32 heparinType = 0; quint32 acidConcentrate = 0; quint32 bicarbonateConcentrate = 0; quint32 dialyzerType = 0; + quint32 heparinType = 0; quint32 bloodPressureMeasureInterval = 0; quint32 rinsebackFlowRate = 0; quint32 arterialPressureLimitLow = 0;