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": "2daf547b-1e7d-4651-af20-78d46e6b3284",
"idPaciente": "1873db12-0452-42f0-8be4-13c69ccec16d",
"idTipoArchivo": "157960c2-531a-4465-8751-154adc1821fb",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}