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": "700847d1-3d5c-4de9-ade8-369f2161135a",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "7621b0f5-c8f7-4956-9000-1380b0781590",
"idClasificacion": "a1bbaf6c-955b-4d89-bf86-6794f626e07e",
"nomClasificacion": "sample string 6",
"num": 7
}