From 8160165eae598dcf037278c314c4b8355285a23b Mon Sep 17 00:00:00 2001 From: Usama Idriss Kakumba <53287480+usamaidrsk@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:49:42 +0300 Subject: [PATCH] add dateAndTimeOfDeath to death fields --- configs/openmrs/frontend_config/ozone-frontend-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/openmrs/frontend_config/ozone-frontend-config.json b/configs/openmrs/frontend_config/ozone-frontend-config.json index f385629..42cdc74 100644 --- a/configs/openmrs/frontend_config/ozone-frontend-config.json +++ b/configs/openmrs/frontend_config/ozone-frontend-config.json @@ -171,6 +171,7 @@ "id": "death", "name": "Death Information", "fields": [ + "dateAndTimeOfDeath", "causeOfDeath" ] },