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": "db6a5a49-35e1-412a-946c-e107cb65a6ee",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "a8774b2b-8163-49f4-b165-b3f4ff525b46",
"idClasificacion": "73bbef78-e602-443e-8176-8df0234bac93",
"nomClasificacion": "sample string 6",
"num": 7
}