GET api/GetCIE_x_nom3?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": "127bd99c-35ff-4bac-ba19-65268b5c19ec",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "e1fa9562-ab85-467d-8a45-dd07318c1fe4",
"idClasificacion": "e15d3d48-5049-41f9-a0b7-411665a907a2",
"nomClasificacion": "sample string 6",
"num": 7
}