Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -r45ce5cd058a8d0239d486e0ab4b057731f7dba76 -r600b6707b102919d981f3b1d18611834e23eae60 --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision 45ce5cd058a8d0239d486e0ab4b057731f7dba76) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision 600b6707b102919d981f3b1d18611834e23eae60) @@ -79,6 +79,7 @@ PROPERTY(bool , heparinDispensingRateOff , true) PROPERTY(bool , heparinBolusVolumeOff , true) + VALUESET(quint32 , hdfTreatmentMode , 0) VALUESET(quint32 , bloodFlowRate , 0) VALUESET(quint32 , dialysateFlowRate , 0) VALUESET(quint32 , treatmentDuration , 0) @@ -98,7 +99,7 @@ VALUESET(float , dialysateTemp , 0) VALUESET(float , heparinDispensingRate , 0) VALUESET(float , heparinBolusVolume , 0) - VALUESET(quint32 , hdfTreatmentMode , 0) + VALUESET(float , substitutionFluidVolume , 0) VALUESET(QString , patientID ,"") VALUESET(bool , parametersValidated , 0)