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": "9838ecf8-78c7-4c7d-b2b0-eacb2bb54691",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "fc226d37-ab7d-434f-a910-dbac81282062",
"idClasificacion": "1d563e24-8b33-4ac2-8234-491c976169c1",
"nomClasificacion": "sample string 6",
"num": 7
}