Index: sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r7914ad8a4b8450d855fcc75855ca57b6644e9f7c --- sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h (.../MPreTreatmentAdjustParametersValidationResponse.h) (revision 88563177f10f20ced98750b2e40036201728131d) +++ sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h (.../MPreTreatmentAdjustParametersValidationResponse.h) (revision 7914ad8a4b8450d855fcc75855ca57b6644e9f7c) @@ -35,24 +35,25 @@ * * | Payload || * | || - * | #1:(U32) | \ref Data::mAccepted | - * | #2:(U32) | \ref Data::bloodFlowRate | - * | #3:(U32) | \ref Data::dialysateFlowRate | - * | #4:(U32) | \ref Data::duration | - * | #5:(U32) | \ref Data::heparinStopTime | - * | #6:(U32) | \ref Data::salineBolus | - * | #7:(U32) | \ref Data::acidConcentrate | - * | #8:(U32) | \ref Data::bicarbonateConcentrate | - * | #9:(U32) | \ref Data::dialyzerType | - * | #10:(U32) | \ref Data::bloodPressureMeasureInterval | - * | #11:(U32) | \ref Data::rinsebackFlowRate | - * | #12:(U32) | \ref Data::arterialPressureLimitLow | - * | #13:(U32) | \ref Data::arterialPressureLimitHigh | - * | #14:(U32) | \ref Data::venousPressureLimitLow | - * | #15:(U32) | \ref Data::venousPressureLimitHigh | - * | #16:(U32) | \ref Data::heparinDispensingRate | - * | #17:(U32) | \ref Data::heparinBolusVolume | - * | #18:(U32) | \ref Data::dialysateTemp | + * | #01:(U32) | \ref Data::mAccepted | + * | #02:(U32) | \ref Data::bloodFlowRate | + * | #03:(U32) | \ref Data::dialysateFlowRate | + * | #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 | + * | #11:(U32) | \ref Data::bloodPressureMeasureInterval | + * | #12:(U32) | \ref Data::rinsebackFlowRate | + * | #13:(U32) | \ref Data::arterialPressureLimitLow | + * | #14:(U32) | \ref Data::arterialPressureLimitHigh | + * | #15:(U32) | \ref Data::venousPressureLimitLow | + * | #16:(U32) | \ref Data::venousPressureLimitHigh | + * | #17:(U32) | \ref Data::heparinDispensingRate | + * | #18:(U32) | \ref Data::heparinBolusVolume | + * | #19:(U32) | \ref Data::dialysateTemp | * * \sa Data * @@ -72,23 +73,24 @@ struct { Types::U32 mAccepted ; - Types::U32 bloodFlowRate ; - Types::U32 dialysateFlowRate ; - Types::U32 duration ; - Types::U32 heparinStopTime ; - Types::U32 salineBolus ; - Types::U32 acidConcentrate ; - Types::U32 bicarbonateConcentrate ; - Types::U32 dialyzerType ; - Types::U32 bloodPressureMeasureInterval ; - Types::U32 rinsebackFlowRate ; - Types::U32 arterialPressureLimitLow ; - Types::U32 arterialPressureLimitHigh ; - Types::U32 venousPressureLimitLow ; - Types::U32 venousPressureLimitHigh ; - Types::U32 heparinDispensingRate ; - Types::U32 heparinBolusVolume ; - Types::U32 dialysateTemp ; + Types::U32 bloodFlowRate ; ///< User set blood flow rate (in mL/min) + Types::U32 dialysateFlowRate ; ///< User set dialysate flow rate (in mL/min) + 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 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) + Types::U32 arterialPressureLimitHigh ; ///< User set upper alarm limit for arterial pressure (in mmHg) + Types::U32 venousPressureLimitLow ; ///< User set lower alarm limit for venous pressure (in mmHg) + Types::U32 venousPressureLimitHigh ; ///< User set upper alarm limit for venous pressure (in mmHg) + Types::U32 heparinDispensingRate ; ///< User set heparin dispense rate (in mL/hr) + Types::U32 heparinBolusVolume ; ///< User set heparin bolus volume (in mL) + Types::U32 dialysateTemp ; ///< User set dialysate temperature (in deg C) } _data; public: @@ -104,6 +106,7 @@ quint32 duration = 0; quint32 heparinStopTime = 0; quint32 salineBolus = 0; + quint32 heparinType = 0; quint32 acidConcentrate = 0; quint32 bicarbonateConcentrate = 0; quint32 dialyzerType = 0;