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": "a71def3d-2439-4f99-b94b-8e9dd3432296",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "923c10aa-0be1-4624-9c7d-08fbd211b545",
"idClasificacion": "a7d7add5-a1ae-4fe4-8e80-2499aa7ff203",
"nomClasificacion": "sample string 6",
"num": 7
}