Index: tools/Code_Report.csv =================================================================== diff -u -r20f311f71413ac5fab0415216b089175c2005d8c -r9d480e64665b22ec80e9da5fd9946f1216d1a0a2 --- tools/Code_Report.csv (.../Code_Report.csv) (revision 20f311f71413ac5fab0415216b089175c2005d8c) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 9d480e64665b22ec80e9da5fd9946f1216d1a0a2) @@ -486,6 +486,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: @@ -520,6 +521,7 @@ ./hd/treatment.py, Function, get_treatment_end_state(self) -> int: ./hd/treatment.py, Function, get_treatment_stop_state(self) -> int: ./hd/treatment.py, Function, get_dialysis_state(self) -> int: +./hd/treatment.py, Function, get_dialyzer_reprime_state(self) -> int: ./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: @@ -541,7 +543,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: @@ -1163,6 +1164,7 @@ hd/treatment.py, Variable, treatment_end_state hd/treatment.py, Variable, treatment_stop_state hd/treatment.py, Variable, dialysis_state +hd/treatment.py, Variable, dialyzer_reprime_state hd/treatment.py, Variable, saline_bolus_max_vol hd/treatment.py, Variable, saline_bolus_cum_vol hd/treatment.py, Variable, saline_bolus_bol_vol