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": "cf3aa922-6daf-47e5-bf32-0117d16d8a68",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "aa49da32-0d99-4c2a-8ccd-2c388a6358e1",
"idClasificacion": "6a05326d-2cd8-49d1-96ba-2197e1b3a626",
"nomClasificacion": "sample string 6",
"num": 7
}