Skip to content

Commit

Permalink
Update frontend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde authored Nov 6, 2024
1 parent 89a214d commit a831c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/types/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ class Encounter(BaseModel):
clinical_exams: List[ClinicalExam]
procedures: Optional[str]
filter_tags: List[str]
prescription: Optional[str]
provider: Optional[str]


class UserInfo(BaseModel):
Expand Down

0 comments on commit a831c14

Please sign in to comment.