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": "e63d5816-63bf-4b65-a657-d5603aecf011",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "35b85663-cf18-4d2b-945e-9d4a4c656a8f",
"idClasificacion": "58cbd5da-78fd-420e-ab4b-c707a39e51ee",
"nomClasificacion": "sample string 6",
"num": 7
}