Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r21af255c5392d2a3d09534375d0d6421e6f67e57 -r45487b4802ef9a966cf019da49f7b8b03ac409ce --- shared/scripts/configuration/strings.py (.../strings.py) (revision 21af255c5392d2a3d09534375d0d6421e6f67e57) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 45487b4802ef9a966cf019da49f7b8b03ac409ce) @@ -155,7 +155,7 @@ 140: "Dialysate generator communication timeout.", 141: "Air trap fill timeout during treatment.", 142: "Blood pump occlusion detected.", - 143: "DG dialysate temperature sensors drift timeout.", + 143: "DG dialysate temperature sensors out of range.", 144: "DG software configuration record invalid CRC.", 145: "Concentrate conductivity after adding acid out of range alarm.", 146: "Dialysate conductivity out of range.", @@ -210,7 +210,7 @@ 195: "DG RO pump pressure out of range.", 196: "DG temperature sensor error flag fault.", 197: "DG temperature sensors ADC fault.", - 198: "DG heaters cold junction temperature out of range.", + 198: "Alarm ID available for use", 199: "DG heaters fault.", 200: "DG thermistors/sensors temperature out of range.", 201: "Inlet water quality is bad (temperature, conductivity, pressure).", @@ -244,7 +244,7 @@ 229: "HD prime dialysate dialyzer time out alarm.", 230: "HD prime dialysate bypass time out alarm.", 231: "HD pre-treatment mode dry self-tests failure.", - 232: "HD pre-treatment mode wet self-tests failure.", + 232: "HD pre-treatment mode wet self-test LC vs LC failure.", 233: "RTC battery low.", 234: "RTC (i.e read time) or RAM operations failure (read or write).", 235: "HD in treatment stopped sub-mode after rinseback completed (no escalation).", @@ -301,7 +301,8 @@ 286: "HD treatment rinseback complete timeout warning.", 287: "HD processor clock speed checks against FPGA clock failure.", 288: "DG trimmer heater on with flow timeout.", - 289: "DG dialysate or concentrate caps not closed." + 289: "DG dialysate or concentrate caps not closed.", + 290: "DG flow too low while heater on" } ALARM_PRIORITIES = {1: "LOW", 2: "MEDIUM", 3: "HIGH"} @@ -346,13 +347,16 @@ 34: "REQUEST_REJECT_REASON_DG_NOT_IN_STANDBY_IDLE_STATE", # Treatment cannot initiate if DG is not in standby idle state 35: "REQUEST_REJECT_REASON_INVALID_REQUEST_FORMAT", # Request message not formatted properly 36: "REQUEST_REJECT_REASON_INVALID_DATE_OR_TIME", # Given date/time is invalid - 37: "REQUEST_REJECT_REASON____AVAILABLE_1", # Not used - available for use + 37: "REQUEST_REJECT_REASON_", # Not used - available for use 38: "REQUEST_REJECT_REASON_BATTERY_IS_NOT_CHARGED", # Battery does not have enough charge to start treatment 39: "REQUEST_REJECT_REASON_RINSEBACK_NOT_COMPLETED", # Cannot move on to recirculate without completing full rinseback. 40: "REQUEST_REJECT_REASON_RESERVOIR_ONE_IS_NOT_READY", # Reservoir one fill is not complete 41: "REQUEST_REJECT_REASON_PUMP_TRACK_NOT_CLOSED", # Pump track is not ready / closed 42: "REQUEST_REJECT_REASON_DOOR_NOT_CLOSED", # Door is not closed 43: "REQUEST_REJECT_REASON_SYRINGE_NOT_PRESENT", # Syringe is not present + 44: "REQUEST_REJECT_REASON_DG_DIALYSATE_CAP_OPEN", # Dialysate cap open + 45: "REQUEST_REJECT_REASON_DG_CONCENTRATE_CAP_OPEN", #Concentrate cap open + } UNDEFINED_ALARM_ID_MSG = "ALARM_ID_UNDEFINED"