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": "8ec73fa7-d451-4a4c-8aac-64b185188998",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "3365adbf-4328-4e19-8fdd-19915f46d259",
"idClasificacion": "423b1ecf-ed21-4e61-a80c-fc2e7131d822",
"nomClasificacion": "sample string 6",
"num": 7
}