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": "b1c36c3b-a248-4c4c-bae3-d6e8b44f74db",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "6bc409a2-6ce0-4379-b57b-0066ed8ae596",
"idClasificacion": "a18ae311-a8c5-4416-9cff-a97d3534ceeb",
"nomClasificacion": "sample string 6",
"num": 7
}