Skip to content

Commit

Permalink
Merge branch 'development' into feat/accept-terms-of-use
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Oct 29, 2024
2 parents aeceac3 + 6d69f0b commit 450516c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routers/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async def get_metadata(_: Annotated[User, Depends(assert_user_is_active)]) -> di
{"tag": "HOSPITAL", "description": "Hospital"},
{"tag": "CENTRO SAUDE ESCOLA", "description": "Centro Saúde Escola"},
{"tag": "UPA", "description": "UPA"},
{"tag": "CCO", "description": "CCO"},
{"tag": "CCO", "description": "Centro Carioca do Olho"},
{"tag": "MATERNIDADE", "description": "Maternidade"},
{"tag": "CER", "description": "CER"},
{"tag": "POLICLINICA", "description": "Policlínica"},
Expand Down
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 450516c

Please sign in to comment.