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": "a1b7ed03-7a69-49c5-989b-78687c1d633a",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "72b546f8-7280-41d9-829e-7d71ffb92260",
"idClasificacion": "e7f7cfb1-291a-4c0d-85e8-b3ebb1807668",
"nomClasificacion": "sample string 6",
"num": 7
}