Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r6f2218c22e666aec059afbd60f3d0d268b305ad0 -r5153afc318dad6b9a469aaba20b8746994f5c70d --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 6f2218c22e666aec059afbd60f3d0d268b305ad0) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 5153afc318dad6b9a469aaba20b8746994f5c70d) @@ -111,9 +111,13 @@ void setRinsebackIsCompleted( BOOL flag ); // Set whether a rinseback has been completed (T blocks rinseback option) 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 getTreatmentAvgBloodFlowRate( void ); // Get the treatment average blood flow rate during treatment -F32 getTreatmentAvgDialysateFlowRate( void ); // Get the treatment average dialysate flow rate during treatment -F32 getTreatmentAvgDialysateTemp( void ); // Get the treatment average dialysate temperature during treatment + +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 +F32 getTreatmentAvgArterialPressure( void ); // Get the average arterial pressure during treatment +F32 getTreatmentAvgVenousPressure( void ); // Get the average venous pressure during treatment + U32 getTreatmentStartTimeStamp( void ); // Get the treatment start time stamp U32 getTreatmentEndTimeStamp( void ); // Get the treatment end time stamp