POST api/GetCIE10_x_nom?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": "9f294915-d66d-4cec-a6fe-0a3cc7bd9b83",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "c8241603-4a9e-4cc7-bb4d-57b7a9977c17",
"idClasificacion": "fc50266c-7b75-4a38-8be3-713538d888d4",
"nomClasificacion": "sample string 6",
"num": 7
}