POST api/GetCIE10_x_causa?causa={causa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| causa | string |
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": "8f0cbcfa-26ba-4e4b-9572-f109c11a5e96",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "de2208fa-cf47-4166-ace1-7ed6f07b9f91",
"idClasificacion": "4a4a5611-b8e6-4357-8229-e0f148dae031",
"nomClasificacion": "sample string 6",
"num": 7
}