Index: build/AlarmMapping.py =================================================================== diff -u -r0400f6bdb89a7a1de90d00f0b4c2dbbf86fd5772 -r2313f88360c579d1f36bc63b688c8d274f0853b7 --- build/AlarmMapping.py (.../AlarmMapping.py) (revision 0400f6bdb89a7a1de90d00f0b4c2dbbf86fd5772) +++ build/AlarmMapping.py (.../AlarmMapping.py) (revision 2313f88360c579d1f36bc63b688c8d274f0853b7) @@ -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.