POST api/GetCIE10_x_id?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
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": "82203cfd-33ac-4857-8cd0-8522de62fe51",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "a81bd147-e5ad-4632-9622-a524ace207c3",
"idClasificacion": "88daaeea-74f4-4575-bb7b-31bb80677ecc",
"nomClasificacion": "sample string 6",
"num": 7
}