Skip to content

Commit

Permalink
add investigations and disable treating physician from consultation e…
Browse files Browse the repository at this point in the history
…vents (#2189)
  • Loading branch information
sainak authored May 22, 2024
1 parent 62c4364 commit bafac12
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions care/facility/management/commands/load_event_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,14 @@ class Command(BaseCommand):
"fields": ("course_in_facility",),
},
{
"name": "TREATING_PHYSICIAN",
"fields": ("treating_physician",),
"name": "INVESTIGATION",
"fields": ("investigation",),
},
# disabling until we have a better way to serialize user objects
# {
# "name": "TREATING_PHYSICIAN",
# "fields": ("treating_physician",),
# },
),
},
{
Expand Down Expand Up @@ -240,6 +245,7 @@ class Command(BaseCommand):
"RESPIRATORY",
"INTAKE_OUTPUT",
"VENTILATOR_MODES",
"TREATING_PHYSICIAN",
)

def create_objects(
Expand Down

0 comments on commit bafac12

Please sign in to comment.