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": "5a821619-43c1-4079-9669-82567e7bdfc8",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "7a1ddc67-fa94-4704-8ed9-575dc7d1e73d",
"idClasificacion": "e481452b-333f-4fb4-84b4-454ea2ce6eb6",
"nomClasificacion": "sample string 6",
"num": 7
}