GET api/GetCIE10_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": "280c99cb-ff36-47e2-9193-f7f1d2aff2b8",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "ef1dd431-7d95-4afe-a76b-9e3dbaf5cc14",
"idClasificacion": "e148efbb-df98-43cf-b4c5-e9502cb7a41f",
"nomClasificacion": "sample string 6",
"num": 7
}