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": "cf25276e-2fe1-4a05-a51f-48b066699132",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "f66dbd33-a2e1-4468-b076-3bcff228b6bc",
"idClasificacion": "b84b0fc3-5575-49a8-a233-504128dfc679",
"nomClasificacion": "sample string 6",
"num": 7
}