Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r909d4064e98d5684ee139534f0ac6cbc5f8774d5 -rb56dffdfe60950630de83b03eb8527a1e10e1f63 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 909d4064e98d5684ee139534f0ac6cbc5f8774d5) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision b56dffdfe60950630de83b03eb8527a1e10e1f63) @@ -98,9 +98,9 @@ #pragma pack(pop) /// Maximum time in this mode before blood sitting alarm given (in general task intervals). -#define MAX_TIME_BLOOD_SITTING ( ( 5 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) // Replace with Maximum Blood Pump Allowable Stop Time institutional setting when implemented +#define MAX_TIME_BLOOD_SITTING ( ( 5 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) //TODO: Replace with Maximum Blood Pump Allowable Stop Time institutional setting when implemented /// Maximum time in this mode before blood sitting warning given (in general task intervals). -#define WARN_TIME_BLOOD_SITTING ( ( 4 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) // Replace with Maximum Blood Pump Allowable Stop Time institutional setting when implemented +#define WARN_TIME_BLOOD_SITTING ( ( 4 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) //TODO: Replace with Maximum Blood Pump Allowable Stop Time institutional setting when implemented // ********** public function prototypes **********