Index: tools/Code_Report.csv =================================================================== diff -u -rbd5dbef63b70c3c6c6435a184b9c4f060e5455d6 -red799225791192c404c39212d98cdc1134f9d6c9 --- tools/Code_Report.csv (.../Code_Report.csv) (revision bd5dbef63b70c3c6c6435a184b9c4f060e5455d6) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision ed799225791192c404c39212d98cdc1134f9d6c9) @@ -51,11 +51,11 @@ ./dg/cpld.py, Function, get_cpld_audio(self) -> int: ./dg/cpld.py, Function, get_cpld_fault_led(self) -> int: ./dg/cpld.py, Function, get_cpld_clean_led(self) -> int: +./dg/dialysate_fill.py, Function, cmd_used_acid_volume_override(self, volume: float) -> int: ./dg/dialysate_fill.py, Function, cmd_used_bicarb_volume_override(self, volume: float) -> int: ./dg/dialysate_fill.py, Function, cmd_fill_mode_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./dg/dialysate_fill.py, Function, cmd_dialysate_fill_integrated_volume_override(self, volume: float, reset: int = NO_RESET) -> int: ./dg/dialysate_fill.py, Function, get_fill_mode_data(self): -./dg/dialysate_fill.py, Function, cmd_used_acid_volume_override(self, volume: float) -> int: ./dg/dialysate_generator.py, Function, get_version(self): ./dg/dialysate_generator.py, Function, get_fpga_version(self): ./dg/dialysate_generator.py, Function, get_operation_mode(self): @@ -204,19 +204,19 @@ ./dg/thermistors.py, Function, cmd_thermistors_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./dg/thermistors.py, Function, get_temperature(self, thermistor): ./dg/thermistors.py, Function, cmd_thermistors_value_override(self, thermistor: int, value: float, reset: int = NO_RESET) -> int: +./dg/usage_info_record.py, Function, cmd_dg_usage_info_crc_override(self, crc: int) -> bool: ./dg/usage_info_record.py, Function, cmd_update_dg_usage_info_record(self, excel_report_path: str): ./dg/usage_info_record.py, Function, cmd_get_dg_usage_info_record(self, report_address: str = None): ./dg/usage_info_record.py, Function, cmd_reset_dg_usage_info_record(self) -> bool: ./dg/usage_info_record.py, Function, cmd_set_dg_usage_info_excel_to_fw(self, report_address: str): -./dg/usage_info_record.py, Function, cmd_dg_usage_info_crc_override(self, crc: int) -> bool: +./dg/uv_reactors.py, Function, get_outlet_uv_reactor_state(self) -> int: ./dg/uv_reactors.py, Function, cmd_uv_reactors_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./dg/uv_reactors.py, Function, cmd_uv_reactors_health_override(self, reactor: int, health: int, reset: int = NO_RESET) -> int: ./dg/uv_reactors.py, Function, cmd_start_stop_inlet_uv_reactor(self, state: int = ReactorsStates.UV_REACTOR_STATE_OFF.value) -> int: ./dg/uv_reactors.py, Function, cmd_start_stop_outlet_uv_reactor(self, state: int = ReactorsStates.UV_REACTOR_STATE_ON.value) -> int: ./dg/uv_reactors.py, Function, get_inlet_uv_reactor_health(self) -> int: ./dg/uv_reactors.py, Function, get_outlet_uv_reactor_health(self) -> int: ./dg/uv_reactors.py, Function, get_inlet_uv_reactor_state(self) -> int: -./dg/uv_reactors.py, Function, get_outlet_uv_reactor_state(self) -> int: ./dg/valves.py, Function, get_valve_states(self): ./dg/valves.py, Function, sort_by_id(observation): ./dg/valves.py, Function, cmd_valve_sensed_state_override(self, valve: int, state: bool, reset: int = NO_RESET) -> int: @@ -333,6 +333,7 @@ ./hd/calibration_record.py, Function, cmd_set_hd_calibration_record(self, hd_calibration_record: OrderedDict) -> bool: ./hd/calibration_record.py, Function, cmd_reset_hd_calibration_record(self) -> bool: ./hd/calibration_record.py, Function, cmd_get_hd_calibration_record_report(self, report_destination: str = None): +./hd/dialysate_inlet_flow.py, Function, get_measured_dialysate_inlet_pump_motor_controller_current(self): ./hd/dialysate_inlet_flow.py, Function, get_pwm_duty_cycle_pct(self): ./hd/dialysate_inlet_flow.py, Function, get_rotor_count(self): ./hd/dialysate_inlet_flow.py, Function, get_pres_dialysate_flow_rate(self): @@ -351,7 +352,6 @@ ./hd/dialysate_inlet_flow.py, Function, get_measured_dialysate_inlet_pump_rotor_speed(self): ./hd/dialysate_inlet_flow.py, Function, get_measured_dialysate_inlet_pump_speed(self): ./hd/dialysate_inlet_flow.py, Function, get_measured_dialysate_inlet_pump_motor_controller_speed(self): -./hd/dialysate_inlet_flow.py, Function, get_measured_dialysate_inlet_pump_motor_controller_current(self): ./hd/dialysate_outlet_flow.py, Function, get_pwm_duty_cycle_pct(self): ./hd/dialysate_outlet_flow.py, Function, cmd_dialysate_outlet_flow_set_point_override(self, ./hd/dialysate_outlet_flow.py, Function, cmd_dialysate_outlet_reference_uf_volume_override(self, refvol: float, reset: int = NO_RESET) -> int: @@ -363,8 +363,8 @@ ./hd/dialysate_outlet_flow.py, Function, cmd_dialysate_outlet_flow_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./hd/dialysate_outlet_flow.py, Function, cmd_dialysate_outlet_pump_load_cell_weight_override(self, sensor: int, weight: float, ./hd/dialysate_outlet_flow.py, Function, cmd_set_load_cell_weights(self, r1p: float, r1b: float, r2p: float, r2b: float) -> int: -./hd/dialysate_outlet_flow.py, Function, get_reference_dialysate_outlet_uf_volume(self): ./hd/dialysate_outlet_flow.py, Function, cmd_home_dialysate_outlet_pump(self) -> int: +./hd/dialysate_outlet_flow.py, Function, get_reference_dialysate_outlet_uf_volume(self): ./hd/dialysate_outlet_flow.py, Function, cmd_dialysate_outlet_pump_set_pwm(self, pwm_pct: float) -> int: ./hd/dialysate_outlet_flow.py, Function, get_measured_dialysate_outlet_uf_volume(self): ./hd/dialysate_outlet_flow.py, Function, get_measured_dialysate_outlet_pump_rotor_speed(self): @@ -410,6 +410,7 @@ ./hd/pressure_occlusion.py, Function, get_arterial_pressure(self): ./hd/pressure_occlusion.py, Function, get_venous_pressure(self): ./hd/pressure_occlusion.py, Function, get_blood_pump_occlusion(self): +./hd/pretreatment.py, Function, get_pre_treatment_submode(self): ./hd/pretreatment.py, Function, get_pre_treatment_sample_water_state(self): ./hd/pretreatment.py, Function, get_pre_treatment_consumable_self_test_state(self): ./hd/pretreatment.py, Function, get_pre_treatment_no_cart_self_test_state(self): @@ -425,12 +426,11 @@ ./hd/pretreatment.py, Function, get_prime_timeout(self): ./hd/pretreatment.py, Function, get_prime_time_countdown(self): ./hd/pretreatment.py, Function, get_wet_self_test_state(self): -./hd/pretreatment.py, Function, get_pre_treatment_submode(self): +./hd/rtc.py, Function, cmd_set_rtc_time_and_date(self, second: int, minute: int, hour: int, day: int, month: int, year: int) -> int: ./hd/rtc.py, Function, cmd_rtc_ctl_reg1_status_override(self, status: int = 0, reset: int = NO_RESET) -> int: ./hd/rtc.py, Function, cmd_rtc_ctl_reg3_status_override(self, status: int = 0, reset: int = NO_RESET) -> int: ./hd/rtc.py, Function, get_rtc_epoch(self): ./hd/rtc.py, Function, cmd_stop_rtc(self): -./hd/rtc.py, Function, cmd_set_rtc_time_and_date(self, second: int, minute: int, hour: int, day: int, month: int, year: int) -> int: ./hd/service_record.py, Function, cmd_hd_service_record_crc_override(self, crc: int) -> bool: ./hd/service_record.py, Function, cmd_set_hd_service_record(self, hd_service_record: OrderedDict) -> bool: ./hd/service_record.py, Function, cmd_set_dg_service_record_excel_to_fw(self, report_address: str): @@ -481,6 +481,7 @@ ./hd/temperatures.py, Function, cmd_temperatures_value_override(self, sensor: int, value: float, reset: int = NO_RESET) -> int: ./hd/temperatures.py, Function, cmd_temperatures_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./hd/temperatures.py, Function, get_hd_temperatures_values(self) -> dict: +./hd/treatment.py, Function, cmd_set_dialyzer_type(self, dialyzer: int) -> int: ./hd/treatment.py, Function, cmd_set_bp_measurement_interval(self, intvl: int) -> int: ./hd/treatment.py, Function, cmd_set_rinseback_flow_rate(self, flow: int) -> int: ./hd/treatment.py, Function, cmd_set_arterial_pressure_low_alarm_limit(self, pres: int) -> int: @@ -536,7 +537,6 @@ ./hd/treatment.py, Function, cmd_set_saline_bolus_volume(self, volume: int) -> int: ./hd/treatment.py, Function, cmd_set_acid_concentrate(self, acid: int) -> int: ./hd/treatment.py, Function, cmd_set_bicarb_concentrate(self, bicarb: int) -> int: -./hd/treatment.py, Function, cmd_set_dialyzer_type(self, dialyzer: int) -> int: ./hd/ui_proxy.py, Function, cmd_ui_checkin_with_hd(self) -> None: ./hd/ui_proxy.py, Function, cmd_ui_request_hd_version(self) -> None: ./hd/ui_proxy.py, Function, cmd_ui_set_alarm_audio_volume_level(self, volume: int = MAX_ALARM_VOLUME_LEVEL) -> None: @@ -642,18 +642,25 @@ dg/accelerometer.py, Variable, x dg/accelerometer.py, Variable, y dg/accelerometer.py, Variable, z +dg/accelerometer.py, Variable, dg_accel_timestamp dg/accelerometer.py, Variable, vector dg/accelerometer.py, Variable, vector_max dg/accelerometer.py, Variable, tilts +dg/alarms.py, Variable, dg_alarm_triggered_timestamp +dg/alarms.py, Variable, dg_alarm_clrd_timestamp +dg/alarms.py, Variable, dg_alarm_condition_clrd_timestamp +dg/alarms.py, Variable, dg_alarm_info_timestamp dg/alarms.py, Variable, alarm_states dg/alarms.py, Variable, alarm_conditions dg/alarms.py, Variable, safety_shutdown_active dg/calibration_record.py, Variable, dg_calibration_record +dg/calibration_record.py, Variable, dg_calibration_record_timestamp dg/chemical_disinfect_flush.py, Variable, flush_state dg/chemical_disinfect_flush.py, Variable, overall_elapsed_time dg/chemical_disinfect_flush.py, Variable, state_elapsed_time dg/chemical_disinfect_flush.py, Variable, rinse_count dg/chemical_disinfect_flush.py, Variable, flush_UI_state +dg/chemical_disinfect_flush.py, Variable, dg_chem_disinfect_flush_timestamp dg/chemical_disinfect.py, Variable, chemical_disinfect_state dg/chemical_disinfect.py, Variable, overall_elapsed_time dg/chemical_disinfect.py, Variable, state_elapsed_time @@ -663,6 +670,8 @@ dg/chemical_disinfect.py, Variable, r1_level dg/chemical_disinfect.py, Variable, r2_level dg/chemical_disinfect.py, Variable, chemical_disinfect_ui_state +dg/chemical_disinfect.py, Variable, dg_chem_disinfect_data_timestamp +dg/chemical_disinfect.py, Variable, dg_chem_disinfect_time_timestamp dg/concentrate_pumps.py, Variable, concentrate_pump_cp1_current_set_speed dg/concentrate_pumps.py, Variable, concentrate_pump_cp1_measured_speed dg/concentrate_pumps.py, Variable, concentrate_pump_cp2_current_set_speed @@ -675,6 +684,7 @@ dg/concentrate_pumps.py, Variable, concentrate_pump_cp2_parked dg/concentrate_pumps.py, Variable, concentrate_pump_cp1_park_fault dg/concentrate_pumps.py, Variable, concentrate_pump_cp2_park_fault +dg/concentrate_pumps.py, Variable, dg_concentrate_pump_timestamp dg/concentrate_pumps.py, Variable, cp1_temp_pulse dg/concentrate_pumps.py, Variable, cp2_temp_pulse dg/conductivity_sensors.py, Variable, ro_rejection_ratio @@ -690,23 +700,28 @@ dg/conductivity_sensors.py, Variable, cpo_sensor_status dg/conductivity_sensors.py, Variable, cd1_sensor_status dg/conductivity_sensors.py, Variable, cd2_sensor_status +dg/conductivity_sensors.py, Variable, dg_conductivity_timestamp dg/cpld.py, Variable, cpld_wdog dg/cpld.py, Variable, cpld_audio dg/cpld.py, Variable, cpld_fault_led dg/cpld.py, Variable, cpld_clean_led +dg/cpld.py, Variable, dg_cpld_timestamp dg/dialysate_fill.py, Variable, avg_acid dg/dialysate_fill.py, Variable, avg_bicarb dg/dialysate_fill.py, Variable, first_fill dg/dialysate_fill.py, Variable, pctDiffConduct dg/dialysate_fill.py, Variable, used_acid dg/dialysate_fill.py, Variable, used_bicarb dg/dialysate_fill.py, Variable, total_volume +dg/dialysate_fill.py, Variable, dg_fill_mode_timestamp dg/dialysate_generator.py, Variable, dg_version dg/dialysate_generator.py, Variable, fpga_version dg/dialysate_generator.py, Variable, dg_operation_mode dg/dialysate_generator.py, Variable, dg_operation_sub_mode dg/dialysate_generator.py, Variable, dg_logged_in dg/dialysate_generator.py, Variable, dg_no_transmit_msg_list +dg/dialysate_generator.py, Variable, dg_op_mode_timestamp +dg/dialysate_generator.py, Variable, dg_version_response_timestamp dg/dialysate_generator.py, Variable, accel dg/dialysate_generator.py, Variable, alarms dg/dialysate_generator.py, Variable, calibration_record @@ -751,6 +766,8 @@ dg/drain_pump.py, Variable, target_drain_pump_outlet_flow_lpm dg/drain_pump.py, Variable, drain_pump_current_A dg/drain_pump.py, Variable, drain_pump_direction +dg/drain_pump.py, Variable, dg_drain_pump_timestamp +dg/events.py, Variable, dg_events_timestamp dg/fans.py, Variable, dg_fans_duty_cycle dg/fans.py, Variable, dg_fans_target_rpm dg/fans.py, Variable, inlet_1_rpm @@ -760,22 +777,28 @@ dg/fans.py, Variable, outlet_2_rpm dg/fans.py, Variable, outlet_3_rpm dg/fans.py, Variable, rpm_alarm_time +dg/fans.py, Variable, dg_fans_timestamp dg/flow_sensors.py, Variable, measured_ro_flow_LPM dg/flow_sensors.py, Variable, measured_dialysate_flow_LPM dg/flow_sensors.py, Variable, measured_ro_flow_with_cp_LPM +dg/flow_sensors.py, Variable, dg_flow_sensors_timestamp +dg/fluid_leak.py, Variable, dg_fluid_leak_timestamp dg/fluid_leak.py, Variable, fluid_leak_state dg/flush.py, Variable, flush_state dg/flush.py, Variable, overall_elapsed_time dg/flush.py, Variable, state_elapsed_time dg/flush.py, Variable, flush_drain_line_volume_l dg/flush.py, Variable, flush_UI_state +dg/flush.py, Variable, dg_flush_data_timestamp dg/gen_idle.py, Variable, bad_fill_state dg/gen_idle.py, Variable, bad_fill_signal dg/gen_idle.py, Variable, target_fill_volume_ml dg/gen_idle.py, Variable, gen_idle_state +dg/gen_idle.py, Variable, dg_gen_idle_data_timestamp dg/heat_disinfect_active_cool.py, Variable, heat_disinfect_active_cool_state dg/heat_disinfect_active_cool.py, Variable, overall_elapsed_time dg/heat_disinfect_active_cool.py, Variable, state_elapsed_time +dg/heat_disinfect_active_cool.py, Variable, dg_heat_disinfection_active_cool_data_timestamp dg/heat_disinfect.py, Variable, heat_disinfect_state dg/heat_disinfect.py, Variable, heat_disinfect_ui_state dg/heat_disinfect.py, Variable, overall_elapsed_time @@ -788,6 +811,8 @@ dg/heat_disinfect.py, Variable, cancellation_mode dg/heat_disinfect.py, Variable, r1_level dg/heat_disinfect.py, Variable, r2_level +dg/heat_disinfect.py, Variable, dg_heat_disinfection_time_timestamp +dg/heat_disinfect.py, Variable, dg_heat_disinfection_data_timestamp dg/heaters.py, Variable, main_primary_heater_duty_cycle dg/heaters.py, Variable, small_primary_heater_duty_cycle dg/heaters.py, Variable, trimmer_heater_duty_cycle @@ -799,6 +824,8 @@ dg/heaters.py, Variable, primary_calc_target_temperature dg/heaters.py, Variable, trimmer_calc_target_temperature dg/heaters.py, Variable, trimmer_use_last_duty_cycle +dg/heaters.py, Variable, dg_heaters_timestamp +dg/load_cells.py, Variable, dg_load_cell_timestamp dg/load_cells.py, Variable, load_cell_A1 dg/load_cells.py, Variable, load_cell_A2 dg/load_cells.py, Variable, load_cell_B1 @@ -808,6 +835,7 @@ dg/pressures.py, Variable, drain_pump_inlet_pressure dg/pressures.py, Variable, drain_pump_outlet_pressure dg/pressures.py, Variable, barometric_pressure +dg/pressures.py, Variable, dg_pressures_timestamp dg/reservoirs.py, Variable, active_reservoir dg/reservoirs.py, Variable, fill_to_vol_ml dg/reservoirs.py, Variable, drain_to_vol_ml @@ -820,27 +848,41 @@ dg/reservoirs.py, Variable, temp_avg_fill dg/reservoirs.py, Variable, temp_last_fill dg/reservoirs.py, Variable, time_rsrvr_fill +dg/reservoirs.py, Variable, dg_reservoirs_timestamp dg/ro_pump.py, Variable, target_pressure_psi dg/ro_pump.py, Variable, pwm_duty_cycle_pct dg/ro_pump.py, Variable, ro_pump_state dg/ro_pump.py, Variable, target_flow_lpm dg/ro_pump.py, Variable, feedback_duty_cycle_pct +dg/ro_pump.py, Variable, dg_ro_pump_timestamp +dg/rtc.py, Variable, dg_rtc_timestamp dg/rtc.py, Variable, rtc_epoch +dg/samplewater.py, Variable, dg_filter_flush_timestamp dg/samplewater.py, Variable, filter_flush_timeout dg/samplewater.py, Variable, filter_flush_time_countdown dg/scheduled_runs_record.py, Variable, dg_scheduled_runs_record +dg/scheduled_runs_record.py, Variable, dg_scheduled_runs_record_timestamp dg/service_record.py, Variable, dg_service_record +dg/service_record.py, Variable, dg_service_record_timestamp dg/sw_configs.py, Variable, dg_sw_config_record +dg/sw_configs.py, Variable, dg_sw_config_record_timestamp +dg/switches.py, Variable, dg_switches_timestamp dg/switches.py, Variable, dg_switches_status dg/system_record.py, Variable, dg_system_record +dg/system_record.py, Variable, dg_system_record_timestamp +dg/temperatures.py, Variable, dg_temperatures_timestamp dg/temperatures.py, Variable, temperatures +dg/thermistors.py, Variable, dg_thermistors_timestamp dg/thermistors.py, Variable, thermistors dg/usage_info_record.py, Variable, dg_usage_info_record +dg/usage_info_record.py, Variable, dg_usage_info_record_timestamp +dg/uv_reactors.py, Variable, dg_uv_reactor_timestamp dg/uv_reactors.py, Variable, inlet_uv_reactor_health dg/uv_reactors.py, Variable, outlet_uv_reactor_health dg/uv_reactors.py, Variable, inlet_uv_reactor_state dg/uv_reactors.py, Variable, outlet_uv_reactor_state dg/valves.py, Variable, valves_sensed_states +dg/valves.py, Variable, dg_valves_states_timestamp dg/valves.py, Variable, valve_states_all dg/valves.py, Variable, valve_state_VRF dg/valves.py, Variable, valve_state_VRI @@ -856,18 +898,28 @@ dg/valves.py, Variable, valve_state_VPD dg/valves.py, Variable, valve_states_enum dg/valves.py, Variable, valves_sensed_states[valve] +dg/voltages.py, Variable, dg_voltages_timestamp dg/voltages.py, Variable, monitored_voltages hd/accelerometer.py, Variable, x hd/accelerometer.py, Variable, y hd/accelerometer.py, Variable, z +hd/accelerometer.py, Variable, hd_accel_timestamp hd/accelerometer.py, Variable, vector hd/accelerometer.py, Variable, vector_max hd/accelerometer.py, Variable, tilts +hd/air_bubbles.py, Variable, hd_air_bubbles_timestamp hd/air_bubbles.py, Variable, air_bubbles_status hd/air_bubbles.py, Variable, air_bubbles_state hd/air_pump.py, Variable, air_pump_state +hd/air_pump.py, Variable, hd_air_pump_timestamp hd/air_trap.py, Variable, lower_level hd/air_trap.py, Variable, upper_level +hd/air_trap.py, Variable, hd_air_trap_timestamp +hd/alarms.py, Variable, hd_alarm_status_timestamp +hd/alarms.py, Variable, hd_alarm_triggered_timestamp +hd/alarms.py, Variable, hd_alarm_cleared_timestamp +hd/alarms.py, Variable, hd_alarm_clr_condition_timestamp +hd/alarms.py, Variable, hd_alarm_information_timestamp hd/alarms.py, Variable, alarms_priority_state hd/alarms.py, Variable, alarm_top hd/alarms.py, Variable, alarms_silence_expires_in @@ -887,6 +939,8 @@ hd/alarms.py, Variable, alarm_table_button_blockers hd/alarms.py, Variable, alarm_state_button_blockers hd/alarms.py, Variable, alarm_data_type[event_data_type] +hd/battery.py, Variable, hd_battery_management_timestamp +hd/battery.py, Variable, hd_battery_status_timestamp hd/battery.py, Variable, RemainingCapacity hd/battery.py, Variable, BatteryStatus hd/battery.py, Variable, BatteryChargerStatus @@ -922,6 +976,7 @@ hd/battery.py, Variable, DeviceChemistry hd/battery.py, Variable, status_values hd/battery.py, Variable, manager_values +hd/blood_flow.py, Variable, hd_blood_flow_timestamp hd/blood_flow.py, Variable, target_blood_flow_rate hd/blood_flow.py, Variable, measured_blood_flow_rate hd/blood_flow.py, Variable, measured_blood_pump_rotor_speed @@ -931,11 +986,14 @@ hd/blood_flow.py, Variable, pwm_duty_cycle_pct hd/blood_flow.py, Variable, rotor_count hd/blood_flow.py, Variable, pres_blood_flow_rate +hd/blood_leak.py, Variable, hd_blood_leak_status_timestamp +hd/blood_leak.py, Variable, hd_blood_leak_emb_mode_response_timestamp hd/blood_leak.py, Variable, blood_leak_status hd/blood_leak.py, Variable, blood_leak_state hd/blood_leak.py, Variable, blood_leak_emb_mode_cmds hd/blood_leak.py, Variable, blood_leak_emb_mode_cmds[cmd] hd/buttons.py, Variable, poweroff_timeout_expired +hd/buttons.py, Variable, hd_power_off_timestamp hd/calibration_record.py, Variable, hd_calibration_record hd/dialysate_inlet_flow.py, Variable, target_dialysate_inlet_flow_rate hd/dialysate_inlet_flow.py, Variable, measured_dialysate_inlet_flow_rate @@ -946,19 +1004,27 @@ hd/dialysate_inlet_flow.py, Variable, pwm_duty_cycle_pct hd/dialysate_inlet_flow.py, Variable, rotor_count hd/dialysate_inlet_flow.py, Variable, pres_dialysate_flow_rate +hd/dialysate_inlet_flow.py, Variable, hd_dial_inlet_flow_timestamp hd/dialysate_outlet_flow.py, Variable, reference_dialysate_outlet_uf_volume hd/dialysate_outlet_flow.py, Variable, measured_dialysate_outlet_uf_volume hd/dialysate_outlet_flow.py, Variable, measured_dialysate_outlet_pump_rotor_speed hd/dialysate_outlet_flow.py, Variable, measured_dialysate_outlet_pump_speed hd/dialysate_outlet_flow.py, Variable, measured_dialysate_outlet_pump_mc_speed hd/dialysate_outlet_flow.py, Variable, measured_dialysate_outlet_pump_mc_current hd/dialysate_outlet_flow.py, Variable, pwm_duty_cycle_pct +hd/dialysate_outlet_flow.py, Variable, hd_dial_outlet_flow_timestamp hd/fans.py, Variable, duty_cycle hd/fans.py, Variable, target_rpm hd/fans.py, Variable, inlet_1_rpm hd/fans.py, Variable, rpm_alarm_time +hd/fans.py, Variable, hd_fans_data_timestamp hd/fans.py, Variable, remove hd/fluid_leak.py, Variable, fluid_leak_state +hd/fluid_leak.py, Variable, hd_fluid_leak_timestamp +hd/hd_events.py, Variable, hd_event_timestamp +hd/hemodialysis_device.py, Variable, hd_op_mode_timestamp +hd/hemodialysis_device.py, Variable, hd_debug_events_timestamp +hd/hemodialysis_device.py, Variable, ui_version_info_response_timestamp hd/hemodialysis_device.py, Variable, hd_operation_mode hd/hemodialysis_device.py, Variable, hd_operation_sub_mode hd/hemodialysis_device.py, Variable, hd_logged_in @@ -1004,11 +1070,17 @@ hd/hemodialysis_device.py, Variable, post_treatment hd/hemodialysis_device.py, Variable, battery hd/hemodialysis_device.py, Variable, usage_record +hd/post_treatment.py, Variable, hd_post_treatment_state_timestamp hd/post_treatment.py, Variable, post_treatment_sub_mode hd/post_treatment.py, Variable, post_treatment_drain_state +hd/pressure_occlusion.py, Variable, hd_pressure_occlusion_timestamp hd/pressure_occlusion.py, Variable, arterial_pressure hd/pressure_occlusion.py, Variable, venous_pressure hd/pressure_occlusion.py, Variable, blood_pump_occlusion +hd/pretreatment.py, Variable, hd_pre_treatment_state_timestamp +hd/pretreatment.py, Variable, hd_no_cart_st_timestamp +hd/pretreatment.py, Variable, hd_dry_st_timestamp +hd/pretreatment.py, Variable, hd_priming_timestamp hd/pretreatment.py, Variable, pre_treatment_submode hd/pretreatment.py, Variable, pre_treatment_sample_water_state hd/pretreatment.py, Variable, pre_treatment_consumable_self_test_state @@ -1026,6 +1098,7 @@ hd/pretreatment.py, Variable, dry_self_test_time_countdown hd/pretreatment.py, Variable, prime_timeout hd/pretreatment.py, Variable, prime_time_countdown +hd/reservoirs.py, Variable, hd_reservoirs_timestamp hd/reservoirs.py, Variable, reservoir_state hd/reservoirs.py, Variable, active_reservoir_uf_ml hd/reservoirs.py, Variable, active_reservoir_spent_vol_ml @@ -1034,10 +1107,14 @@ hd/reservoirs.py, Variable, time_depletion hd/reservoirs.py, Variable, time_wait_to_fill hd/reservoirs.py, Variable, temp_remove_fill_flow +hd/rtc.py, Variable, hd_rtc_timestamp hd/rtc.py, Variable, rtc_epoch hd/service_record.py, Variable, hd_service_record +hd/service_record.py, Variable, hd_service_record_timestamp hd/sw_configs.py, Variable, hd_sw_config_record +hd/sw_configs.py, Variable, hd_sw_config_record_timestamp hd/switches.py, Variable, hd_switches_status +hd/switches.py, Variable, hd_switches_timestamp hd/syringe_pump.py, Variable, syringe_pump_state hd/syringe_pump.py, Variable, heparin_state hd/syringe_pump.py, Variable, syringe_pump_set_rate_ml_hr @@ -1052,8 +1129,19 @@ hd/syringe_pump.py, Variable, syringe_pump_encoder_status hd/syringe_pump.py, Variable, syringe_pump_adc_dac_status hd/syringe_pump.py, Variable, syringe_pump_adc_read_counter +hd/syringe_pump.py, Variable, hd_syringe_pump_timestamp hd/system_record.py, Variable, hd_system_record +hd/system_record.py, Variable, hd_system_record_timestamp +hd/temperatures.py, Variable, hd_temperatures_timestamp hd/temperatures.py, Variable, hd_temperatures +hd/treatment.py, Variable, hd_treatment_time_timestamp +hd/treatment.py, Variable, hd_treatment_state_timestamp +hd/treatment.py, Variable, hd_saline_bolus_timestamp +hd/treatment.py, Variable, hd_rinseback_progress_timestamp +hd/treatment.py, Variable, hd_blood_prime_progress_timestamp +hd/treatment.py, Variable, hd_recirc_progress_timestamp +hd/treatment.py, Variable, hd_treatment_stop_timer_data_timestamp +hd/treatment.py, Variable, hd_res_current_treatment_parameters_timestamp hd/treatment.py, Variable, treatment_time_prescribed hd/treatment.py, Variable, treatment_time_elapsed hd/treatment.py, Variable, treatment_time_remaining @@ -1101,6 +1189,20 @@ hd/treatment.py, Variable, current_heparin_dispense hd/treatment.py, Variable, current_dialysate_temp hd/treatment.py, Variable, current_uf_volume +hd/ui_proxy.py, Variable, hd_uf_settings_change_res_timestamp +hd/ui_proxy.py, Variable, hd_uf_settings_change_confirm_res_timestamp +hd/ui_proxy.py, Variable, hd_treatment_time_change_res_timestamp +hd/ui_proxy.py, Variable, hd_blood_dial_rate_change_res_timestamp +hd/ui_proxy.py, Variable, hd_treatment_param_change_ranges_res_timestamp +hd/ui_proxy.py, Variable, hd_version_res_timestamp +hd/ui_proxy.py, Variable, hd_new_treatment_params_timestamp +hd/ui_proxy.py, Variable, hd_new_treatment_params_res_timestamp +hd/ui_proxy.py, Variable, hd_saline_bolus_res_timestamp +hd/ui_proxy.py, Variable, hd_set_uf_volume_parameter_res_timestamp +hd/ui_proxy.py, Variable, hd_rinseback_cmd_res_timestamp +hd/ui_proxy.py, Variable, hd_recirc_res_timestamp +hd/ui_proxy.py, Variable, hd_tx_end_cmd_res_timestamp +hd/ui_proxy.py, Variable, hd_disinfection_standby_timestamp hd/ui_proxy.py, Variable, hd_version hd/ui_proxy.py, Variable, fpga_version hd/ui_proxy.py, Variable, treatment_parameters @@ -1141,9 +1243,11 @@ hd/ui_proxy.py, Variable, reject_reasons[RequestRejectReasons(attr).name] hd/ui_proxy.py, Variable, reject_reasons hd/usage_info_record.py, Variable, hd_usage_info_record +hd/valves.py, Variable, hd_valves_timestamp hd/valves.py, Variable, valves_status hd/valves.py, Variable, hd_air_trap_status hd/voltages.py, Variable, monitored_voltages +hd/voltages.py, Variable, hd_voltages_timestamp ENUMS common/alarm_defs.py, Enum, AlarmList, AlarmList