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": "f56b6e7f-4467-4c69-89a5-c5bc0d3fabe3",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "eca1c79b-cad3-44c7-9658-c271b2ef911a",
"idClasificacion": "266a6382-a72c-4f1c-8481-5dea2ba424c3",
"nomClasificacion": "sample string 6",
"num": 7
}