GET GhipsLite/ObtenerOrdenMedicaPacienteIntra/{IdEncabezadoSol}/{yIdPacienteAtencion}/{TipoEncabezado}/{IdDetalleMedicamento}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEncabezadoSol | integer |
Required |
|
| yIdPacienteAtencion | integer |
Required |
|
| TipoEncabezado | string |
Required |
|
| IdDetalleMedicamento | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OrdenMedicamentosIntraViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEncabezadoSol | integer |
None. |
|
| IdDetalleMedicamento | integer |
None. |
|
| Producto | string |
None. |
|
| CodigoGenerico | string |
None. |
|
| iIdBodega | integer |
None. |
|
| Cantidad | integer |
None. |
|
| CantidadR | integer |
None. |
|
| CantidadDespachada | integer |
None. |
|
| PerfilID | integer |
None. |
|
| Formulacion | string |
None. |
|
| Auxiliar | string |
None. |
|
| Nuevo | integer |
None. |
|
| ConceptoSIG | integer |
None. |
|
| CantidadRecepcionada | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"IdEncabezadoSol": 1,
"IdDetalleMedicamento": 2,
"Producto": "sample string 3",
"CodigoGenerico": "sample string 4",
"iIdBodega": 5,
"Cantidad": 6,
"CantidadR": 7,
"CantidadDespachada": 8,
"PerfilID": 9,
"Formulacion": "sample string 10",
"Auxiliar": "sample string 11",
"Nuevo": 12,
"ConceptoSIG": 13,
"CantidadRecepcionada": 14
},
{
"$ref": "1"
}
]
multipart/form-data
Sample:
[{"$id":"1","IdEncabezadoSol":1,"IdDetalleMedicamento":2,"Producto":"sample string 3","CodigoGenerico":"sample string 4","iIdBodega":5,"Cantidad":6,"CantidadR":7,"CantidadDespachada":8,"PerfilID":9,"Formulacion":"sample string 10","Auxiliar":"sample string 11","Nuevo":12,"ConceptoSIG":13,"CantidadRecepcionada":14},{"$ref":"1"}]