Index: MsgDefs.h =================================================================== diff -u -r9e46c6d64e845c0dfd20fd2cdbef55b2346895bd -r15e222c65e84303e75321b88622f29b99415ee9b --- MsgDefs.h (.../MsgDefs.h) (revision 9e46c6d64e845c0dfd20fd2cdbef55b2346895bd) +++ MsgDefs.h (.../MsgDefs.h) (revision 15e222c65e84303e75321b88622f29b99415ee9b) @@ -205,6 +205,9 @@ REQUEST_REJECT_REASON_UF_NOT_PAUSED, ///< Ultrafiltration is not currently paused REQUEST_REJECT_REASON_SALINE_BOLUS_IN_PROGRESS, ///< A saline bolus is in progress REQUEST_REJECT_REASON_PARAM_OUT_OF_RANGE, ///< A treatment parameter is out of range + 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 NUM_OF_REQUEST_REJECT_REASONS ///< Number of settings change reject codes };