Index: sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r7914ad8a4b8450d855fcc75855ca57b6644e9f7c --- sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h (.../MPreTreatmentAdjustRequests.h) (revision 88563177f10f20ced98750b2e40036201728131d) +++ sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h (.../MPreTreatmentAdjustRequests.h) (revision 7914ad8a4b8450d855fcc75855ca57b6644e9f7c) @@ -75,23 +75,24 @@ * * | Payload || * | || - * | #1:(U32) | \ref bloodFlowRate | - * | #2:(U32) | \ref dialysateFlowRate | - * | #3:(U32) | \ref duration | - * | #4:(U32) | \ref heparinStopTime | - * | #5:(U32) | \ref salineBolus | - * | #6:(U32) | \ref acidConcentrate | - * | #7:(U32) | \ref bicarbonateConcentrate | - * | #8:(U32) | \ref dialyzerType | - * | #9:(U32) | \ref bloodPressureMeasureInterval | - * | #10:(U32) | \ref rinsebackFlowRate | - * | #11:(S32) | \ref arterialPressureLimitLow | - * | #12:(S32) | \ref arterialPressureLimitHigh | - * | #13:(S32) | \ref venousPressureLimitLow | - * | #14:(S32) | \ref venousPressureLimitHigh | - * | #15:(F32) | \ref heparinDispensingRate | - * | #16:(F32) | \ref heparinBolusVolume | - * | #17:(F32) | \ref dialysateTemp | + * | #01:(U32) | \ref bloodFlowRate | + * | #02:(U32) | \ref dialysateFlowRate | + * | #03:(U32) | \ref duration | + * | #04:(U32) | \ref heparinStopTime | + * | #05:(U32) | \ref salineBolus | + * | #06:(U32) | \ref heparinType | + * | #07:(U32) | \ref acidConcentrate | + * | #08:(U32) | \ref bicarbonateConcentrate | + * | #09:(U32) | \ref dialyzerType | + * | #10:(U32) | \ref bloodPressureMeasureInterval | + * | #11:(U32) | \ref rinsebackFlowRate | + * | #12:(S32) | \ref arterialPressureLimitLow | + * | #13:(S32) | \ref arterialPressureLimitHigh | + * | #14:(S32) | \ref venousPressureLimitLow | + * | #15:(S32) | \ref venousPressureLimitHigh | + * | #16:(F32) | \ref heparinDispensingRate | + * | #17:(F32) | \ref heparinBolusVolume | + * | #18:(F32) | \ref dialysateTemp | * */ class MAdjustParametersValidationReq : public MModel { @@ -102,9 +103,10 @@ quint32 duration = 0; // minutes quint32 heparinStopTime = 0; // min quint32 salineBolus = 0; // mL - quint32 acidConcentrate = 0; // - quint32 bicarbonateConcentrate = 0; // - quint32 dialyzerType = 0; // + quint32 heparinType = 0; // + quint32 acidConcentrate = 0; // + quint32 bicarbonateConcentrate = 0; // + quint32 dialyzerType = 0; // quint32 bloodPressureMeasureInterval = 0; // minutes quint32 rinsebackFlowRate = 0; // mL/min qint32 arterialPressureLimitLow = 0; // mmHg @@ -124,6 +126,7 @@ duration , heparinStopTime , salineBolus , + heparinType , acidConcentrate , bicarbonateConcentrate , dialyzerType , @@ -162,7 +165,7 @@ enum Options { eCancel = 0, eConfirm = 1 - }; + }; Options requestedState = eConfirm; // coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage.