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": "043dde78-c5fb-45af-aec5-cf717b929dc6",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "7851a930-24d4-44c7-ace4-615dd4097c1c",
"idClasificacion": "0d12903b-e3d3-4087-82c8-d10b06905c0e",
"nomClasificacion": "sample string 6",
"num": 7
}