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": "cb18eb0c-8f27-4b6f-a472-3e07f30e6193",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "ed7faa66-0f45-4aa9-b594-feda06e07f2b",
"idClasificacion": "44402332-9617-4056-a2fe-c6db6d075971",
"nomClasificacion": "sample string 6",
"num": 7
}