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": "58f92ff2-74e9-473c-8817-ce86479a6192",
"idPaciente": "a6ace67a-de1e-430e-b1d5-be8cc57c7626",
"idTipoArchivo": "6b3ed8ad-aa30-465b-9e53-31e89f93a819",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}