patient
Create single file for specific patient
Upload single file for a specific patient
post/patients/{id}/file
Response
Successfully uploaded file
Example response
{
"id": 1,
"name": "patientFile.pdf",
"patientId": 1
}Upload single file for a specific patient
Successfully uploaded file
{
"id": 1,
"name": "patientFile.pdf",
"patientId": 1
}