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": "81c29ac7-a121-49da-928e-22aadf8f603d",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "ac4c8a48-307f-4684-8e44-e4b7746001d6",
"idClasificacion": "4e89af0f-e7dc-45d8-b178-401bef602d7f",
"nomClasificacion": "sample string 6",
"num": 7
}