Index: AlarmDefs.h =================================================================== diff -u -r2d84a0d6d278afbcc56772a4703c73b40526d677 -r1649170cd48ff06f983069e59b65de3533b076b0 --- AlarmDefs.h (.../AlarmDefs.h) (revision 2d84a0d6d278afbcc56772a4703c73b40526d677) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 1649170cd48ff06f983069e59b65de3533b076b0) @@ -250,7 +250,7 @@ ALARM_ID_HD_END_OF_TREATMENT_ALARM = 212, ///< HD end of treatment alarm (user not acting to end treatment) ALARM_ID_HD_PRIME_COMPLETED_MEDIUM = 213, ///< HD prime completed medium priority alarm ALARM_ID_DG_CONCENTRATE_PUMPS_INVALID_CAL_RECORD = 214, ///< DG concentrate pumps invalid calibration record. - ALARM_ID_AVAILABLE_31 = 215, ///< Available for use + ALARM_ID_HD_AIR_TRAP_UPPER_LEVEL_FLUID_TIME_OUT = 215, ///< HD air trap upper level fluid time out. ALARM_ID_HD_END_TREATMENT_TIMEOUT_ALARM = 216, ///< HD end treatment sub-mode timeout alarm ALARM_ID_AVAILABLE_32 = 217, ///< Available for use ALARM_ID_HD_SYRINGE_DETECTED = 218, ///< HD syringe detected alarm @@ -701,7 +701,7 @@ { ALARM_PRIORITY_HIGH, 290, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_HD_END_OF_TREATMENT_ALARM }, { ALARM_PRIORITY_MEDIUM, 590, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, ALARM_ID_HD_PRIME_COMPLETED_MEDIUM }, { ALARM_PRIORITY_HIGH, 2, FALSE, TRUE , TRUE , TRUE , FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, ALARM_ID_DG_CONCENTRATE_PUMPS_INVALID_CAL_RECORD }, - { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_AVAILABLE_31 }, + { ALARM_PRIORITY_HIGH, 150, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, TRUE , FALSE, TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , TRUE , TRUE , ALARM_ID_HD_AIR_TRAP_UPPER_LEVEL_FLUID_TIME_OUT }, { ALARM_PRIORITY_HIGH, 291, FALSE, FALSE, FALSE, TRUE , FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, ALARM_ID_HD_END_TREATMENT_TIMEOUT_ALARM }, { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_AVAILABLE_32 }, { ALARM_PRIORITY_LOW, 745, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_HD_SYRINGE_DETECTED }, @@ -1025,6 +1025,7 @@ { 111, ALARM_ID_HD_NEW_DIALYSATE_TEMP_DATA_MESSAGE_NOT_RECEIVE }, { 111, ALARM_ID_HD_CAN_MESSAGE_NOT_ACKED_BY_DG }, { 150, ALARM_ID_HD_BLOOD_LEAK_DETECTED }, + { 150, ALARM_ID_HD_AIR_TRAP_UPPER_LEVEL_FLUID_TIME_OUT }, { 200, ALARM_ID_HD_VENOUS_PRESSURE_LOW }, { 200, ALARM_ID_TEST_ALARM_NO_BLOOD_RECIRC_CLR_TOP_ONLY }, { 200, ALARM_ID_TEST_ALARM_NO_RECIRC_CLR_TOP_ONLY }, @@ -1139,7 +1140,6 @@ { 999, ALARM_ID_AVAILABLE_20 }, { 999, ALARM_ID_AVAILABLE_21 }, { 999, ALARM_ID_AVAILABLE_30 }, - { 999, ALARM_ID_AVAILABLE_31 }, { 999, ALARM_ID_AVAILABLE_32 }, { 999, ALARM_ID_AVAILABLE_40 }, { 999, ALARM_ID_AVAILABLE_41 }, @@ -1379,7 +1379,7 @@ { 212 , ALARM_ID_HD_END_OF_TREATMENT_ALARM , "HD | Approaching MAX Blood Pump Stop Time | The blood has been stopped for nearly 5 minutes.\n- You must Resume/OK treatment before the blood pump stop \ntime timer expires.\n- If treatment is not Resume/OK before the timer expires,\ntreatment will be terminated without rinseback. | Blood Stopped: Warning | Blood sitting too long warning (> 4 min) | During treatment end paused state, if the blood is in the line for more than 4 minutes. | "}, { 213 , ALARM_ID_HD_PRIME_COMPLETED_MEDIUM , "HD | Prime Complete - 30 MIN WARNING | The priming process completed 90 minutes ago. \n- Treatment must begin within 30 minutes or the\npre- treatment process will be terminated.\n- Press Resume/OK to continue. | Process: Pre- Tx Prime Complete | HD prime completed medium priority alarm | In Pre-Treatment Recirculation for 90 minutes (escalation of alarm 226) | "}, { 214 , ALARM_ID_DG_CONCENTRATE_PUMPS_INVALID_CAL_RECORD , "DG | Service Required: Dialysate Device | A problem was detected with the dialysate device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | DG POST: Conc Pump Cal | DG concentrate pump calibration record | If the non-volatile data is invalid raise the alarm. | "}, - { 215 , ALARM_ID_AVAILABLE_31 , " | | | | | | "}, + { 215 , ALARM_ID_HD_AIR_TRAP_UPPER_LEVEL_FLUID_TIME_OUT , "HD | Air Trap Upper Level Fluid | Air trap upper level is detecting fluid for too long \n- Visually inspect air trap line.\n- Press Resume/OK to proceed. | Air Trap: Air Trap Upper Fluid | HD air trap upper level fluid detection for too long alarm | If air trap upper level is detecting fluid for more than XXX seconds. | "}, { 216 , ALARM_ID_HD_END_TREATMENT_TIMEOUT_ALARM , "HD | Treatment Complete | Dialysis treatment is complete.\n- Press RINSEBACK to end treatment and rinseback. | Process: End of Dialysis Tx | HD end treatment sub-mode timeout alarm | If the treatment ended successfully. | "}, { 217 , ALARM_ID_AVAILABLE_32 , " | | | | | | "}, { 218 , ALARM_ID_HD_SYRINGE_DETECTED , "HD | Syringe Detected | Heparin syringe was not removed from device.\n- Remove heparin syringe.\n- Press Resume/OK to continue. | Process: Remove Syringe | HD syringe detected alarm | If the syringe detection switch > 2.0 volts. | "},