Index: dialin/common/hd_defs.py =================================================================== diff -u -rc566fa2b801c19dcb85851df45f08907925063c1 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- dialin/common/hd_defs.py (.../hd_defs.py) (revision c566fa2b801c19dcb85851df45f08907925063c1) +++ dialin/common/hd_defs.py (.../hd_defs.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -7,8 +7,8 @@ # # @file hd_defs.py # -# @author (last) Dara Navaei -# @date (last) 13-May-2022 +# @author (last) Micahel Garthwaite +# @date (last) 19-Jul-2022 # @author (original) Peter Lucia # @date (original) 04-Dec-2020 # Index: dialin/dg/dialysate_generator.py =================================================================== diff -u -r20c45ef8dc650f7f388ebf221b65cca196cad564 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- dialin/dg/dialysate_generator.py (.../dialysate_generator.py) (revision 20c45ef8dc650f7f388ebf221b65cca196cad564) +++ dialin/dg/dialysate_generator.py (.../dialysate_generator.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -7,8 +7,8 @@ # # @file dialysate_generator.py # -# @author (last) Dara Navaei -# @date (last) 20-Jun-2022 +# @author (last) Sean Nash +# @date (last) 08-Jul-2022 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/alarms.py =================================================================== diff -u -ra71114f4e0e47702f4c98b9eabc25182b137be00 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- dialin/hd/alarms.py (.../alarms.py) (revision a71114f4e0e47702f4c98b9eabc25182b137be00) +++ dialin/hd/alarms.py (.../alarms.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -7,8 +7,8 @@ # # @file alarms.py # -# @author (last) Sean Nash -# @date (last) 31-Mar-2022 +# @author (last) Dara Navaei +# @date (last) 03-Aug-2022 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/treatment.py =================================================================== diff -u -rf6197bf797db5f83a2af43454c2a285004faf5a8 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- dialin/hd/treatment.py (.../treatment.py) (revision f6197bf797db5f83a2af43454c2a285004faf5a8) +++ dialin/hd/treatment.py (.../treatment.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -8,7 +8,7 @@ # @file treatment.py # # @author (last) Micahel Garthwaite -# @date (last) 09-Mar-2022 +# @date (last) 18-May-2022 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: dialin/hd/ui_proxy.py =================================================================== diff -u -r10821f729e93d5b3873cb0bd5409469721d63a8f -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- dialin/hd/ui_proxy.py (.../ui_proxy.py) (revision 10821f729e93d5b3873cb0bd5409469721d63a8f) +++ dialin/hd/ui_proxy.py (.../ui_proxy.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -8,7 +8,7 @@ # @file ui_proxy.py # # @author (last) Dara Navaei -# @date (last) 15-Oct-2021 +# @date (last) 03-Aug-2022 # @author (original) Sean # @date (original) 15-Apr-2020 # @@ -17,6 +17,7 @@ from enum import unique from collections import OrderedDict from logging import Logger +from enum import unique from ..common.msg_defs import MsgIds, RequestRejectReasons, MsgFieldPositions from ..common.hd_defs import TreatmentParameters Index: setup.py =================================================================== diff -u -r6f21ecd003b1ae447984b46c44c4a7508dbf64c9 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- setup.py (.../setup.py) (revision 6f21ecd003b1ae447984b46c44c4a7508dbf64c9) +++ setup.py (.../setup.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -7,8 +7,8 @@ # # @file setup.py # -# @author (last) Quang Nguyen -# @date (last) 09-Aug-2021 +# @author (last) Micahel Garthwaite +# @date (last) 19-May-2022 # @author (original) Peter Lucia # @date (original) 02-Apr-2020 # Index: tests/dg_tests.py =================================================================== diff -u -ra71114f4e0e47702f4c98b9eabc25182b137be00 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- tests/dg_tests.py (.../dg_tests.py) (revision a71114f4e0e47702f4c98b9eabc25182b137be00) +++ tests/dg_tests.py (.../dg_tests.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -8,7 +8,7 @@ # @file dg_tests.py # # @author (last) Dara Navaei -# @date (last) 20-Jun-2022 +# @date (last) 26-Jul-2022 # @author (original) Dara Navaei # @date (original) 16-Jan-2022 # Index: tests/hd_nvm_scripts.py =================================================================== diff -u -ra71114f4e0e47702f4c98b9eabc25182b137be00 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision a71114f4e0e47702f4c98b9eabc25182b137be00) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -8,7 +8,7 @@ # @file hd_nvm_scripts.py # # @author (last) Dara Navaei -# @date (last) 20-Jun-2022 +# @date (last) 26-Jul-2022 # @author (original) Dara Navaei # @date (original) 10-Feb-2022 # Index: tests/peter/set_RTCs.py =================================================================== diff -u -re67b967e9fe09d1e842efc04fa52e477165f0fb3 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- tests/peter/set_RTCs.py (.../set_RTCs.py) (revision e67b967e9fe09d1e842efc04fa52e477165f0fb3) +++ tests/peter/set_RTCs.py (.../set_RTCs.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -8,7 +8,7 @@ # @file set_RTCs.py # # @author (last) Dara Navaei -# @date (last) 20-Jun-2022 +# @date (last) 28-Jun-2022 # @author (original) Peter Lucia # @date (original) 29-Apr-2021 # Index: tests/peter/test_dg_records.py =================================================================== diff -u -re67b967e9fe09d1e842efc04fa52e477165f0fb3 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- tests/peter/test_dg_records.py (.../test_dg_records.py) (revision e67b967e9fe09d1e842efc04fa52e477165f0fb3) +++ tests/peter/test_dg_records.py (.../test_dg_records.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -8,7 +8,7 @@ # @file test_dg_records.py # # @author (last) Dara Navaei -# @date (last) 18-Jun-2022 +# @date (last) 23-Jun-2022 # @author (original) Dara Navaei # @date (original) 20-Jul-2021 # Index: tests/test_flush.py =================================================================== diff -u -ra71114f4e0e47702f4c98b9eabc25182b137be00 -rab95fd4d07280a6af9a18956a4e55ac9d62823e2 --- tests/test_flush.py (.../test_flush.py) (revision a71114f4e0e47702f4c98b9eabc25182b137be00) +++ tests/test_flush.py (.../test_flush.py) (revision ab95fd4d07280a6af9a18956a4e55ac9d62823e2) @@ -8,7 +8,7 @@ # @file test_flush.py # # @author (last) Dara Navaei -# @date (last) 23-Nov-2021 +# @date (last) 26-Jul-2022 # @author (original) Dara Navaei # @date (original) 16-Apr-2021 #