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": "f4dc0024-4865-4099-b14e-b035e114915b",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "48c60c26-e28d-4a30-94ce-bbcb6a7c91f0",
"idClasificacion": "eb82aeb0-96cd-4a40-8ba2-1647f62c6395",
"nomClasificacion": "sample string 6",
"num": 7
}