GET api/GetCIE_x_nom3_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": "31f267e1-d388-4a13-b73b-4079d9bb8ed1",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "c954f827-37e3-4e29-a671-8b975bf9641c",
"idClasificacion": "157f8da7-b895-4f60-a9ec-0281b45a9808",
"nomClasificacion": "sample string 6",
"num": 7
}