GET api/GetCIE10_idProtocolo_x_cod_pag3?Pag={Pag}&Ren={Ren}&Cod={Cod}&idProtocolo={idProtocolo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pag | integer |
Required |
|
| Ren | integer |
Required |
|
| Cod | 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": "22e4db55-ed07-4230-9e51-073315c220f9",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "110627c1-f0b9-4f3c-9460-18df1db51fe4",
"idClasificacion": "a039b949-dd32-4ecd-bb02-7ebae414fa27",
"nomClasificacion": "sample string 6",
"num": 7
}