GET GhipsLite/SolicitudesPacienteU/{ServicioID}/{dFec}/{TipoPerfilID}/{Urgente}/{iIdSede}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ServicioID | integer |
Required |
|
dFec | string |
Required |
|
TipoPerfilID | integer |
Required |
|
Urgente | boolean |
Required |
|
iIdSede | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SolicitudesUnidosisPacienteViewModelName | Description | Type | Additional information |
---|---|---|---|
SolicitudID | integer |
None. |
|
NroIdentificacion | string |
None. |
|
CamaID | string |
None. |
|
TipoPerfilID | integer |
None. |
|
Cama1 | string |
None. |
|
Despachado | boolean |
None. |
|
Paciente | string |
None. |
|
Despachador | string |
None. |
|
Cama2 | string |
None. |
|
b | boolean |
None. |
|
esNutricion | integer |
None. |
|
esSuspendido | boolean |
None. |
|
yIdPacienteAtencion | integer |
None. |
|
idSolAntibioticos | integer |
None. |
|
CantPendiente | integer |
None. |
|
corteActivo | integer |
None. |
|
CorteFull | boolean |
None. |
|
AntibioticoSinCorte | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "SolicitudID": 1, "NroIdentificacion": "sample string 2", "CamaID": "sample string 3", "TipoPerfilID": 4, "Cama1": "sample string 5", "Despachado": true, "Paciente": "sample string 7", "Despachador": "sample string 8", "Cama2": "sample string 9", "b": true, "esNutricion": 11, "esSuspendido": true, "yIdPacienteAtencion": 13, "idSolAntibioticos": 14, "CantPendiente": 15, "corteActivo": 16, "CorteFull": true, "AntibioticoSinCorte": true }, { "$ref": "1" } ]
multipart/form-data
Sample:
[{"$id":"1","SolicitudID":1,"NroIdentificacion":"sample string 2","CamaID":"sample string 3","TipoPerfilID":4,"Cama1":"sample string 5","Despachado":true,"Paciente":"sample string 7","Despachador":"sample string 8","Cama2":"sample string 9","b":true,"esNutricion":11,"esSuspendido":true,"yIdPacienteAtencion":13,"idSolAntibioticos":14,"CantPendiente":15,"corteActivo":16,"CorteFull":true,"AntibioticoSinCorte":true},{"$ref":"1"}]