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": "d7294cb0-f79e-4264-a325-aa043d847670",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "5473f78e-9ca3-4ea9-a012-f484d28058f1",
"idClasificacion": "33215a9d-25ed-415d-8909-ae7ece6367b5",
"nomClasificacion": "sample string 6",
"num": 7
}