Index: build/AlarmMapping.py =================================================================== diff -u -r36059373f13b98c6fbc4374204d3dfe0c3d79f85 -rb8fda46d7c2730c8a652f075cf7d824434d0adce --- build/AlarmMapping.py (.../AlarmMapping.py) (revision 36059373f13b98c6fbc4374204d3dfe0c3d79f85) +++ build/AlarmMapping.py (.../AlarmMapping.py) (revision b8fda46d7c2730c8a652f075cf7d824434d0adce) @@ -175,7 +175,7 @@ 173 : "HD RTC configuration error." 174 : "HD RTC or timer accuracy failure." 175 : "HD pump direction status error." - 176 : "HD dialysate temperature out of high safety range." + 176 : "HD dialysate temperature above high safety range." 177 : "DG software fault.\nSoftware found itself in an unexpected state." 178 : "HD communication timeout." 179 : "DG FPGA communication down for too long." @@ -192,7 +192,7 @@ 190 : "DG drain pump off fault." 191 : "DG flow rate out of upper range." 192 : "DG flow rate out of lower range." - 193 : "HD dialysate temperature out of low safety range." + 193 : "HD dialysate temperature above low safety range." 194 : "DG RO pump duty cycle out of range." 195 : "DG RO pump pressure out of range." 196 : "DG CPi/CPo sensors FPGA fault." @@ -255,7 +255,7 @@ 253 : "DG invalid system record." 254 : "DG invalid service record." 255 : "HD and UI software builds are not compatible." - 256 : "Alarm ID available for use." + 256 : "HD processor is in Disinfect Chemical Flush mode." 257 : "DG FPGA power out timeout." 258 : "HD FPGA power out timeout." 259 : "HD temperatures out of range." @@ -321,7 +321,8 @@ 319 : "DG chemical disinfect flush flush sample." 320 : "DG chemical disinfect flush sample timeout." 321 : "DG outlet UV reactor not healthy." - 322 : "Total number of alarms." + 322 : "RM_ID_HD_DIALYSATE_TEMP_BELOW_LOW_SAFETY_RANGE = 322,." + 323 : "Total number of alarms." } # dictionary of rejection reason from application source code. @@ -380,6 +381,7 @@ 50 : "REQUEST_REJECT_REASON_DG_RO_FILTER_TEMPERATURE_OUT_OF_RANGE" # DG RO filter temperature out of range. 51 : "REQUEST_REJECT_REASON_DG_INCOMPATIBLE" # DG firmware version is not compatible with HD firmware. 52 : "REQUEST_REJECT_REASON_HEPARIN_PRESTOP_WITH_NO_DISPENSE" # Heparin settings are zero but pre-stop setting is non-zero. - 53 : "NUM_OF_REQUEST_REJECT_REASONS" # Number of settings change reject codes. + 53 : "REQUEST_REJECT_REASON_DIALYZER_REPRIME_IN_PROGRESS" # Saline bolus is not allowed during dialyzer reprime. + 54 : "NUM_OF_REQUEST_REJECT_REASONS" # Number of settings change reject codes. }