Index: etc/reports/alarms/AlarmMapping.py =================================================================== diff -u -r5a3c8d31fb220eb82f4f1d5c1ea063f05cb43287 -r712f4c8a1b2382919300895b4422b831471044a3 --- etc/reports/alarms/AlarmMapping.py (.../AlarmMapping.py) (revision 5a3c8d31fb220eb82f4f1d5c1ea063f05cb43287) +++ etc/reports/alarms/AlarmMapping.py (.../AlarmMapping.py) (revision 712f4c8a1b2382919300895b4422b831471044a3) @@ -90,7 +90,7 @@ 88 : "DD balance chamber state1 fill end pressure not in range." 89 : "DD balance chamber state2 fill start pressure not in range." 90 : "DD balance chamber state2 fill end pressure not in range." - 91 : "Available alarms." + 91 : "DD generate dialysate hydraulics chamber ngative pressure out of range." 92 : "Available alarms." 93 : "Available alarms." 94 : "DD balance chamber state1 fill initiated and pressure drop is not in range." @@ -130,7 +130,8 @@ 128 : "UI Reserved failure." 129 : "UI Reserved failure." 130 : "UI Reserved failure." - 131 : "Number of alarms." + 131 : "TD Battery Low warning." + 132 : "Number of alarms." } # dictionary of rejection reason from application source code. @@ -184,6 +185,11 @@ 45 : "REQUEST_REJECT_REASON_RO_ONLY_MODE_INVALID_PARAMETER" # RO only mode invalid parameter. 46 : "REQUEST_REJECT_REASON_RO_ONLY_MODE_INVALID_PAYLOAD_LENGTH" # RO only mode invalid payload length. 47 : "REQUEST_REJECT_REASON_TREATMENT_CANNOT_BE_RESUMED" # Cannot resume treatment per alarm. - 48 : "NUM_OF_REQUEST_REJECT_REASONS" # Number of settings change reject codes. + 48 : "REQUEST_REJECT_REASON_HEPARIN_STOP_TIME_EXCEEDS_DURATION" # The Heparin stop time setting is greater than the treatment duration. + 49 : "REQUEST_REJECT_REASON_HEPARIN_STOP_TIME_WITH_NO_DISPENSE" # Heparin settings are zero but stop time setting is non-zero. + 50 : "REQUEST_REJECT_REASON_HEPARIN_PAUSE_INVALID_IN_THIS_STATE" # Heparin cannot be paused if not currently deliverying Heparin. + 51 : "REQUEST_REJECT_REASON_HEPARIN_NOT_PAUSED" # Heparin cannot be resumed if not paused. + 52 : "REQUEST_REJECT_REASON_HEPARIN_VOLUME_EXCEEDS_10_ML" # Heparin volume needed for treatment exceeds 10 mL maximum. + 53 : "NUM_OF_REQUEST_REJECT_REASONS" # Number of settings change reject codes. }