Index: firmware/App/Services/TxParams.h =================================================================== diff -u -r12af1351f6db7747ebe2b4c52a9bac41ef551968 -r78f8971ee792bddaeb4c9c34294aa0929a908d5d --- firmware/App/Services/TxParams.h (.../TxParams.h) (revision 12af1351f6db7747ebe2b4c52a9bac41ef551968) +++ firmware/App/Services/TxParams.h (.../TxParams.h) (revision 78f8971ee792bddaeb4c9c34294aa0929a908d5d) @@ -41,6 +41,7 @@ /// Record structure for a treatment parameters payload from UI. typedef struct { + BOOL finalConfirmation; ///< Confirmation flag indicating treatment params validated are final U32 treatmentModality; ///< User set treatment modality option U32 hdfDilution; ///< User set HDF dilution option U32 bloodFlowRate_mL_min; ///< User set blood flow rate (in mL/min) @@ -57,7 +58,6 @@ U32 rinsebackVolume_mL; ///< User set rinseback volume (in mL) U32 hepatitisBStatus; ///< User set Hepatitis B status option U32 acidConcentrate; ///< User set acid concentrate option - U32 finalConfirmation; ///< Confirmation flag indicating treatment params validated are final F32 substitutionFluidVolume_L; ///< User set substitution fluid volume (in L) F32 hepBolusVolume_mL; ///< User set Heparin bolus volume (in mL) F32 hepDeliveryRate_mL_hr; ///< User set Heparin delivery rate (in mL/hr)