GET api/GetCIE_x_nom_cve?nom={nom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nom | string |
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": "19f814ee-8083-40e4-a2b5-e4b189094f6a",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "fd416f2b-b9e6-45f9-b6b0-92a1aa0aa9b0",
"idClasificacion": "cd5660a2-3cb7-413e-a078-4cf75c97f43f",
"nomClasificacion": "sample string 6",
"num": 7
}