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": "b45887b7-fc6b-40c4-b475-714b9cde0fe9",
"idPaciente": "8e691272-92c6-438a-9075-0574fff4528b",
"idTipoArchivo": "b01f963a-06bc-4459-adc6-9e5b98e285ff",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}