diff --git a/plugins/covid/lab.py b/plugins/covid/lab.py index 54b6f18b6..61b3e55f9 100644 --- a/plugins/covid/lab.py +++ b/plugins/covid/lab.py @@ -283,7 +283,9 @@ def get_covid_result_ticker(patient): 'date_str' : timestamp.strftime('%d/%m/%Y %H:%M'), 'timestamp' : timestamp, 'name' : _get_covid_test(test).OBSERVATION_NAME, - 'value' : result_string + 'value' : result_string, + 'test_name' : test.test_name, + 'lab_number': test.lab_number } )