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": "d6e077ce-b1a0-40a3-8dfd-f637d48d4824",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "e8c7c4bd-3451-464e-86fa-29b1a64a9181",
"idClasificacion": "aeb63e84-bd3b-43b3-95ad-54ba5af9f52d",
"nomClasificacion": "sample string 6",
"num": 7
}