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": "3a30c5ab-dc60-4183-b0b2-706ffaef837c",
"idPaciente": "90519bc3-338c-4d66-8a78-c9af04b7015b",
"idTipoArchivo": "d283a98c-0006-4dbe-928a-632cc7067489",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}