Index: AlarmDefs.h =================================================================== diff -u -r8442b1ced266c5caa8ce9ade030aa7477e2f0e66 -rbe5237f26e5ea8a92dc6875e047dfccafa44c942 --- AlarmDefs.h (.../AlarmDefs.h) (revision 8442b1ced266c5caa8ce9ade030aa7477e2f0e66) +++ AlarmDefs.h (.../AlarmDefs.h) (revision be5237f26e5ea8a92dc6875e047dfccafa44c942) @@ -262,7 +262,7 @@ ALARM_ID_HD_TREATMENT_STOPPED_BY_USER = 224, ///< HD treatment stopped by user action - pressed stop button ALARM_ID_HD_END_OF_TREATMENT_WARNING = 225, ///< HD end of treatment warning ALARM_ID_HD_PRIME_COMPLETED_LOW_PRIORITY = 226, ///< HD prime completed low priority alarm - ALARM_ID_HD_PRIME_OUT_OF_TIME = 227, ///< HD prime out of time alarm + ALARM_ID_AVAILABLE_15 = 227, ///< Available for use ALARM_ID_HD_PRIME_SALINE_PURGE_AIR_TIME_OUT = 228, ///< HD time out on prime saline purge air state. ALARM_ID_HD_PRIME_DIALYSATE_DIALYZER_TIME_OUT = 229, ///< HD prime dialysate dialyzer time out alarm ALARM_ID_HD_PRIME_DIALYSATE_BYPASS_TIME_OUT = 230, ///< HD prime dialysate bypass time out alarm @@ -708,7 +708,7 @@ // Priority Rank Fault DGFault Stops ClrIm NoClr NoRes NoRin NoEnd NoBRcr NoDRcr ClrOnly TxLog ID { ALARM_PRIORITY_LOW, 739, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_HD_END_OF_TREATMENT_WARNING }, { ALARM_PRIORITY_LOW, 729, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, ALARM_ID_HD_PRIME_COMPLETED_LOW_PRIORITY }, - { ALARM_PRIORITY_LOW, 720, FALSE, FALSE, TRUE , TRUE , FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_HD_PRIME_OUT_OF_TIME }, + { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_AVAILABLE_15 }, { ALARM_PRIORITY_LOW, 720, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_HD_PRIME_SALINE_PURGE_AIR_TIME_OUT }, { ALARM_PRIORITY_LOW, 720, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_HD_PRIME_DIALYSATE_DIALYZER_TIME_OUT }, { ALARM_PRIORITY_LOW, 720, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_HD_PRIME_DIALYSATE_BYPASS_TIME_OUT }, @@ -1086,7 +1086,6 @@ { 720, ALARM_ID_HD_PRIME_DIALYSATE_DIALYZER_TIME_OUT }, { 720, ALARM_ID_HD_PRIME_DIALYSATE_BYPASS_TIME_OUT }, { 720, ALARM_ID_HD_PRIME_SALINE_DIALYZER_TIME_OUT }, - { 720, ALARM_ID_HD_PRIME_OUT_OF_TIME }, { 725, ALARM_ID_HD_BLOOD_LEAK_SENSOR_ZERO_SEQUENCE_FAILED }, { 725, ALARM_ID_HD_VENOUS_BUBBLE_SELF_TEST_FAILURE }, { 725, ALARM_ID_HD_PRE_TREATMENT_WET_PRIME_TEST_FAILURE }, @@ -1128,6 +1127,7 @@ { 999, ALARM_ID_AVAILABLE_12 }, { 999, ALARM_ID_AVAILABLE_13 }, { 999, ALARM_ID_AVAILABLE_14 }, + { 999, ALARM_ID_AVAILABLE_15 }, { 999, ALARM_ID_AVAILABLE_30 }, { 999, ALARM_ID_AVAILABLE_31 }, { 999, ALARM_ID_AVAILABLE_32 }, @@ -1380,7 +1380,7 @@ { 224 , ALARM_ID_HD_TREATMENT_STOPPED_BY_USER , "HD | Blood Stopped: Treatment Pause | Treatment paused by user. | Treatment stopped by user action - pressed stop button | If the user has pressed the stop button. | "}, { 225 , ALARM_ID_HD_END_OF_TREATMENT_WARNING , "HD | Process: End of Dialysis Treatment | Dialysis Treatment has completed\n- Proceed to end treatment and rinseback | HD end of treatment warning | If the treatment duration has exceeded the prescribed treatment time entered by the user. | "}, { 226 , ALARM_ID_HD_PRIME_COMPLETED_LOW_PRIORITY , "HD | Process: Pre-Treatment Priming Complete | Prime of the cartridge is complete.\n- Proceed to connect to patient. | HD prime completed low priority alarm | Start of Pre-Treatment Recirculation - notifiy user to proceed to patient connection | "}, - { 227 , ALARM_ID_HD_PRIME_OUT_OF_TIME , "HD | Process: Pre-Treatment Prime Timeout | Total cartridge prime time timeoutt.\n- Check blood and dialysate lines for clamps, kinks or leaks. | HD prime out of time alarm | If the priming elapsed time exceeded 30 minutes. | "}, + { 227 , ALARM_ID_AVAILABLE_15 , "NA | | | | | "}, { 228 , ALARM_ID_HD_PRIME_SALINE_PURGE_AIR_TIME_OUT , "HD | Process: Pre-Treatment Prime Timeout | Blood line prime with saline timeout.\n- Check blood and dialysate lines for clamps, kinks or leaks. | HD time out on prime sub-mode purge air state. | During the pre-treatment prime state, if the prime saline purge air state exceeded 60 secs. | "}, { 229 , ALARM_ID_HD_PRIME_DIALYSATE_DIALYZER_TIME_OUT , "HD | Process: Pre-Treatment Prime Timeout | Dialyzer prime timeout.\n- Check blood and dialysate lines for clamps, kinks or leaks. | HD prime dialysate dialyzer time out alarm | If the priming of the dialyzer dialysate flow path has exceeded the time limit. | "}, { 230 , ALARM_ID_HD_PRIME_DIALYSATE_BYPASS_TIME_OUT , "HD | Process: Pre-Treatment Prime Timeout | Dialyzer prime timeout.\n- Check blood and dialysate lines for clamps, kinks or leaks. | HD prime dialysate bypass time out alarm | If the priming of the dialyzer bypass flow path has exceeded the time limit. | "},