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": "7e523cd0-b22b-4ff6-82a1-fda13949977c",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "be57a76e-28fb-4966-b52a-b7437173720f",
"idClasificacion": "16464aa2-fc4a-4101-927f-9d336ded4d49",
"nomClasificacion": "sample string 6",
"num": 7
}