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": "b08b02bc-2d03-4fe9-8cf3-a78889065330",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "275f8b8f-f919-4c83-825b-706c139cd3cc",
"idClasificacion": "39bf25fa-f675-46e3-a27f-4203c757a41b",
"nomClasificacion": "sample string 6",
"num": 7
}