GET api/GetTopCIE10_CVE_x_Protocolo?idProtocolo={idProtocolo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idProtocolo | globally unique identifier |
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": "39b97da0-b844-42ac-8eac-0b8037bbbae1",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "4496f3f0-97fe-408b-a980-97cd31e907cc",
"idClasificacion": "7a3236ba-25ff-4fc2-a465-e34ac2efa050",
"nomClasificacion": "sample string 6",
"num": 7
}