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": "8d894e87-112a-4c6e-9105-3ef36cfdad3f",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "a31281d8-066c-4b5d-bd1b-cee4c4e3093c",
"idClasificacion": "0c837202-28c7-4596-879c-2825848bcfb1",
"nomClasificacion": "sample string 6",
"num": 7
}