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": "98ede8d6-4ef1-440a-8389-594892ea72a1",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "fec25825-a042-43b9-8168-20693c05be46",
"idClasificacion": "ef3bce24-f44f-42ba-9d58-fd43f37f4f81",
"nomClasificacion": "sample string 6",
"num": 7
}