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": "f4a7b724-6b3d-4c27-ad76-939b8a71ec56",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "2031a9d9-dae5-43bb-bb50-3906bea679be",
"idClasificacion": "6f980fab-5e66-4022-9850-d2c7042f0123",
"nomClasificacion": "sample string 6",
"num": 7
}