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": "743ccac0-b5c4-4642-92df-b9d7b094fd17",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "acf172df-bb09-441f-877d-f04e510f85b0",
"idClasificacion": "010d4715-fe9f-4f47-9799-1ee5745adc30",
"nomClasificacion": "sample string 6",
"num": 7
}