Index: firmware/App/Modes/ModeTreatmentParams.h =================================================================== diff -u -r1a36e9bd718b40ceaee21dd12eca2da353828e30 -r0b8564de1aeab98438bd2e4e1b666d77b4d506df --- firmware/App/Modes/ModeTreatmentParams.h (.../ModeTreatmentParams.h) (revision 1a36e9bd718b40ceaee21dd12eca2da353828e30) +++ firmware/App/Modes/ModeTreatmentParams.h (.../ModeTreatmentParams.h) (revision 0b8564de1aeab98438bd2e4e1b666d77b4d506df) @@ -79,7 +79,6 @@ U32 accepted; ///< Accepted or rejected based on if critical data has been set. TREATMENT_PARAMS_DATA_PAYLOAD_T treatment_parameters; ///< Record structure of treatment parameters F32 uFVolume_L; ///< Current ultrafiltration volume (in L). - } CURRENT_TREATMENT_PARAMS_DATA_PAYLOAD_T; @@ -118,6 +117,7 @@ BOOL isNVInstitutionalRecordInRange( HD_INSTITUTIONAL_RECORD_T* nvInstRcrd ); // Is non-volatile memory institutional record in range void setNVInstitutionalRecordToTxParamsRecord( HD_INSTITUTIONAL_RECORD_T* nvInstitutionalRecord ); // Set the recently received institution record from NV to local tx parameters +U32 getNVInstitutionalRecordTxEndBloodFlowMLPM( void ); F32 getUltrafiltrationVolumeOriginal( void ); // Get the original ultrafiltration volume, set in pre-treatment mode by user. F32 getUltrafiltrationRateOriginal( void ); // Get/calculate the original ultrafiltration rate, by ultrafiltration volume and treatment duration set in pre-treatment mode by user.