Index: dialin/hd/treatment.py =================================================================== diff -u -rc3b33cf5796df77eb213523c1e06ba4adbb9501d -rd4468c2d6cbeb3e37a6b4557e201a2a6c64cb558 --- dialin/hd/treatment.py (.../treatment.py) (revision c3b33cf5796df77eb213523c1e06ba4adbb9501d) +++ dialin/hd/treatment.py (.../treatment.py) (revision d4468c2d6cbeb3e37a6b4557e201a2a6c64cb558) @@ -705,8 +705,8 @@ self.current_arterial_high = arthigh[0] self.current_venous_low = venouslow[0] self.current_venous_high = venoushigh[0] - self.current_heparin_bolus = hepdispense[0] - self.current_heparin_dispense = hepbolus[0] + self.current_heparin_bolus = hepbolus[0] + self.current_heparin_dispense = hepdispense[0] self.current_dialysate_temp = dialtemp[0] self.current_uf_volume = ufvol[0]