Index: AlarmDefs.h =================================================================== diff -u -r33356d7f479c426e1602a9bcf0f74e9dd35f592d -r4312cebe161026be4d4b7b06b56dd02dd7f517a1 --- AlarmDefs.h (.../AlarmDefs.h) (revision 33356d7f479c426e1602a9bcf0f74e9dd35f592d) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 4312cebe161026be4d4b7b06b56dd02dd7f517a1) @@ -128,28 +128,28 @@ ALARM_ID_AVAILABLE_97 = 97 , ///< Available alarms ALARM_ID_AVAILABLE_98 = 98 , ///< Available alarms ALARM_ID_AVAILABLE_99 = 99 , ///< Available alarms - ALARM_ID_AVAILABLE_100 = 100, ///< Available alarms - // TD UI 30 Alarms and some reserved IDs from 101 to 130 - ALARM_ID_TD_COMM_TIMEOUT = 101, ///< TD communication timeout - ALARM_ID_TD_UI_POST_FAILURE_OS_VERSION = 102, ///< TD UI POST OS version compatibility failure - ALARM_ID_TD_UI_POST_FAILURE_SHASUM = 103, ///< TD UI POST Application Integrity (Sha256Sum) failure - ALARM_ID_TD_UI_POST_FAILURE_CANBUS = 104, ///< TD UI POST CANBus failure - ALARM_ID_TD_UI_POST_FAILURE_DISPLAY = 105, ///< TD UI POST Display failure - ALARM_ID_TD_UI_POST_FAILURE_TOUCH = 106, ///< TD UI POST Touch failure - ALARM_ID_TD_UI_POST_FAILURE_SDCARD = 107, ///< TD UI POST SD-Card failure - ALARM_ID_TD_UI_POST_FAILURE_RTC = 108, ///< TD UI POST RTC failure - ALARM_ID_TD_UI_POST_FAILURE_WIFI = 109, ///< TD UI POST WiFi failure - ALARM_ID_TD_UI_POST_FAILURE_BLUETOOTH = 110, ///< TD UI POST Bluetooth failure - ALARM_ID_TD_UI_POST_FAILURE_ETHERNET = 111, ///< TD UI POST Ethernet failure - ALARM_ID_TD_UI_POST_FAILURE_SOUND = 112, ///< TD UI POST Sound failure - ALARM_ID_TD_UI_POST_FAILURE_CLOUDSYNC = 113, ///< TD UI POST CloudSync failure - ALARM_ID_TD_UI_POST_FAILURE_INVALID_YEAR = 114, ///< TD UI POST Year check failure - ALARM_ID_TD_UI_POST_FAILURE_SETTINGS_BAD = 115, ///< TD UI POST Configuration check failure - ALARM_ID_TD_UI_EVNT_FAILURE_SDCARD = 116, ///< TD UI EVNT SD-Card failure - ALARM_ID_TD_UI_RESERVED_116 = 117, ///< TD UI Reserved failure - ALARM_ID_TD_UI_RESERVED_117 = 118, ///< TD UI Reserved failure - ALARM_ID_TD_UI_RESERVED_118 = 119, ///< TD UI Reserved failure - ALARM_ID_TD_UI_RESERVED_119 = 120, ///< TD UI Reserved failure + // TD UI 30 + 1 Alarms and some reserved IDs from 100 to 130 + ALARM_ID_TD_COMM_TIMEOUT = 100, ///< TD communication timeout + ALARM_ID_TD_UI_POST_FAILURE_OS_VERSION = 101, ///< TD UI POST OS version compatibility failure + ALARM_ID_TD_UI_POST_FAILURE_SHASUM = 102, ///< TD UI POST Application Integrity (Sha256Sum) failure + ALARM_ID_TD_UI_POST_FAILURE_CANBUS = 103, ///< TD UI POST CANBus failure + ALARM_ID_TD_UI_POST_FAILURE_DISPLAY = 104, ///< TD UI POST Display failure + ALARM_ID_TD_UI_POST_FAILURE_TOUCH = 105, ///< TD UI POST Touch failure + ALARM_ID_TD_UI_POST_FAILURE_SDCARD = 106, ///< TD UI POST SD-Card failure + ALARM_ID_TD_UI_POST_FAILURE_RTC = 107, ///< TD UI POST RTC failure + ALARM_ID_TD_UI_POST_FAILURE_WIFI = 108, ///< TD UI POST WiFi failure + ALARM_ID_TD_UI_POST_FAILURE_BLUETOOTH = 109, ///< TD UI POST Bluetooth failure + ALARM_ID_TD_UI_POST_FAILURE_ETHERNET = 110, ///< TD UI POST Ethernet failure + ALARM_ID_TD_UI_POST_FAILURE_SOUND = 111, ///< TD UI POST Sound failure + ALARM_ID_TD_UI_POST_FAILURE_CLOUDSYNC = 112, ///< TD UI POST CloudSync failure + ALARM_ID_TD_UI_POST_FAILURE_INVALID_YEAR = 113, ///< TD UI POST Year check failure + ALARM_ID_TD_UI_POST_FAILURE_SETTINGS_BAD = 114, ///< TD UI POST Configuration check failure + ALARM_ID_TD_UI_EVNT_FAILURE_SDCARD = 115, ///< TD UI EVNT SD-Card failure + ALARM_ID_TD_UI_RESERVED_116 = 116, ///< TD UI Reserved failure + ALARM_ID_TD_UI_RESERVED_117 = 117, ///< TD UI Reserved failure + ALARM_ID_TD_UI_RESERVED_118 = 118, ///< TD UI Reserved failure + ALARM_ID_TD_UI_RESERVED_119 = 119, ///< TD UI Reserved failure + ALARM_ID_TD_UI_RESERVED_120 = 120, ///< TD UI Reserved failure ALARM_ID_TD_UI_RESERVED_121 = 121, ///< TD UI Reserved failure ALARM_ID_TD_UI_RESERVED_122 = 122, ///< TD UI Reserved failure ALARM_ID_TD_UI_RESERVED_123 = 123, ///< TD UI Reserved failure @@ -394,7 +394,6 @@ { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_AVAILABLE_97 }, { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_AVAILABLE_98 }, { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_AVAILABLE_99 }, - { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_AVAILABLE_100 }, { ALARM_PRIORITY_HIGH, 0, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_COMM_TIMEOUT }, { ALARM_PRIORITY_HIGH, 1, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_POST_FAILURE_OS_VERSION }, { ALARM_PRIORITY_HIGH, 1, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_POST_FAILURE_SHASUM }, @@ -415,6 +414,7 @@ { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_RESERVED_117 }, { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_RESERVED_118 }, { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_RESERVED_119 }, + { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_RESERVED_120 }, { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_RESERVED_121 }, { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_RESERVED_122 }, { ALARM_PRIORITY_LOW, 999, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_TD_UI_RESERVED_123 }, @@ -545,11 +545,11 @@ { 999, ALARM_ID_AVAILABLE_97 }, { 999, ALARM_ID_AVAILABLE_98 }, { 999, ALARM_ID_AVAILABLE_99 }, - { 999, ALARM_ID_AVAILABLE_100 }, { 999, ALARM_ID_TD_UI_RESERVED_116 }, { 999, ALARM_ID_TD_UI_RESERVED_117 }, { 999, ALARM_ID_TD_UI_RESERVED_118 }, { 999, ALARM_ID_TD_UI_RESERVED_119 }, + { 999, ALARM_ID_TD_UI_RESERVED_120 }, { 999, ALARM_ID_TD_UI_RESERVED_121 }, { 999, ALARM_ID_TD_UI_RESERVED_122 }, { 999, ALARM_ID_TD_UI_RESERVED_123 }, @@ -687,27 +687,27 @@ { 97 , ALARM_ID_AVAILABLE_97 , " | | | | | | "}, { 98 , ALARM_ID_AVAILABLE_98 , " | | | | | | "}, { 99 , ALARM_ID_AVAILABLE_99 , " | | | | | | "}, - { 100 , ALARM_ID_AVAILABLE_100 , " | | | | | | "}, - { 101 , ALARM_ID_TD_COMM_TIMEOUT , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- Proc Comm | HD communication timeout | If the HD stops communicating with the UI. | "}, - { 102 , ALARM_ID_TD_UI_POST_FAILURE_OS_VERSION , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: OS Version | UI POST OS Version compatibility failure | If the UI POST reports the OS Version compatibility failure. | "}, - { 103 , ALARM_ID_TD_UI_POST_FAILURE_SHASUM , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Image | UI POST Application Integrity (Sha256Sum) failure | If the UI POST reports shasum failure. | "}, - { 104 , ALARM_ID_TD_UI_POST_FAILURE_CANBUS , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI CAN Driver | UI POST CANBus failure | If the UI POST reports can bus failure. | "}, - { 105 , ALARM_ID_TD_UI_POST_FAILURE_DISPLAY , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | | UI POST Display failure | If the UI POST reports display failure. | "}, - { 106 , ALARM_ID_TD_UI_POST_FAILURE_TOUCH , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Touch Driver | UI POST Touch failure | If the UI POST reports touch failure. | "}, - { 107 , ALARM_ID_TD_UI_POST_FAILURE_SDCARD , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI SD- Card | UI POST SD-Card failure | If the UI POST reports SD card failure. | "}, - { 108 , ALARM_ID_TD_UI_POST_FAILURE_RTC , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI RTC | UI POST RTC failure | If the UI POST reports RTC failure. | "}, - { 109 , ALARM_ID_TD_UI_POST_FAILURE_WIFI , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI WiFi | UI POST WiFi failure | If the UI POST reports WiFi failure. | "}, - { 110 , ALARM_ID_TD_UI_POST_FAILURE_BLUETOOTH , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Bluetooth | UI POST Bluetooth failure | If the UI POST reports bluetooth failure. | "}, - { 111 , ALARM_ID_TD_UI_POST_FAILURE_ETHERNET , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Ethernet | UI POST Ethernet failure | If the UI POST reports ethernet failure. | "}, - { 112 , ALARM_ID_TD_UI_POST_FAILURE_SOUND , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Sound | UI POST Sound failure | If the UI POST reports sound failure. | "}, - { 113 , ALARM_ID_TD_UI_POST_FAILURE_CLOUDSYNC , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI CloudSync | UI POST cloud sync POST failure | If the UI POST reports cloud communication failure. | "}, - { 114 , ALARM_ID_TD_UI_POST_FAILURE_INVALID_YEAR , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST Alarm: UI Invalid Year | UI POST Invalid Year | If the UI POST reports an invalid year. | "}, - { 115 , ALARM_ID_TD_UI_POST_FAILURE_SETTINGS_BAD , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST Alarm: UI Bad Settings | UI POST Bad Settings | If the UI POST reports has a bad settings. (e.g. no settings read, empty settings file, invalid/empty parms, checksum failure) | "}, - { 116 , ALARM_ID_TD_UI_EVNT_FAILURE_SDCARD , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- SD- Card Fault | SD card is non-operational | SD card is non-operational | "}, - { 117 , ALARM_ID_TD_UI_RESERVED_116 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, - { 118 , ALARM_ID_TD_UI_RESERVED_117 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, - { 119 , ALARM_ID_TD_UI_RESERVED_118 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, - { 120 , ALARM_ID_TD_UI_RESERVED_119 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, + { 100 , ALARM_ID_TD_COMM_TIMEOUT , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- Proc Comm | HD communication timeout | If the HD stops communicating with the UI. | "}, + { 101 , ALARM_ID_TD_UI_POST_FAILURE_OS_VERSION , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: OS Version | UI POST OS Version compatibility failure | If the UI POST reports the OS Version compatibility failure. | "}, + { 102 , ALARM_ID_TD_UI_POST_FAILURE_SHASUM , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Image | UI POST Application Integrity (Sha256Sum) failure | If the UI POST reports shasum failure. | "}, + { 103 , ALARM_ID_TD_UI_POST_FAILURE_CANBUS , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI CAN Driver | UI POST CANBus failure | If the UI POST reports can bus failure. | "}, + { 104 , ALARM_ID_TD_UI_POST_FAILURE_DISPLAY , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | | UI POST Display failure | If the UI POST reports display failure. | "}, + { 105 , ALARM_ID_TD_UI_POST_FAILURE_TOUCH , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Touch Driver | UI POST Touch failure | If the UI POST reports touch failure. | "}, + { 106 , ALARM_ID_TD_UI_POST_FAILURE_SDCARD , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI SD- Card | UI POST SD-Card failure | If the UI POST reports SD card failure. | "}, + { 107 , ALARM_ID_TD_UI_POST_FAILURE_RTC , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI RTC | UI POST RTC failure | If the UI POST reports RTC failure. | "}, + { 108 , ALARM_ID_TD_UI_POST_FAILURE_WIFI , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI WiFi | UI POST WiFi failure | If the UI POST reports WiFi failure. | "}, + { 109 , ALARM_ID_TD_UI_POST_FAILURE_BLUETOOTH , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Bluetooth | UI POST Bluetooth failure | If the UI POST reports bluetooth failure. | "}, + { 110 , ALARM_ID_TD_UI_POST_FAILURE_ETHERNET , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Ethernet | UI POST Ethernet failure | If the UI POST reports ethernet failure. | "}, + { 111 , ALARM_ID_TD_UI_POST_FAILURE_SOUND , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI Sound | UI POST Sound failure | If the UI POST reports sound failure. | "}, + { 112 , ALARM_ID_TD_UI_POST_FAILURE_CLOUDSYNC , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST: UI CloudSync | UI POST cloud sync POST failure | If the UI POST reports cloud communication failure. | "}, + { 113 , ALARM_ID_TD_UI_POST_FAILURE_INVALID_YEAR , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST Alarm: UI Invalid Year | UI POST Invalid Year | If the UI POST reports an invalid year. | "}, + { 114 , ALARM_ID_TD_UI_POST_FAILURE_SETTINGS_BAD , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD POST Alarm: UI Bad Settings | UI POST Bad Settings | If the UI POST reports has a bad settings. (e.g. no settings read, empty settings file, invalid/empty parms, checksum failure) | "}, + { 115 , ALARM_ID_TD_UI_EVNT_FAILURE_SDCARD , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- SD- Card Fault | SD card is non-operational | SD card is non-operational | "}, + { 116 , ALARM_ID_TD_UI_RESERVED_116 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, + { 117 , ALARM_ID_TD_UI_RESERVED_117 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, + { 118 , ALARM_ID_TD_UI_RESERVED_118 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, + { 119 , ALARM_ID_TD_UI_RESERVED_119 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, + { 120 , ALARM_ID_TD_UI_RESERVED_120 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, { 121 , ALARM_ID_TD_UI_RESERVED_121 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, { 122 , ALARM_ID_TD_UI_RESERVED_122 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "}, { 123 , ALARM_ID_TD_UI_RESERVED_123 , "UI TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis 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. | HD Fault: UI- RESERVED | RESERVED | RESERVED | "},