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": "c4819ecc-c102-417d-956f-8bb093c81eb7",
"idPaciente": "291bc4c5-8898-4240-9e89-1f0a6b64a280",
"idTipoArchivo": "d3161b71-8ba9-496f-bf7a-48a22108cb75",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}