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": "1fe9b190-fe99-4679-80ed-70f11ec4b1ba",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "b42451d2-08a8-4f1d-b43f-532a301b6290",
"idClasificacion": "946b5a9a-c2c7-4853-8f7c-82911840c6ff",
"nomClasificacion": "sample string 6",
"num": 7
}