Skip to content

Commit

Permalink
fixes 8304
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSHIK27 committed Aug 19, 2024
1 parent 37ac873 commit 30bf7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ type FormDetails = {
referred_from_facility_external?: string;
referred_by_external?: string;
transferred_from_location?: string;
treating_physician?: string;
treating_physician_object?: UserBareMinimum | null;
treating_physician: string;
treating_physician_object: UserBareMinimum | null;
create_diagnoses: CreateDiagnosis[];
diagnoses: ConsultationDiagnosis[];
symptoms: EncounterSymptom[];
Expand Down

0 comments on commit 30bf7a2

Please sign in to comment.