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": "dd2fa12a-a182-4466-be8e-0043ac4773c2",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "ea0b18ba-ebef-458f-a74a-95aa2cb4a959",
"idClasificacion": "77b88f70-daf7-4cf0-ad71-b6454268a70d",
"nomClasificacion": "sample string 6",
"num": 7
}