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": "c2dc7dcf-6902-4e9b-9cc5-eeb57d7292c7",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "27dd53d5-9110-4752-93c4-8ba4157f5256",
"idClasificacion": "a6e7c37d-1c0c-4a96-9882-37a67f36eb21",
"nomClasificacion": "sample string 6",
"num": 7
}