Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -rb0370d82c7653eca5347374aa3f6b02a188c8fe7 -r9cc47cf817b3236812926e3a92373db89932fe72 --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision b0370d82c7653eca5347374aa3f6b02a188c8fe7) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision 9cc47cf817b3236812926e3a92373db89932fe72) @@ -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)