GET api/SuministroXPrescripcion/{nit}/{token}/{noPres}
Retorna la información de lo suministrado por número de prescripción
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nit |
Nit de la EPS/IPS |
string |
Required |
| token |
TOKEN EPS/IPS |
string |
Required |
| noPres |
Número de Prescripción |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
vw_WS_SUMINISTROS| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| NoPrescripcion | string |
String length: inclusive between 0 and 20 |
|
| TipoTecnologia | string |
String length: inclusive between 0 and 1 |
|
| ConOrden | integer |
None. |
|
| TipoIDEntidad | string |
String length: inclusive between 0 and 2 |
|
| NoIdPrestSumServ | string |
String length: inclusive between 0 and 17 |
|
| CodHabIPS | string |
String length: inclusive between 0 and 12 |
|
| FSum | string |
String length: inclusive between 0 and 10 |
|
| TipoIDPaciente | string |
String length: inclusive between 0 and 2 |
|
| NroIDPaciente | string |
String length: inclusive between 0 and 17 |
|
| EntregaMes | integer |
None. |
|
| UltEntrega | integer |
None. |
|
| NoEntParcial | integer |
None. |
|
| EntregaCompleta | integer |
None. |
|
| NoPrescripcionAsociada | string |
String length: inclusive between 0 and 20 |
|
| ConOrdenAsociada | integer |
None. |
|
| CausaNoEntrega | integer |
None. |
|
| CodTecnEntregado | string |
String length: inclusive between 0 and 15 |
|
| CantidadTotalEntregada | decimal number |
None. |
|
| ValorEntregado | decimal number |
None. |
|
| FReporte | string |
String length: inclusive between 0 and 10 |
|
| NoLote | string |
String length: inclusive between 0 and 20 |
|
| EstSuministro | integer |
None. |
|
| FecAnulacion | string |
String length: inclusive between 0 and 10 |
Response Formats
application/json, text/json
{
"ID": 1,
"NoPrescripcion": "sample string 2",
"TipoTecnologia": "sample string 3",
"ConOrden": 1,
"TipoIDEntidad": "sample string 4",
"NoIdPrestSumServ": "sample string 5",
"CodHabIPS": "sample string 6",
"FSum": "sample string 7",
"TipoIDPaciente": "sample string 8",
"NroIDPaciente": "sample string 9",
"EntregaMes": 1,
"UltEntrega": 1,
"NoEntParcial": 1,
"EntregaCompleta": 1,
"NoPrescripcionAsociada": "sample string 10",
"ConOrdenAsociada": 1,
"CausaNoEntrega": 1,
"CodTecnEntregado": "sample string 11",
"CantidadTotalEntregada": 1.0,
"ValorEntregado": 1.0,
"FReporte": "sample string 12",
"NoLote": "sample string 14",
"EstSuministro": 15,
"FecAnulacion": "sample string 16"
}
text/html
{"ID":1,"NoPrescripcion":"sample string 2","TipoTecnologia":"sample string 3","ConOrden":1,"TipoIDEntidad":"sample string 4","NoIdPrestSumServ":"sample string 5","CodHabIPS":"sample string 6","FSum":"sample string 7","TipoIDPaciente":"sample string 8","NroIDPaciente":"sample string 9","EntregaMes":1,"UltEntrega":1,"NoEntParcial":1,"EntregaCompleta":1,"NoPrescripcionAsociada":"sample string 10","ConOrdenAsociada":1,"CausaNoEntrega":1,"CodTecnEntregado":"sample string 11","CantidadTotalEntregada":1.0,"ValorEntregado":1.0,"FReporte":"sample string 12","NoLote":"sample string 14","EstSuministro":15,"FecAnulacion":"sample string 16"}
application/xml, text/xml
<vw_WS_SUMINISTROS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSAccesoDatos.Entidad"> <CantidadTotalEntregada>1</CantidadTotalEntregada> <CausaNoEntrega>1</CausaNoEntrega> <CodHabIPS>sample string 6</CodHabIPS> <CodTecnEntregado>sample string 11</CodTecnEntregado> <ConOrden>1</ConOrden> <ConOrdenAsociada>1</ConOrdenAsociada> <EntregaCompleta>1</EntregaCompleta> <EntregaMes>1</EntregaMes> <EstSuministro>15</EstSuministro> <FReporte>sample string 12</FReporte> <FSum>sample string 7</FSum> <FecAnulacion>sample string 16</FecAnulacion> <ID>1</ID> <Id_Entidad>13</Id_Entidad> <NoEntParcial>1</NoEntParcial> <NoIdPrestSumServ>sample string 5</NoIdPrestSumServ> <NoLote>sample string 14</NoLote> <NoPrescripcion>sample string 2</NoPrescripcion> <NoPrescripcionAsociada>sample string 10</NoPrescripcionAsociada> <NroIDPaciente>sample string 9</NroIDPaciente> <TipoIDEntidad>sample string 4</TipoIDEntidad> <TipoIDPaciente>sample string 8</TipoIDPaciente> <TipoTecnologia>sample string 3</TipoTecnologia> <UltEntrega>1</UltEntrega> <ValorEntregado>1</ValorEntregado> </vw_WS_SUMINISTROS>