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": "7f8d5ff2-a113-42f7-9d38-e8af312b9cfb",
"idPaciente": "8368230a-13f5-4e6a-8b77-125f88239ce3",
"idTipoArchivo": "f8c6be84-2feb-412e-91d8-b59bd420903d",
"nomArchivo": "sample string 4",
"Archivo": "QEA="
}