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": "1f65e541-7d51-4519-9cb4-d361b25510cb",
"idPaciente": "45e285eb-fea4-4973-8c37-093ff2cd2234",
"idTipoArchivo": "4274ab31-ee45-410e-b7b4-dfe5339c7940",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}