GET api/GetCIE10_idProtocolo_x_nom_pag3?Pag={Pag}&Ren={Ren}&Nombre={Nombre}&idProtocolo={idProtocolo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pag | integer |
Required |
|
| Ren | integer |
Required |
|
| Nombre | string |
Required |
|
| 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": "3571fab0-6b46-4be2-9dd4-40e25797688e",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "1bd6110a-22c8-4a15-adb2-1b6fb5e07b27",
"idClasificacion": "cf3d8c9e-3ea8-4cf3-9db7-da6e126569e5",
"nomClasificacion": "sample string 6",
"num": 7
}