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": "13059524-6963-4e07-8c19-dfb2849bf85d",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "0314261d-883e-4aeb-b8d6-eb5059443841",
"idClasificacion": "9e568460-6b0c-44ee-83b7-595e6b4c6e90",
"nomClasificacion": "sample string 6",
"num": 7
}