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": "9ab23afe-f5b0-40fb-8fa0-fd29a21b9c18",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "8c3b0279-00d8-4282-a338-61c2b8fd2772",
"idClasificacion": "bdfe79c8-44cf-4144-8e9a-41948c456fc1",
"nomClasificacion": "sample string 6",
"num": 7
}