Index: MsgDefs.h =================================================================== diff -u -rd54da73862c187e9757a4811219141ddf5cb12f1 -r3e567efe427a051122d0b920f69880f8a55b80cb --- MsgDefs.h (.../MsgDefs.h) (revision d54da73862c187e9757a4811219141ddf5cb12f1) +++ MsgDefs.h (.../MsgDefs.h) (revision 3e567efe427a051122d0b920f69880f8a55b80cb) @@ -215,6 +215,7 @@ REQUEST_REJECT_REASON_HEPARIN_PRESTOP_EXCEEDS_DURATION, ///< The Heparin pre-stop setting is greater than the treatment duration REQUEST_REJECT_REASON_ARTERIAL_PRESSURE_LOW_VS_HIGH, ///< Arterial pressure low and high alarm limits are not inconsistent REQUEST_REJECT_REASON_VENOUS_PRESSURE_LOW_VS_HIGH, ///< Venous pressure low and high alarm limits are inconsistent + REQUEST_REJECT_REASON_SALINE_MAX_VOLUME_REACHED, ///< Saline bolus volume maximum has been reached - no more saline allowed NUM_OF_REQUEST_REJECT_REASONS ///< Number of settings change reject codes }; typedef enum Request_Reject_Reasons REQUEST_REJECT_REASON_CODE_T; ///< Type for settings change rejection reason codes enumeration