POST api/GetCIE10_x_Pag?Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ren | integer |
Required |
|
| Pag | 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": "1280ff86-a329-4774-8bef-1347a594af6b",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "6437c1dd-12e1-47e1-99c1-9431b6470d19",
"idClasificacion": "c8edc999-97f5-4d24-b6ca-fc7d2c292052",
"nomClasificacion": "sample string 6",
"num": 7
}