Index: build/AlarmMapping.py =================================================================== diff -u -rb36174f2d0e565c3a62e2c605747a07a26de8f92 -r71e34e4b29baa8484ef267ae390c01c3651c4ad0 --- build/AlarmMapping.py (.../AlarmMapping.py) (revision b36174f2d0e565c3a62e2c605747a07a26de8f92) +++ build/AlarmMapping.py (.../AlarmMapping.py) (revision 71e34e4b29baa8484ef267ae390c01c3651c4ad0) @@ -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.