Skip to content

Commit

Permalink
Update frontend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde authored Oct 22, 2024
1 parent b170414 commit f3ca3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/types/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Encounter(BaseModel):
clinical_motivation: Optional[str]
clinical_outcome: Optional[str]
clinical_exams: List[ClinicalExam]
procedures: List[Procedure]
procedures: Optional[str]
filter_tags: List[str]


Expand Down

0 comments on commit f3ca3fd

Please sign in to comment.