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": "c955b5f0-582d-44c4-8053-4bd8e6fc3f9e",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "f26b6033-b0bf-49d0-8d8e-b03450b2ed98",
"idClasificacion": "672852d7-194b-4fec-816d-795b672fda71",
"nomClasificacion": "sample string 6",
"num": 7
}