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": "145dda50-1c70-4e89-ac25-36cb8e4893a5",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "3ce2ed69-6707-45d4-9206-4a1083198800",
"idClasificacion": "1b400aab-6bea-498b-97b0-2c98bee99107",
"nomClasificacion": "sample string 6",
"num": 7
}