From 857fe7e01b647eb94611ff322478a3f0cced370d Mon Sep 17 00:00:00 2001 From: Prafful Sharma <115104695+DraKen0009@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:56:55 +0530 Subject: [PATCH] fixing rhytmic_detail missing issue in event logs (#2467) corrected the spelling --- care/facility/management/commands/load_event_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/care/facility/management/commands/load_event_types.py b/care/facility/management/commands/load_event_types.py index c6a92064f5..ad3511f79d 100644 --- a/care/facility/management/commands/load_event_types.py +++ b/care/facility/management/commands/load_event_types.py @@ -120,7 +120,7 @@ class Command(BaseCommand): {"name": "PULSE", "fields": ("pulse",)}, {"name": "BLOOD_PRESSURE", "fields": ("bp",)}, {"name": "RESPIRATORY_RATE", "fields": ("resp",)}, - {"name": "RHYTHM", "fields": ("rhythm", "rhythm_details")}, + {"name": "RHYTHM", "fields": ("rhythm", "rhythm_detail")}, {"name": "PAIN_SCALE", "fields": ("pain_scale_enhanced",)}, ), },