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": "90117ef7-0388-4e25-aa41-240aeb03527e",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "629b619a-d26c-4b75-a605-657680616773",
"idClasificacion": "77a95928-b599-4e41-800d-6475371fe08e",
"nomClasificacion": "sample string 6",
"num": 7
}