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": "662fc8e4-2c1b-4d34-8686-7a996ba114e8",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "1e392eaa-d687-47c7-a3c5-bd35e5878beb",
"idClasificacion": "eb3c5318-2351-4baf-922a-7f69dac5b891",
"nomClasificacion": "sample string 6",
"num": 7
}