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": "fa25aad2-ebb0-478d-8ce1-f947d69658f4",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "41af2023-e58c-45eb-a47d-9e086f769982",
"idClasificacion": "86ad364e-86cb-4450-a7e4-58e163d04806",
"nomClasificacion": "sample string 6",
"num": 7
}