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": "e1557f37-9449-42a3-a2e5-0541bf18d34b",
"idPaciente": "41695dc1-62db-4474-8001-5948f4bc1738",
"idTipoArchivo": "2d35eef5-5db3-47d2-b528-e08fcf87bee6",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}