Index: AlarmDefs.h =================================================================== diff -u -r36c12cf96f2407cab24eabc26a78ea13f55e56e0 -r69a1e57a8e9cce71cd51c51e49dac00b62c58ed5 --- AlarmDefs.h (.../AlarmDefs.h) (revision 36c12cf96f2407cab24eabc26a78ea13f55e56e0) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 69a1e57a8e9cce71cd51c51e49dac00b62c58ed5) @@ -234,7 +234,6 @@ ALARM_ID_TD_BP_SYSTOLIC_HIGH = 202, ///< TD blood pressure systolic high ALARM_ID_TD_BP_HEART_RATE_LOW = 203, ///< TD blood pressure heart rate low ALARM_ID_TD_BP_HEART_RATE_HIGH = 204, ///< TD blood pressure heart rate high - ALARM_ID_TD_BP_MODULE_ERROR = 205, ///< TD blood pressure module errror NUM_OF_ALARM_IDS ///< Number of alarms }; typedef enum Alarm_List ALARM_ID_T; ///< Type for alarm list enumeration @@ -587,7 +586,6 @@ { ALARM_PRIORITY_MEDIUM, 693, ALM_SRC_TD, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, ALARM_ID_TD_BP_SYSTOLIC_HIGH }, { ALARM_PRIORITY_MEDIUM, 694, ALM_SRC_TD, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, ALARM_ID_TD_BP_HEART_RATE_LOW }, { ALARM_PRIORITY_MEDIUM, 695, ALM_SRC_TD, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, ALARM_ID_TD_BP_HEART_RATE_HIGH }, - { ALARM_PRIORITY_MEDIUM, 696, ALM_SRC_TD, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, ALARM_ID_TD_BP_MODULE_ERROR }, }; // Priority Rank Source Fault DDFault Stops ClrIm NoClr NoRes NoRin NoEnd BlkRB BlkET NoBRcr NoDRcr AutoRes ClrOnly TxLog ID /// Table of alarms and their rank. @@ -758,7 +756,6 @@ { 693, ALARM_ID_TD_BP_SYSTOLIC_HIGH }, { 694, ALARM_ID_TD_BP_HEART_RATE_LOW }, { 695, ALARM_ID_TD_BP_HEART_RATE_HIGH }, - { 696, ALARM_ID_TD_BP_MODULE_ERROR }, { 698, ALARM_ID_DD_BLOOD_LEAK_RECOVERING_PLEASE_WAIT }, { 700, ALARM_ID_TD_ARTERIAL_PRESSURE_SELF_TEST_FAILURE }, { 700, ALARM_ID_TD_VENOUS_PRESSURE_SELF_TEST_FAILURE }, @@ -1033,7 +1030,6 @@ { 202 , ALARM_ID_TD_BP_SYSTOLIC_HIGH , "TD | Blood Stopped: Systolic BP High | The patient's systolic blood pressure is above the configured high limit.\n- Verify patient condition.\n- Check blood pressure cuff placement.\n- Repeat blood pressure measurement if necessary. | Process: Blood Pressure Monitoring | Patient systolic blood pressure above configured high threshold | Triggered when systolic blood pressure exceeds the configured high limit. | "}, { 203 , ALARM_ID_TD_BP_HEART_RATE_LOW , "TD | Blood Stopped: Heart Rate Low | The patient's heart rate is below the configured low limit.\n- Verify patient condition.\n- Ensure blood pressure cuff and sensors are functioning correctly.\n- Repeat blood pressure measurement if necessary. | Process: Blood Pressure Monitoring | Patient heart rate below configured low threshold | Triggered when heart rate is below the configured low limit. | "}, { 204 , ALARM_ID_TD_BP_HEART_RATE_HIGH , "TD | Blood Stopped: Heart Rate High | The patient's heart rate is above the configured high limit.\n- Verify patient condition.\n- Ensure blood pressure cuff and sensors are functioning correctly.\n- Repeat blood pressure measurement if necessary. | Process: Blood Pressure Monitoring | Patient heart rate above configured high threshold | Triggered when heart rate exceeds the configured high limit. | "}, - { 205 , ALARM_ID_TD_BP_MODULE_ERROR , "TD | Blood Pressure Module Error | A problem has been detected with the blood pressure module communication.\n- Verify blood pressure module connections.\n- Ensure FPGA communication is functioning correctly.\n- Restart treatment if issue persists. | Process: Blood Pressure Monitoring | TD Blood pressure module communication failure | Triggered when the FPGA blood pressure module reports a communication or hardware error. | "}, }; #endif // manual alarms