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": "65d114c7-f9f2-4d7b-8db1-eac1764de34e",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "3fdf0920-8da1-4dc6-a816-b53b16706a1e",
"idClasificacion": "6dab0949-da09-4a67-812a-2618fd5a27d2",
"nomClasificacion": "sample string 6",
"num": 7
}