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": "4330fc81-00c2-4679-9be9-671fce27e6e6",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "b60aac69-91d3-4f38-b164-a89babae3961",
"idClasificacion": "06965be1-2041-4c99-b8f6-d4ea52778aca",
"nomClasificacion": "sample string 6",
"num": 7
}