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": "5cb54892-5b92-44e3-b255-555cfed5daab",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "00e17886-0d05-436f-93ca-ad114c699197",
"idClasificacion": "bd5b0aba-a7db-4c1f-a7b2-01a3cf6005c9",
"nomClasificacion": "sample string 6",
"num": 7
}