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": "1ad30b56-fdd0-4d3b-9982-93cc331244f4",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "f9c26d72-992e-4430-9e98-4ab738fd6cf0",
"idClasificacion": "ce905a8b-ce33-4aff-bee3-20d099a29e45",
"nomClasificacion": "sample string 6",
"num": 7
}