Index: MsgDefs.h =================================================================== diff -u -re111a48de17caf223ed0d0012814e6894a47b013 -re52a734267f68afe0147f7114965a1847c3c6dc2 --- MsgDefs.h (.../MsgDefs.h) (revision e111a48de17caf223ed0d0012814e6894a47b013) +++ MsgDefs.h (.../MsgDefs.h) (revision e52a734267f68afe0147f7114965a1847c3c6dc2) @@ -8,8 +8,8 @@ * * @file MsgDefs.h * -* @author (last) Dara Navaei -* @date (last) 08-May-2023 +* @author (last) Sean Nash +* @date (last) 24-May-2023 * * @author (original) Sean * @date (original) 27-Feb-2020 @@ -531,8 +531,8 @@ REQUEST_REJECT_REASON_SALINE_BOLUS_IN_PROGRESS = 16, ///< A saline bolus is in progress REQUEST_REJECT_REASON_PARAM_OUT_OF_RANGE = 17, ///< A treatment parameter is out of range REQUEST_REJECT_REASON_HEPARIN_PRESTOP_EXCEEDS_DURATION = 18, ///< The Heparin pre-stop setting is greater than the treatment duration - REQUEST_REJECT_REASON_ARTERIAL_PRESSURE_LOW_VS_HIGH = 19, ///< Arterial pressure low and high alarm limits are not inconsistent - REQUEST_REJECT_REASON_VENOUS_PRESSURE_LOW_VS_HIGH = 20, ///< Venous pressure low and high alarm limits are inconsistent + REQUEST_REJECT_REASON_AVAILABLE_1 = 19, ///< Not used + REQUEST_REJECT_REASON_AVAILABLE_2 = 20, ///< Not used REQUEST_REJECT_REASON_SALINE_MAX_VOLUME_REACHED = 21, ///< Saline bolus volume maximum has been reached - no more saline allowed REQUEST_REJECT_REASON_SALINE_BOLUS_NOT_IN_PROGRESS = 22, ///< A saline bolus is not in progress REQUEST_REJECT_REASON_ACTION_DISABLED_IN_CURRENT_STATE = 23, ///< Requested user action is disabled in current state