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": "e6656b62-1f21-49c3-9bfe-7d961afb10d8",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "6c337d80-5cb9-45f5-943e-e95e1ecf5283",
"idClasificacion": "eb5b6822-0522-4061-98c3-bd6ec5f78ee8",
"nomClasificacion": "sample string 6",
"num": 7
}