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": "afe254b1-9fb2-4ae3-b7f6-c4da073eb273",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "a9b76224-0750-47a2-a04e-091cebe05ac1",
"idClasificacion": "8238469f-9526-47f3-a256-75b18f38ebc1",
"nomClasificacion": "sample string 6",
"num": 7
}