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": "5a830a7e-5833-4e67-ab23-1a206da732ac",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "2ebf1f39-5a9d-4916-9fd5-a95f513dd14b",
"idClasificacion": "cd7eb874-703b-4eb1-8a21-7bea91eb7966",
"nomClasificacion": "sample string 6",
"num": 7
}