GET GhipsLite/ObtenerDatosRecepcionPaciente/{SolicitudID}/{regImpresion}/{LoginImprime}/{ConceptoN}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SolicitudID | integer |
Required |
|
| regImpresion | boolean |
Required |
|
| LoginImprime | string |
Required |
|
| ConceptoN | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DatosRecepcionPacienteViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| desSIG | string |
None. |
|
| codSIG | decimal number |
None. |
|
| CODIGO_PROPIO | string |
None. |
|
| Cantidad | decimal number |
None. |
|
| CantidadR | integer |
None. |
|
| vlrDes | integer |
None. |
|
| vlrRes | integer |
None. |
|
| Formulacion | string |
None. |
|
| Paciente | string |
None. |
|
| CantidadDespachada | decimal number |
None. |
|
| DetSolicitudID | integer |
None. |
|
| PerfilID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"desSIG": "sample string 1",
"codSIG": 2.0,
"CODIGO_PROPIO": "sample string 3",
"Cantidad": 4.1,
"CantidadR": 5,
"vlrDes": 6,
"vlrRes": 7,
"Formulacion": "sample string 8",
"Paciente": "sample string 9",
"CantidadDespachada": 10.0,
"DetSolicitudID": 11,
"PerfilID": 12
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","desSIG":"sample string 1","codSIG":2.0,"CODIGO_PROPIO":"sample string 3","Cantidad":4.1,"CantidadR":5,"vlrDes":6,"vlrRes":7,"Formulacion":"sample string 8","Paciente":"sample string 9","CantidadDespachada":10.0,"DetSolicitudID":11,"PerfilID":12},{"$ref":"1"}]