POST api/GetCPT_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": "63a35c69-8602-41ec-a183-9b2556e196f3",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "1e1d28b9-feea-4b8b-9ea1-fdaddc07cfd5",
"idClasificacion": "43b137ed-560c-4958-88d6-a42f4c17614f",
"nomClasificacion": "sample string 6",
"num": 7
}