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": "fd31ddcb-a450-4ecd-8b56-af13826bd14b",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "f9b228f2-1ae1-4a0d-bc2b-7c1d87fcb9dd",
"idClasificacion": "56230595-df94-4a54-a692-e0c5cc6a2c9f",
"nomClasificacion": "sample string 6",
"num": 7
}