Index: build/AlarmMapping.py =================================================================== diff -u -r3c97b87125d2b7b5cf9cd492e769633d1c036e38 -r98a06be9a48305fedcf16241ce67d57e971070b2 --- build/AlarmMapping.py (.../AlarmMapping.py) (revision 3c97b87125d2b7b5cf9cd492e769633d1c036e38) +++ build/AlarmMapping.py (.../AlarmMapping.py) (revision 98a06be9a48305fedcf16241ce67d57e971070b2) @@ -347,8 +347,8 @@ 16 : "REQUEST_REJECT_REASON_SALINE_BOLUS_IN_PROGRESS" # A saline bolus is in progress. 17 : "REQUEST_REJECT_REASON_PARAM_OUT_OF_RANGE" # A treatment parameter is out of range. 18 : "REQUEST_REJECT_REASON_HEPARIN_PRESTOP_EXCEEDS_DURATION" # The Heparin pre-stop setting is greater than the treatment duration. - 19 : "REQUEST_REJECT_REASON_AVAILABLE_1" # Not used. - 20 : "REQUEST_REJECT_REASON_AVAILABLE_2" # Not used. + 19 : "REQUEST_REJECT_REASON_ARTERIAL_PRESSURE_LOW_VS_HIGH" # Arterial pressure low and high alarm limits are not inconsistent. + 20 : "REQUEST_REJECT_REASON_VENOUS_PRESSURE_LOW_VS_HIGH" # Venous pressure low and high alarm limits are inconsistent. 21 : "REQUEST_REJECT_REASON_SALINE_MAX_VOLUME_REACHED" # Saline bolus volume maximum has been reached. 22 : "REQUEST_REJECT_REASON_SALINE_BOLUS_NOT_IN_PROGRESS" # A saline bolus is not in progress. 23 : "REQUEST_REJECT_REASON_ACTION_DISABLED_IN_CURRENT_STATE" # Requested user action is disabled in current state.