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": "08f6855b-82a1-464e-939a-1cef8bb6a666",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "a23ce5f1-b9d6-4e79-99bf-b0934eb9c8fe",
"idClasificacion": "85df3870-4465-4e66-bc25-eed6303e69d4",
"nomClasificacion": "sample string 6",
"num": 7
}