Index: firmware/App/Modes/Dialysis.h =================================================================== diff -u -rf7b149d8b8c9ea6ac58e4739101693d251d7a355 -r27f3db92495948d4c1192421c1b0c20338c4a034 --- firmware/App/Modes/Dialysis.h (.../Dialysis.h) (revision f7b149d8b8c9ea6ac58e4739101693d251d7a355) +++ firmware/App/Modes/Dialysis.h (.../Dialysis.h) (revision 27f3db92495948d4c1192421c1b0c20338c4a034) @@ -24,7 +24,11 @@ /** * @defgroup Dialysis Dialysis - * @brief Dialysis sub-mode of treatment mode. + * @brief Dialysis sub-mode of treatment mode. The dialysis sub-mode is where + * dialysis and (optionally) ultrafiltration are being provided by the system. + * Heparin is added to the blood when appropriate. A saline bolus may be requested + * by the user; however, dialysis and ultrafiltration would not be provided during + * a saline bolus. * * @addtogroup Dialysis * @{ @@ -52,7 +56,6 @@ void execDialysis( void ); void setDialysisParams( U32 bPFlow, U32 dPFlow, F32 maxUFVol, F32 uFRate ); -void startDialysis( void ); void stopDialysis( void ); void signalStartSalineBolus( void );