We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rota com toda a informação de um médico dado um ID Campos:
The text was updated successfully, but these errors were encountered:
/api/doctor/2
@henriquelcardoso
Sorry, something went wrong.
Pode ficar assim, @henriquelcardoso ?
{ "code": 200, "message": "Success", "details": "", "data": { "id": 2, "name": "Sample Doctor", "email": "[email protected]", "phone": null, "is_active": false, "role_id": 2, "role_name": "Doctor", "department": null, "patients": [ { "id": 3, "patient_tag": "TAG", "age": 60, "height": 180.0, "weight": 100.5, "sex": "M", "prehab": { "id": 1, "init_date": "2018-05-18", "expected_end_date": "2018-06-01", "actual_end_date": null, "surgery_date": "2018-06-18", "number_of_weeks": 2, "patient": 3, "status": 1, "created_by": 2 } } ] } }
Acho que sim! Vou experimentar, obrigado!
No branches or pull requests
Rota com toda a informação de um médico dado um ID
Campos:
- ID do paciente
- data de cirurgia
- Médicos responsáveis
The text was updated successfully, but these errors were encountered: