Index: sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h =================================================================== diff -u -r11c9e7b76125f24a08ed6c66175af20025ac5458 -r3d693a4edea8154d2ebdb55dbd9e93c1b743341a --- sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h (.../MPreTreatmentAdjustRequests.h) (revision 11c9e7b76125f24a08ed6c66175af20025ac5458) +++ sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h (.../MPreTreatmentAdjustRequests.h) (revision 3d693a4edea8154d2ebdb55dbd9e93c1b743341a) @@ -72,23 +72,23 @@ * * | Payload || * | || - * | #01:(U32) | \ref mTreatmentModality | - * | #02:(U32) | \ref mHDFTreatmentMode | - * | #03:(U32) | \ref mBloodFlowRate | - * | #04:(U32) | \ref mDialysateFlowRate | - * | #05:(U32) | \ref mTreatmentDuration | - * | #06:(U32) | \ref mHeparinDeliveryDuration | - * | #07:(U32) | \ref mHeparinType | - * | #08:(U32) | \ref mDryBicarbCartSize | - * | #09:(U32) | \ref mSodium | - * | #10:(U32) | \ref mBicarbonate | - * | #11:(U32) | \ref mDialyzerType | - * | #12:(U32) | \ref mFluidBolusVolume | - * | #13:(U32) | \ref mBloodPressureMeasureInterval | - * | #14:(U32) | \ref mRinsebackVolume | - * | #15:(U32) | \ref mHepatitusBStatus | - * | #16:(U32) | \ref mAcidConcentrateIndex | - * | #17:(U32) | \ref mFinalConfirmation | + * | #01:(U32) | \ref mFinalConfirmation | + * | #02:(U32) | \ref mTreatmentModality | + * | #03:(U32) | \ref mHDFTreatmentMode | + * | #04:(U32) | \ref mBloodFlowRate | + * | #05:(U32) | \ref mDialysateFlowRate | + * | #06:(U32) | \ref mTreatmentDuration | + * | #07:(U32) | \ref mHeparinDeliveryDuration | + * | #08:(U32) | \ref mHeparinType | + * | #09:(U32) | \ref mDryBicarbCartSize | + * | #10:(U32) | \ref mSodium | + * | #11:(U32) | \ref mBicarbonate | + * | #12:(U32) | \ref mDialyzerType | + * | #13:(U32) | \ref mFluidBolusVolume | + * | #14:(U32) | \ref mBloodPressureMeasureInterval | + * | #15:(U32) | \ref mRinsebackVolume | + * | #16:(U32) | \ref mHepatitusBStatus | + * | #17:(U32) | \ref mAcidConcentrateIndex | * | #18:(F32) | \ref mSubstitutionFluidVolume | * | #19:(F32) | \ref mHeparinBolusVolume | * | #20:(F32) | \ref mHeparinDispensingRate | @@ -102,6 +102,7 @@ */ class MAdjustParametersValidationReq : public MModel { public: + quint32 mFinalConfirmation = 0; // flag quint32 mTreatmentModality = 0; // quint32 mHDFTreatmentMode = 0; // quint32 mBloodFlowRate = 0; // mL/min @@ -118,7 +119,6 @@ quint32 mRinsebackVolume = 0; // mL quint32 mHepatitusBStatus = 0; // quint32 mAcidConcentrateIndex = 0; // - quint32 mFinalConfirmation = 0; // flag float mSubstitutionFluidVolume = 0; // L float mHeparinBolusVolume = 0; // mL float mHeparinDispensingRate = 0; // mL/hr @@ -130,6 +130,7 @@ QString toString() { return toString({ + mFinalConfirmation , mTreatmentModality , mHDFTreatmentMode , mBloodFlowRate , @@ -146,7 +147,6 @@ mRinsebackVolume , mHepatitusBStatus , mAcidConcentrateIndex , - mFinalConfirmation , mSubstitutionFluidVolume , mHeparinBolusVolume , mHeparinDispensingRate ,