Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -rd4b7643b0a19278ea948a75553ff777e4e436c22 -rf46bc6ffce5eb0ac3e1bbd5a9b8ee9202209c881 --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision d4b7643b0a19278ea948a75553ff777e4e436c22) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision f46bc6ffce5eb0ac3e1bbd5a9b8ee9202209c881) @@ -100,11 +100,18 @@ VALUESET(float , dialysateTemp , 0) VALUESET(float , heparinDispensingRate , 0) VALUESET(float , heparinBolusVolume , 0) + VALUESET(float , substitutionFluidVolume , 0) VALUESET(QString , patientID ,"") VALUESET(bool , parametersValidated , 0) VALUESET(bool , parametersConfirmed , 0) + VALUESET(qint32 , dryBicabCartridgeSize , 0) + VALUESET(qint32 , bicarbFinalDialysateComposition , 0) + VALUESET(qint32 , sodiumFinalDialysateComposition , 0) + VALUESET(qint32 , actualRORejectionPercentage , 0) + + PROPERTY(QString , txCode ,"") TRIGGER(quint32 , bloodFlowRateRejectReason , 0)