Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r09e6cf9de34acf18f6e1138bf56ac0edb4821186 -r58afeb5a318882fa028894b51aefba526b2fb1f0 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 09e6cf9de34acf18f6e1138bf56ac0edb4821186) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 58afeb5a318882fa028894b51aefba526b2fb1f0) @@ -113,6 +113,7 @@ BOOL getBloodIsPrimed( void ); // Determine whether the blood-side circuit of the dialyzer has been primed with blood void setBloodIsPrimed( BOOL flag ); // Set whether the blood-side circuit of the dialyzer has been primed with blood (F causes Tx start/resume to do blood prime first) +F32 getCurrentUFSetRate( void ); // Get the currently set target ultrafiltration rate (in mL/min). F32 getTreatmentAvgBloodFlowRate( void ); // Get the average blood flow rate during treatment F32 getTreatmentAvgDialysateFlowRate( void ); // Get the average dialysate flow rate during treatment F32 getTreatmentAvgDialysateTemp( void ); // Get the average dialysate temperature during treatment