Skip to content

Commit

Permalink
Add icu_admission_date field to ConsultationForm (#6711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Nov 24, 2023
1 parent ba2c91d commit c37b554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ export const ConsultationForm = (props: any) => {
: undefined,
consultation_notes: state.form.consultation_notes,
is_telemedicine: state.form.is_telemedicine,
icu_admission_date: state.form.icu_admission_date,
action: state.form.action,
review_interval: state.form.review_interval,
assigned_to:
Expand Down

0 comments on commit c37b554

Please sign in to comment.