GET GhipsLite/PacientesRecepcion/{iIdServicio}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iIdServicio | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ListaPacientesRecepcionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| yIdTraslado | integer |
None. |
|
| yIdPacienteAtencion | integer |
None. |
|
| vCama | string |
None. |
|
| vIdentificacion | string |
None. |
|
| Paciente | string |
None. |
|
| Diagnostico | string |
None. |
|
| iIdServicio | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"yIdTraslado": 1,
"yIdPacienteAtencion": 2,
"vCama": "sample string 3",
"vIdentificacion": "sample string 4",
"Paciente": "sample string 5",
"Diagnostico": "sample string 6",
"iIdServicio": 7
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","yIdTraslado":1,"yIdPacienteAtencion":2,"vCama":"sample string 3","vIdentificacion":"sample string 4","Paciente":"sample string 5","Diagnostico":"sample string 6","iIdServicio":7},{"$ref":"1"}]