Index: firmware/App/Services/TxParams.h =================================================================== diff -u -r30e46b4f07697652455fa861bcaa18f3d60ae11f -rd495985858b3ef51b695a44ceedf6c13a8edb821 --- firmware/App/Services/TxParams.h (.../TxParams.h) (revision 30e46b4f07697652455fa861bcaa18f3d60ae11f) +++ firmware/App/Services/TxParams.h (.../TxParams.h) (revision d495985858b3ef51b695a44ceedf6c13a8edb821) @@ -54,7 +54,6 @@ U32 dialyzerType; ///< User set dialyzer type option U32 fluidBolusVolume_mL; ///< User set fluid bolus volume (in mL) U32 bpInterval_min; ///< User set blood pressure measurement interval (in min) - U32 primeDiscardVolume_mL; ///< User set prime discard flow rate (in mL) U32 rinsebackVolume_mL; ///< User set rinseback volume (in mL) U32 hepatitisBStatus; ///< User set Hepatitis B status option U32 acidConcentrate; ///< User set acid concentrate option @@ -63,9 +62,9 @@ F32 hepDeliveryRate_mL_hr; ///< User set Heparin delivery rate (in mL/hr) F32 dialysateTemperature_degC; ///< User set dialysate temperature (in deg C) F32 acidKConcentrateConvFactor; ///< User set acid concentrate conversion factor - F32 ufPreWeight; ///< User set patient pre weight prior to treatment (in Kilogram) - F32 ufEstimatedTargetWeight; ///< User set patient estimated target weight after the treatment (in Kilogram) - F32 ufVolume; ///< User set ultrafiltration volume (in L) + F32 ufPreWeight; ///< User set patient pre weight prior to treatment (in Kilogram) + F32 ufEstimatedTargetWeight; ///< User set patient estimated target weight after the treatment (in Kilogram) + F32 ufVolume; ///< User set ultrafiltration volume (in L) } TREATMENT_PARAMS_DATA_PAYLOAD_T; /// Record structure for reporting all current treatment parameters to Dialin