Skip to content

Commit

Permalink
Merge pull request #184 from prefeitura-rio/fix/frontend-minor-adjust…
Browse files Browse the repository at this point in the history
…ments

Update patient header with additional medical responsible information
  • Loading branch information
TanookiVerde committed Aug 9, 2024
2 parents 021f4f1 + c2ec014 commit 90ad346
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/routers/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@ async def get_patient_header(
"name": "Equipe Roxo",
"phone": "(21) 95555-0001"
},
"medical_responsible": [{"name": "Roberta dos Santos", "registry": "XXXXXXX"}],
"nursing_responsible": [{"name": "Pedro da Nobrega", "registry": "XXXXXXX"}],
"medical_responsible": [
{"name": "Roberta dos Santos", "registry": "XXXXX"},
{"name": "Lucas da Silva", "registry": "YYYYY"}
],
"nursing_responsible": [
{"name": "Pedro da Nobrega", "registry": "WWWWW"}
],
"validated": True,
}

Expand Down

0 comments on commit 90ad346

Please sign in to comment.