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": "87d4f536-0310-4772-a8bb-39b770340954",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "9f1e98c1-11ea-4469-a964-b18ec30e7489",
"idClasificacion": "fe7c9eb8-7f53-402a-b1e1-ad1937e78acd",
"nomClasificacion": "sample string 6",
"num": 7
}