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": "a54126a5-5fa0-48d4-82d6-ac08df525b34",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "b003b43a-7a4e-4f41-a040-4abd9f4e9cf8",
"idClasificacion": "ff60a4fe-ec05-46cf-bd9c-96b28b6a85d9",
"nomClasificacion": "sample string 6",
"num": 7
}