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": "a84a285b-f27f-4ff6-9188-1cb6c3efa52b",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "f3281ddd-88ab-492a-876e-7a5cf0439952",
"idClasificacion": "baf7cb0c-c3fe-4fc4-8197-8f686881979a",
"nomClasificacion": "sample string 6",
"num": 7
}