POST api/GetCIE10
Request Information
URI Parameters
None.
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": "4439d76a-f5c1-42d5-9b0c-46e397797423",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "65fbc978-9e73-4fe7-8f82-db8cf69c2365",
"idClasificacion": "159defd3-6416-4447-ac93-38c4bbea2f60",
"nomClasificacion": "sample string 6",
"num": 7
}