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": "11bc61c1-fea3-4fb7-9212-363565d8af58",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "42ceaba6-f695-4cdd-8f52-ba11924db189",
"idClasificacion": "db2aaec6-5aa9-4a78-b16c-54e78da83cf8",
"nomClasificacion": "sample string 6",
"num": 7
}