Index: firmware/App/Modes/ModePostTreat.h =================================================================== diff -u -r368e2fde80a5cc108f61c021830c684e05fb62d5 -r40e0116bbada6d1780bfa832a9c4684ba9fcfcc8 --- firmware/App/Modes/ModePostTreat.h (.../ModePostTreat.h) (revision 368e2fde80a5cc108f61c021830c684e05fb62d5) +++ firmware/App/Modes/ModePostTreat.h (.../ModePostTreat.h) (revision 40e0116bbada6d1780bfa832a9c4684ba9fcfcc8) @@ -63,7 +63,6 @@ U32 salineBolusVolume_mL; ///< Saline bolus volume (in mL) U32 heparinType; ///< Heparin type - U32 heparinConcentration_IU_mL; ///< Heparin concentration (in IU/mL) F32 heparinBolusVolume_mL; ///< Heparin bolus volume (in mL) F32 heparinDispenseRate_mL_hr; ///< Heparin dispense rate (in mL/hr) U32 heparinPreStop_min; ///< Heparin pre-stop time (in min) @@ -84,6 +83,7 @@ U32 execPostTreatmentMode( void ); // Execute the post-treatment mode state machine (call from OperationModes) void handleTreatmentLogDataRequest( void ); + void signalUserConfirmPatientDisconnection( void ); void signalUserConfirmDisposableRemoval( void ); void signalAlarmActionToPostTreatmentMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for post-treatment mode