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": "349fc495-2bdb-4320-8c7d-94b259c5d68d",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "eb5a8504-c5d0-4d5a-bb16-f4606e84e6bd",
"idClasificacion": "e8fe4937-3212-49d7-938d-f7fb1659fafd",
"nomClasificacion": "sample string 6",
"num": 7
}