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": "787b77ed-bbb6-46d9-a8cb-a1e9cd20f991",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "f9f53117-1499-4d15-b497-8fcadb8efe16",
"idClasificacion": "f974e4d1-93ae-42cf-9744-9f59e9799e9f",
"nomClasificacion": "sample string 6",
"num": 7
}