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": "2d1ab43e-9d62-4a6f-941d-523b424da202",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "6416813d-60fd-4bd9-985b-851d2c86064d",
"idClasificacion": "a34fea80-211c-41ed-b7e9-a4fc714f2f35",
"nomClasificacion": "sample string 6",
"num": 7
}