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": "a87f7382-d492-461c-a3cf-a394f6119a4f",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "d5633cb2-5de2-4099-8abe-412594067c0a",
"idClasificacion": "d815bf61-388e-40c1-a4f4-032ddf308629",
"nomClasificacion": "sample string 6",
"num": 7
}