GET api/GetCIE_x_pag?Pag={Pag}&Ren={Ren}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pag | integer |
Required |
|
| Ren | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_catCIE10| Name | Description | Type | Additional information |
|---|---|---|---|
| idCIE | globally unique identifier |
None. |
|
| causa | string |
None. |
|
| Nombre | string |
None. |
|
| LSex | globally unique identifier |
None. |
|
| idClasificacion | globally unique identifier |
None. |
|
| nomClasificacion | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCIE": "63db1d1c-cf9f-44e7-8914-4566cb467ff2",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "970cfefc-39e2-4a1b-8623-b80af8240166",
"idClasificacion": "ffb5e757-a623-4f79-b17f-9549ddbe3b45",
"nomClasificacion": "sample string 6",
"num": 7
}