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": "da4e7cd0-4c99-499c-940b-14953dd2a8db",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "956f5d1f-cdd5-43eb-b31b-cb184a0fa959",
"idClasificacion": "fcc95e6d-8f2a-450f-81d0-5545d9dc62a8",
"nomClasificacion": "sample string 6",
"num": 7
}