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": "b29c21d2-d194-4462-a3e3-e07ec900c1f4",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "70b2f1a7-de1b-45c7-ba0e-42c4d0675a98",
"idClasificacion": "f5c182d4-c168-408f-b285-984964bfcb16",
"nomClasificacion": "sample string 6",
"num": 7
}