Index: build/AlarmMapping.py =================================================================== diff -u -r363443ed78d3742dc3472db8f588d6a850af952d -r210752063815b226849026c73885575059f0816a --- build/AlarmMapping.py (.../AlarmMapping.py) (revision 363443ed78d3742dc3472db8f588d6a850af952d) +++ build/AlarmMapping.py (.../AlarmMapping.py) (revision 210752063815b226849026c73885575059f0816a) @@ -213,7 +213,7 @@ 211 : "HD blood sitting too long warning (>4 min)." 212 : "HD end of treatment alarm (user not acting to end treatment)." 213 : "HD prime completed medium priority alarm." - 214 : "DG concentrate pumps invalid calibration record." + 214 : "Available for use." 215 : "Available for use." 216 : "HD end treatment sub-mode timeout alarm." 217 : "Available for use." @@ -272,16 +272,16 @@ 270 : "HD POST Safety Shutdown failure." 271 : "DG POST Safety Shutdown failure." 272 : "HD Fan RPM out of range." - 273 : "Alarm available." + 273 : "Available for use." 274 : "DG inactive reservoir weight out of range." 275 : "HD arterial pressure sensor is reading out of range." 276 : "HD venous pressure sensor is reading out of range." 277 : "HD BP occlusion sensor is reading out of range." 278 : "HD active reservoir weight out of range." 279 : "DG dialysate drain time out." 280 : "DG drain pump direction invalid." - 281 : "Alarm available." - 282 : "Alarm available." + 281 : "Acid concentration bottle low volume alarm." + 282 : "Bicarbonate concentration bottle low volume alarm." 283 : "DG load cells weight out of range." 284 : "DG load cells primary/back up drift out of range." 285 : "HD processor is in RO permeate sample mode." @@ -349,14 +349,14 @@ 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_DG_FILTER_FLUSH_HAS_BEEN_EXPIRED" # DG filter flush time has been expired. - 20 : "REQUEST_REJECT_REASON_SALINE_BOLUS_NOT_ALLOWED" # Saline bolus is not allowed (due to blood and dialysate recirculation blockage). - 21 : "REQUEST_REJECT_REASON_AVAILABLE_3" # 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. 24 : "REQUEST_REJECT_REASON_ALARM_IS_ACTIVE" # Requested user action not allowed while alarm is active. 25 : "REQUEST_REJECT_REASON_INVALID_COMMAND" # Requested user action invalid. 26 : "REQUEST_REJECT_REASON_TREATMENT_IS_COMPLETED" # The treatment has been completed. - 27 : "REQUEST_REJECT_REASON_AVAILABLE_4" # Not used. + 27 : "REQUEST_REJECT_REASON_ADDL_RINSEBACK_MAX_VOLUME_REACHED" # Rinseback additional volume maximum has been reached. 28 : "REQUEST_REJECT_REASON_DIALYZER_NOT_INVERTED" # Dialyzer not inverted yet. 29 : "REQUEST_REJECT_REASON_NO_PATIENT_CONNECTION_CONFIRM" # The user has not confirmed patient connection. 30 : "REQUEST_REJECT_REASON_HEPARIN_PAUSE_INVALID_IN_THIS_STATE" # Heparin cannot be paused if not currently deliverying Heparin.