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": "c3c5c2e6-6add-45e4-8553-d50b1366697a",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "326a0a18-f387-43d9-836e-ad2cf6395e23",
"idClasificacion": "f6f88b47-bfa4-4f71-947f-e86eb1db7d9a",
"nomClasificacion": "sample string 6",
"num": 7
}