Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -re0412efcf85964a18ec52ad80f233c45998eb45a -rc8de9dc4cb679628ac9c0c9551bc43ad3c415d4a --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision e0412efcf85964a18ec52ad80f233c45998eb45a) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision c8de9dc4cb679628ac9c0c9551bc43ad3c415d4a) @@ -85,14 +85,14 @@ const quint32 duration_Res = 15 ; // PRS 346 // mL/hr (0 = off) - const qreal heparinDispensingRate_Def = 0 ; // PRS 347 - const qreal heparinDispensingRate_Min = 0.1 ; // PRS 347 + const qreal heparinDispensingRate_Def = 0.0 ; // PRS 347 + const qreal heparinDispensingRate_Min = 0.0 ; // PRS 347 const qreal heparinDispensingRate_Max = 1.0 ; // PRS 347 const qreal heparinDispensingRate_Res = 0.1 ; // PRS 347 // mL - const qreal heparinBolusVolume_Def = 0 ; // PRS 348 - const qreal heparinBolusVolume_Min = 0.1 ; // PRS 348 + const qreal heparinBolusVolume_Def = 0.0 ; // PRS 348 + const qreal heparinBolusVolume_Min = 0.0 ; // PRS 348 const qreal heparinBolusVolume_Max = 2.0 ; // PRS 348 const qreal heparinBolusVolume_Res = 0.1 ; // PRS 348