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": "0f3fbbdb-96bc-46b7-a90e-472ecf00c22b",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "c0d87617-bd73-41aa-934c-363584e9c91a",
"idClasificacion": "913b07ce-5d9e-48e1-9976-df41455e3b7f",
"nomClasificacion": "sample string 6",
"num": 7
}