Index: sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rcf61c7736f11f4b75a4e2df803f29bdc7769db53 --- sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h (.../MPreTreatmentAdjustParametersValidationResponse.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustParametersValidationResponse.h (.../MPreTreatmentAdjustParametersValidationResponse.h) (revision cf61c7736f11f4b75a4e2df803f29bdc7769db53) @@ -36,24 +36,23 @@ * | Payload || * | || * | #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::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 | - * | #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 | + * | #02:(U32) | \ref Data::mBloodFlowRate | + * | #03:(U32) | \ref Data::mDialysateFlowRate | + * | #04:(U32) | \ref Data::mDuration | + * | #05:(U32) | \ref Data::mHeparinStopTime | + * | #06:(U32) | \ref Data::mSalineBolus | + * | #07:(U32) | \ref Data::mAcidConcentrate | + * | #08:(U32) | \ref Data::mBicarbonateConcentrate | + * | #09:(U32) | \ref Data::mDialyzerType | + * | #10:(U32) | \ref Data::mHeparinType | + * | #11:(U32) | \ref Data::mBloodPressureMeasureInterval | + * | #12:(U32) | \ref Data::mRinsebackFlowRate | + * | #13:(U32) | \ref Data::mArterialPressureLimitWindow | + * | #14:(U32) | \ref Data::mVenousPressureLimitWindow | + * | #15:(U32) | \ref Data::mVenousPressureLimitAsymtrc | + * | #16:(U32) | \ref Data::mHeparinDispensingRate | + * | #17:(U32) | \ref Data::mHeparinBolusVolume | + * | #18:(U32) | \ref Data::mDialysateTemp | * * \sa Data * @@ -73,24 +72,23 @@ struct { Types::U32 mAccepted ; - 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 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) - 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) + Types::U32 mBloodFlowRate ; ///< User set blood flow rate (in mL/min) + Types::U32 mDialysateFlowRate ; ///< User set dialysate flow rate (in mL/min) + Types::U32 mDuration ; ///< User set treatment duration (in min) + Types::U32 mHeparinStopTime ; ///< User set heparin pre-stop time (in min) + Types::U32 mSalineBolus ; ///< User set saline bolus volume (in mL) + Types::U32 mAcidConcentrate ; ///< User set acid concentrate option + Types::U32 mBicarbonateConcentrate ; ///< User set bicarbonate concentrate option + Types::U32 mDialyzerType ; ///< User set dialyzer type option + Types::U32 mHeparinType ; ///< User set heparin type option + Types::U32 mBloodPressureMeasureInterval ; ///< User set blood pressure measurement interval (in min) + Types::U32 mRinsebackFlowRate ; ///< User set rinseback flow rate (in mL/min) + Types::U32 mArterialPressureLimitWindow ; ///< User set window alarm limit for arterial pressure (in mmHg) + Types::U32 mVenousPressureLimitWindow ; ///< User set window alarm limit for venous pressure (in mmHg) + Types::U32 mVenousPressureLimitAsymtrc ; ///< User set asymtrc alarm limit for venous pressure (in mmHg) + Types::U32 mHeparinDispensingRate ; ///< User set heparin dispense rate (in mL/hr) + Types::U32 mHeparinBolusVolume ; ///< User set heparin bolus volume (in mL) + Types::U32 mDialysateTemp ; ///< User set dialysate temperature (in deg C) } _data; public: @@ -101,24 +99,23 @@ struct Data { quint32 mAccepted = 0; - quint32 bloodFlowRate = 0; - quint32 dialysateFlowRate = 0; - quint32 duration = 0; - quint32 heparinStopTime = 0; - quint32 salineBolus = 0; - quint32 acidConcentrate = 0; - quint32 bicarbonateConcentrate = 0; - quint32 dialyzerType = 0; - quint32 heparinType = 0; - quint32 bloodPressureMeasureInterval = 0; - quint32 rinsebackFlowRate = 0; - quint32 arterialPressureLimitLow = 0; - quint32 arterialPressureLimitHigh = 0; - quint32 venousPressureLimitLow = 0; - quint32 venousPressureLimitHigh = 0; - quint32 heparinDispensingRate = 0; - quint32 heparinBolusVolume = 0; - quint32 dialysateTemp = 0; + quint32 mBloodFlowRate = 0; + quint32 mDialysateFlowRate = 0; + quint32 mDuration = 0; + quint32 mHeparinStopTime = 0; + quint32 mSalineBolus = 0; + quint32 mAcidConcentrate = 0; + quint32 mBicarbonateConcentrate = 0; + quint32 mDialyzerType = 0; + quint32 mHeparinType = 0; + quint32 mBloodPressureMeasureInterval = 0; + quint32 mRinsebackFlowRate = 0; + quint32 mArterialPressureLimitWindow = 0; + quint32 mVenousPressureLimitWindow = 0; + quint32 mVenousPressureLimitAsymtrc = 0; + quint32 mHeparinDispensingRate = 0; + quint32 mHeparinBolusVolume = 0; + quint32 mDialysateTemp = 0; }; MAdjustParametersValidationResponse () {}