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": "aaf51f46-bca8-4482-891e-d508e9fa0cf2",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "5f2617d0-2b23-4a96-a266-d53769809012",
"idClasificacion": "5c90190a-d680-47b7-964f-f983151ffa1b",
"nomClasificacion": "sample string 6",
"num": 7
}