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": "a35843e1-38fe-4465-b73c-c752c844a5ab",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "700c60e8-634f-4d78-b891-edfbfcf58374",
"idClasificacion": "19df82ba-14b2-40fd-b9c3-a3d073eeac34",
"nomClasificacion": "sample string 6",
"num": 7
}