Index: build/AlarmMapping.py =================================================================== diff -u -rde96e930c69b97fa8c47d5adf344b96cdeeeb003 -r37c35b89c633fad550d2744887e8109bdd766103 --- build/AlarmMapping.py (.../AlarmMapping.py) (revision de96e930c69b97fa8c47d5adf344b96cdeeeb003) +++ build/AlarmMapping.py (.../AlarmMapping.py) (revision 37c35b89c633fad550d2744887e8109bdd766103) @@ -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_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. + 19 : "REQUEST_REJECT_REASON_AVAILABLE_1" # Not used. + 20 : "REQUEST_REJECT_REASON_AVAILABLE_2" # Not used. 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.