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": "d49c8ca4-3bd7-47ec-958e-3a38b4e80b5f",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "23ceb01e-4d53-47ec-9a11-77cf4dbfef86",
"idClasificacion": "9bf15e0d-628a-4340-861e-0914a16322f0",
"nomClasificacion": "sample string 6",
"num": 7
}