Skip to content

Commit

Permalink
fixing rhytmic_detail missing issue in event logs (#2467)
Browse files Browse the repository at this point in the history
corrected the spelling
  • Loading branch information
DraKen0009 authored Sep 19, 2024
1 parent 9699206 commit 857fe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/management/commands/load_event_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",)},
),
},
Expand Down

0 comments on commit 857fe7e

Please sign in to comment.