POST api/GetCIE10_x_nom?nom={nom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nom | string |
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": "a122edc0-1b48-4738-b440-3bba0f0926ce",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "04bca70f-7b5c-4188-89fd-5bc602160bb8",
"idClasificacion": "60cc8b10-2645-45fc-adf8-56f1a1e217ba",
"nomClasificacion": "sample string 6",
"num": 7
}