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": "ccb118ee-b5aa-44b7-b6f2-468de113d08c",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "a5aed8de-b35c-4161-a9f6-ecfb790151d9",
"idClasificacion": "882a1d00-e128-4ce1-8bcc-9312d2197d3f",
"nomClasificacion": "sample string 6",
"num": 7
}