From 5eedea4a624e954ed59dea78c4355b2b2672a271 Mon Sep 17 00:00:00 2001 From: prafful Date: Thu, 19 Sep 2024 19:56:28 +0530 Subject: [PATCH] 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",)}, ), },