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": "a2c7836f-c688-49b5-ae8e-5da852d811e0",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "ca9a2b91-9fbd-4163-aa11-4bb838c8b1b3",
"idClasificacion": "824c1721-6e91-4f5d-af1a-8c6945fa5171",
"nomClasificacion": "sample string 6",
"num": 7
}