POST api/GetCIE10_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": "e5914591-c669-4e1d-8602-c6871634abca",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "6d75d55f-19eb-44e1-8f62-6634db5d4467",
"idClasificacion": "367b08b1-1a52-4556-94c7-f0dca9031559",
"nomClasificacion": "sample string 6",
"num": 7
}