GET api/GetFoto_x_idPaciente?idPaciente={idPaciente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPaciente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Paciente_Foto| Name | Description | Type | Additional information |
|---|---|---|---|
| idPacienteFoto | globally unique identifier |
None. |
|
| idPaciente | globally unique identifier |
None. |
|
| idTipoArchivo | globally unique identifier |
None. |
|
| nomArchivo | string |
None. |
|
| Archivo | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPacienteFoto": "7015c1c7-0055-4a22-ad11-ef48020822bf",
"idPaciente": "2454714c-cb81-4d7a-86a8-c820fdabf874",
"idTipoArchivo": "92d9867e-202f-4ffb-9db5-50e85da3b6c3",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}