Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -r79a6cfcb10472261f3ec26eaf0baf6f1245cd311 -rd058eb89be720f349c507886dbd120fb7a775dfb --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision 79a6cfcb10472261f3ec26eaf0baf6f1245cd311) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision d058eb89be720f349c507886dbd120fb7a775dfb) @@ -81,43 +81,43 @@ static constexpr quint32 bloodFlowRate_Min = 100 ; // PRS 30 static constexpr quint32 bloodFlowRate_Max = 500 ; // PRS 30 static constexpr quint32 bloodFlowRate_Res = 25 ; // PRS 30 - static constexpr quint32 bloodFlowRate_Def = bloodFlowRate_Min ; // PRS 30 + static constexpr quint32 bloodFlowRate_Def = 100 ; // PRS 30 // mL/min static constexpr quint32 dialysateFlowRate_Min = 100 ; // PRS 345 static constexpr quint32 dialysateFlowRate_Max = 600 ; // PRS 345 static constexpr quint32 dialysateFlowRate_Res = 50 ; // PRS 345 - static constexpr quint32 dialysateFlowRate_Def = dialysateFlowRate_Min ; // PRS 345 + static constexpr quint32 dialysateFlowRate_Def = 100 ; // PRS 345 // minutes static constexpr quint32 duration_Min = 60 ; // PRS 346 static constexpr quint32 duration_Max = 480 ; // PRS 346 static constexpr quint32 duration_Res = 15 ; // PRS 346 - static constexpr quint32 duration_Def = duration_Min ; // PRS 346 + static constexpr quint32 duration_Def = 60 ; // PRS 346 // mL/hr (0 = off) - static constexpr qreal heparinDispensingRate_Min = 0.0 ; // PRS 347 + static constexpr qreal heparinDispensingRate_Min = 0.2 ; // PRS 347 static constexpr qreal heparinDispensingRate_Max = 1.0 ; // PRS 347 static constexpr qreal heparinDispensingRate_Res = 0.1 ; // PRS 347 - static constexpr qreal heparinDispensingRate_Def = heparinDispensingRate_Min ; // PRS 347 + static constexpr qreal heparinDispensingRate_Def = 0.0 ; // PRS 347 // mL - static constexpr qreal heparinBolusVolume_Min = 0.0 ; // PRS 348 + static constexpr qreal heparinBolusVolume_Min = 0.2 ; // PRS 348 static constexpr qreal heparinBolusVolume_Max = 2.0 ; // PRS 348 static constexpr qreal heparinBolusVolume_Res = 0.1 ; // PRS 348 - static constexpr qreal heparinBolusVolume_Def = heparinBolusVolume_Min ; // PRS 348 + static constexpr qreal heparinBolusVolume_Def = 0.0 ; // PRS 348 // min static constexpr quint32 heparinStopTime_Min = 0 ; // PRS 464 - static constexpr quint32 heparinStopTime_Max = 470 ; // PRS 464 + static constexpr quint32 heparinStopTime_Max = 480 ; // PRS 464 static constexpr quint32 heparinStopTime_Res = 10 ; // PRS 464 - static constexpr quint32 heparinStopTime_Def = heparinStopTime_Min ; // PRS 464 + static constexpr quint32 heparinStopTime_Def = 0 ; // PRS 464 // mL static constexpr quint32 salineBolusVolume_Min = 100 ; // PRS 350 static constexpr quint32 salineBolusVolume_Max = 300 ; // PRS 350 static constexpr quint32 salineBolusVolume_Res = 100 ; // PRS 350 - static constexpr quint32 salineBolusVolume_Def = salineBolusVolume_Min ; // PRS 350 + static constexpr quint32 salineBolusVolume_Def = 100 ; // PRS 350 static constexpr quint32 heparinType_Res = 1 ; // PRS ??? static constexpr quint32 acidConcentrate_Res = 1 ; // PRS 35 @@ -128,43 +128,43 @@ static constexpr qreal dialysateTemp_Min = 35 ; // PRS 353 static constexpr qreal dialysateTemp_Max = 37 ; // PRS 353 static constexpr qreal dialysateTemp_Res = 0.5 ; // PRS 353 - static constexpr qreal dialysateTemp_Def = dialysateTemp_Min ; // PRS 353 + static constexpr qreal dialysateTemp_Def = 35 ; // PRS 353 // mmHg static constexpr qint32 arterialPressureLimitLow_Min = -300 ; // PRS 354 - static constexpr qint32 arterialPressureLimitLow_Max = -30 ; // PRS 354 + static constexpr qint32 arterialPressureLimitLow_Max = +70 ; // PRS 354 static constexpr qint32 arterialPressureLimitLow_Res = 10 ; // PRS 354 - static constexpr qint32 arterialPressureLimitLow_Def = arterialPressureLimitLow_Min ; // PRS 354 + static constexpr qint32 arterialPressureLimitLow_Def = 100 ; // PRS 354 // mmHg static constexpr qint32 arterialPressureLimitHigh_Min = -270 ; // PRS 355 - static constexpr qint32 arterialPressureLimitHigh_Max = 0 ; // PRS 355 + static constexpr qint32 arterialPressureLimitHigh_Max = 100 ; // PRS 355 static constexpr qint32 arterialPressureLimitHigh_Res = 10 ; // PRS 355 - static constexpr qint32 arterialPressureLimitHigh_Def = arterialPressureLimitHigh_Min ; // PRS 355 + static constexpr qint32 arterialPressureLimitHigh_Def = 100 ; // PRS 355 // mmHg static constexpr qint32 venousPressureLimitLow_Min = 20 ; // PRS 356 static constexpr qint32 venousPressureLimitLow_Max = 570 ; // PRS 356 static constexpr qint32 venousPressureLimitLow_Res = 10 ; // PRS 356 - static constexpr qint32 venousPressureLimitLow_Def = venousPressureLimitLow_Min ; // PRS 356 + static constexpr qint32 venousPressureLimitLow_Def = 20 ; // PRS 356 // mmHg static constexpr qint32 venousPressureLimitHigh_Min = 50 ; // PRS 357 static constexpr qint32 venousPressureLimitHigh_Max = 600 ; // PRS 357 static constexpr qint32 venousPressureLimitHigh_Res = 10 ; // PRS 357 - static constexpr qint32 venousPressureLimitHigh_Def = venousPressureLimitHigh_Min ; // PRS 357 + static constexpr qint32 venousPressureLimitHigh_Def = 400 ; // PRS 357 // min static constexpr quint32 bloodPressureMeasureInterval_Min = 0 ; // PRS 358 static constexpr quint32 bloodPressureMeasureInterval_Max = 60 ; // PRS 358 static constexpr quint32 bloodPressureMeasureInterval_Res = 5 ; // PRS 358 - static constexpr quint32 bloodPressureMeasureInterval_Def = bloodPressureMeasureInterval_Min ; // PRS 358 + static constexpr quint32 bloodPressureMeasureInterval_Def = 0 ; // PRS 358 // mL/min static constexpr quint32 rinsebackFlowRate_Min = 50 ; // PRS 359 static constexpr quint32 rinsebackFlowRate_Max = 150 ; // PRS 359 static constexpr quint32 rinsebackFlowRate_Res = 25 ; // PRS 359 - static constexpr quint32 rinsebackFlowRate_Def = rinsebackFlowRate_Min ; // PRS 359 + static constexpr quint32 rinsebackFlowRate_Def = 50 ; // PRS 359 enum ACID_ENUM { eAcidUnset = 9999,