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": "be2dc74b-352f-4ef0-8706-193d6772b9ad",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "a57ccfad-c1b1-4d46-a792-10a0112a5550",
"idClasificacion": "d1bff7d9-8460-4112-8a76-79f7118d7db7",
"nomClasificacion": "sample string 6",
"num": 7
}