Index: tools/Code_Report.csv =================================================================== diff -u -r1f5073c6205652ea32b25a212662ef89f4d939ed -rb88e50f323b8574e20b15fcab29f4ca240a13402 --- tools/Code_Report.csv (.../Code_Report.csv) (revision 1f5073c6205652ea32b25a212662ef89f4d939ed) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision b88e50f323b8574e20b15fcab29f4ca240a13402) @@ -550,6 +550,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_bicarb_concentrate(self, bicarb: int) -> int: ./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: @@ -587,6 +588,7 @@ ./hd/treatment.py, Function, get_saline_bolus_max_volume(self) -> int: ./hd/treatment.py, Function, get_saline_bolus_cumulative_volume_delivered(self) -> float: ./hd/treatment.py, Function, get_saline_bolus_volume_delivered(self) -> float: +./hd/treatment.py, Function, get_dialysate_inlet_pump_2_bld_flush_vol_ml(self) -> float: ./hd/treatment.py, Function, get_blood_prime_target_volume(self) -> float: ./hd/treatment.py, Function, get_blood_prime_volume_delivered(self) -> float: ./hd/treatment.py, Function, get_rinseback_target_volume(self) -> float: @@ -605,7 +607,6 @@ ./hd/treatment.py, Function, cmd_set_heparin_pre_stop_time(self, pre_stop: int) -> int: ./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/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: @@ -1304,6 +1305,7 @@ hd/treatment.py, Variable, saline_bolus_max_vol hd/treatment.py, Variable, saline_bolus_cum_vol hd/treatment.py, Variable, saline_bolus_bol_vol +hd/treatment.py, Variable, dialysate_inlet_pump_2_bld_flush_vol_ml hd/treatment.py, Variable, blood_prime_tgt_vol hd/treatment.py, Variable, blood_prime_cum_vol hd/treatment.py, Variable, rinseback_tgt_vol