/************************************************************************** * * Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file PreTreatmentRecirc.h * * @author (last) Quang Nguyen * @date (last) 08-Feb-2021 * * @author (original) Quang Nguyen * @date (original) 08-Feb-2021 * ***************************************************************************/ #ifndef __PRE_TREATMENT_RECIRC_H__ #define __PRE_TREATMENT_RECIRC_H__ #include "HDCommon.h" #include "HDDefs.h" /** * @defgroup PreTreatmentRecirc PreTreatmentRecirc * @brief PreTreatmentRecirc module. This module handles the execution for pre-treatment recirculate sub-mode. * This module will recirculate dialysate for up to 2 hours. * * @addtogroup PreTreatmentRecirc * @{ */ // ********** public definitions ********** // ********** public function prototypes ********** void initPreTreatmentRecirc( void ); void transitionToPreTreatmentRecirc(); void execPreTreatmentRecirc( void ); BOOL isPatientConnectionRequested( void ); /**@}*/ #endif