Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r0132727168202dc86bc18561eef868ef40476270 -r120b9dd0fe220c2490e495bc0cfd07b3641649d8 --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 0132727168202dc86bc18561eef868ef40476270) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 120b9dd0fe220c2490e495bc0cfd07b3641649d8) @@ -55,32 +55,32 @@ SW_CONFIG_DISABLE_VENOUS_PRESSURE_CHECK, ///< Software configuration disable venous pressure check. SW_CONFIG_DISABLE_DIALYSATE_TEMP_CHECK, ///< Software configuration disable dialysate temperature check. SW_CONFIG_DISABLE_CAL_CHECK, ///< Software configuration disable calibration check. - SW_CONFIG_ENABLE_ALARM_VOLUME_DEFAULT_LOW, - SW_CONFIG_DISABLE_ILLEGAL_AIR_TRAP_ALARM, - SW_CONFIG_DISABLE_SELF_TESTS_AIR_BUBBLE_CHECK, - SW_CONFIG_DISABLE_OCCLUSION_SELF_TEST, - SW_CONFIG_DISABLE_BLOOD_LEAK_SELF_TEST, - SW_CONFIG_DISABLE_BLOOD_LEAK_ALARM, - SW_CONFIG_DISABLE_UI_INTERACTION, - SW_CONFIG_DISABLE_SAMPLE_WATER, - SW_CONFIG_DISABLE_CONSUMABLES_TESTS, - SW_CONFIG_DISABLE_DRY_SELF_TESTS, - SW_CONFIG_DISABLE_PRIMING, - SW_CONFIG_DISABLE_WET_SELF_TEST, - SW_CONFIG_ENABLE_DVT_ARTERIAL_PRESSURE_SENSOR, - SW_CONFIG_DISABLE_ULTRAFILTRATION_ALARMS, - SW_CONFIG_DISABLE_BUBBLE_ALARMS, - SW_CONFIG_DISABLE_ACCELEROMETERS, - SW_CONFIG_DISABLE_RESERVOIRS_ALARMS, - SW_CONFIG_DISABLE_CARTRIDGE_REMOVAL_STEP, - SW_CONFIG_DISABLE_PUMPS_FLOW_LIMITS, - SW_CONFIG_DISABLE_UI_COMM_ALARMS, - SW_CONFIG_DISABLE_VOLTAGES_ALARMS, - SW_CONFIG_ENABLE_1_MIN_TREATMENT, - SW_CONFIG_ENABLE_BLOOD_PUMP_OPEN_LOOP, - SW_CONFIG_ENABLE_DIALYSATE_INLET_PUMP_OPEN_LOOP, + SW_CONFIG_ENABLE_ALARM_VOLUME_DEFAULT_LOW, ///< Software configuration enable alarm default low volume. + SW_CONFIG_DISABLE_ILLEGAL_AIR_TRAP_ALARM, ///< Software configuration disable illegal air trap alarm. + SW_CONFIG_DISABLE_SELF_TESTS_AIR_BUBBLE_CHECK, ///< Software configuration disable air bubble check self tests. + SW_CONFIG_DISABLE_OCCLUSION_SELF_TEST, ///< Software configuration disable occlusion self test. + SW_CONFIG_DISABLE_BLOOD_LEAK_SELF_TEST, ///< Software configuration disable blood leak self test. + SW_CONFIG_DISABLE_BLOOD_LEAK_ALARM, ///< Software configuration disable blood leak alarm. + SW_CONFIG_DISABLE_UI_INTERACTION, ///< Software configuration disable UI interaction. + SW_CONFIG_DISABLE_SAMPLE_WATER, ///< Software configuration disable sample water. + SW_CONFIG_DISABLE_CONSUMABLES_TESTS, ///< Software configuration disable consumables tests. + SW_CONFIG_DISABLE_DRY_SELF_TESTS, ///< Software configuration disable dry self tests. + SW_CONFIG_DISABLE_PRIMING, ///< Software configuration disable priming. + SW_CONFIG_DISABLE_WET_SELF_TEST, ///< Software configuration disable wet self test. + SW_CONFIG_ENABLE_DVT_ARTERIAL_PRESSURE_SENSOR, ///< Software configuration enable DVT arterial pressure sensor. + SW_CONFIG_DISABLE_ULTRAFILTRATION_ALARMS, ///< Software configuration disable ultrafiltration alarms. + SW_CONFIG_DISABLE_BUBBLE_ALARMS, ///< Software configuration disable bubble alarms. + SW_CONFIG_DISABLE_ACCELEROMETERS, ///< Software configuration disable accelerometers. + SW_CONFIG_DISABLE_RESERVOIRS_ALARMS, ///< Software configuration disable reservoirs alarms. + SW_CONFIG_DISABLE_CARTRIDGE_REMOVAL_STEP, ///< Software configuration disable cartridge removal step. + SW_CONFIG_DISABLE_PUMPS_FLOW_LIMITS, ///< Software configuration disable pumps flow limits. + SW_CONFIG_DISABLE_UI_COMM_ALARMS, ///< Software configuration disable UI communications alarms. + SW_CONFIG_DISABLE_VOLTAGES_ALARMS, ///< Software configuration disable voltages alarms. + SW_CONFIG_ENABLE_1_MIN_TREATMENT, ///< Software configuration enable 1-minute treatment. + SW_CONFIG_ENABLE_BLOOD_PUMP_OPEN_LOOP, ///< Software configuration enable blood pump open loop. + SW_CONFIG_ENABLE_DIALYSATE_INLET_PUMP_OPEN_LOOP, ///< Software configuration enable dialysate inlet pump open loop. SW_CONFIG_DISABLE_SWITCHES_MONITOR, ///< Software configuration disable switches monitor. - SW_CONFIG_ENABLE_VBA_SPECIAL_POSITION_C, + SW_CONFIG_ENABLE_VBA_SPECIAL_POSITION_C, ///< Software configuration enable VBA special position C. NUM_OF_SW_CONFIGS ///< Number of software configurations. } SOFTWARE_CONFIG_T; #endif