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": "bbb10975-44e6-475c-b5c3-6f302d1232d0",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "9d54ea20-f5dd-4f55-b14e-31128a13c249",
"idClasificacion": "81863859-0ae8-4c9d-bf2a-6773fc849f26",
"nomClasificacion": "sample string 6",
"num": 7
}