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": "c2879233-7767-46f8-8745-fdc9e173aacf",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "ad1d0fb0-996b-4ec7-ad87-6cb3d022eb15",
"idClasificacion": "d6583038-c88a-4c70-9a9c-f3e48674f8da",
"nomClasificacion": "sample string 6",
"num": 7
}