Index: sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h =================================================================== diff -u -r7914ad8a4b8450d855fcc75855ca57b6644e9f7c -r80250cfdbe58a3df17950d342212f155d52d3971 --- sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h (.../MPreTreatmentAdjustRequests.h) (revision 7914ad8a4b8450d855fcc75855ca57b6644e9f7c) +++ sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h (.../MPreTreatmentAdjustRequests.h) (revision 80250cfdbe58a3df17950d342212f155d52d3971) @@ -80,10 +80,10 @@ * | #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 | + * | #06:(U32) | \ref acidConcentrate | + * | #07:(U32) | \ref bicarbonateConcentrate | + * | #08:(U32) | \ref dialyzerType | + * | #09:(U32) | \ref heparinType | * | #10:(U32) | \ref bloodPressureMeasureInterval | * | #11:(U32) | \ref rinsebackFlowRate | * | #12:(S32) | \ref arterialPressureLimitLow | @@ -103,10 +103,10 @@ quint32 duration = 0; // minutes quint32 heparinStopTime = 0; // min quint32 salineBolus = 0; // mL - quint32 heparinType = 0; // quint32 acidConcentrate = 0; // quint32 bicarbonateConcentrate = 0; // quint32 dialyzerType = 0; // + quint32 heparinType = 0; // quint32 bloodPressureMeasureInterval = 0; // minutes quint32 rinsebackFlowRate = 0; // mL/min qint32 arterialPressureLimitLow = 0; // mmHg @@ -126,10 +126,10 @@ duration , heparinStopTime , salineBolus , - heparinType , acidConcentrate , bicarbonateConcentrate , dialyzerType , + heparinType , bloodPressureMeasureInterval , rinsebackFlowRate , arterialPressureLimitLow ,