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": "ca860a97-2b49-40bd-827a-85b04655493a",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "a4b92155-e54a-46db-8d30-1f69c7ee0386",
"idClasificacion": "781f05f4-8d1a-438c-b2c7-10d98743191a",
"nomClasificacion": "sample string 6",
"num": 7
}