Update Biomarker
Use the mutation updateBiomarker
to update an existing biomarker using its ID.
Available Arguments
Argument | Type | Description |
---|---|---|
| ID! | Id of biomarker. |
| String | Name of biomarker. |
| ID | Id of the biomarker category. |
| String | BIomarker method definition. |
| String | Biomarker Description. |
| Int | Sets view order, ascending. Default = 0. |
| Boolean | Visibility of biomarker for an end-user. Default = True. |
| range | |
| Float | Highest value to be considered as normal. |
| Float | Lowest value to be considered as normal. |
| optimalRange | |
| Float | Highest value to be considered as optimal. |
| Float | Lowest value to be considered as optimal. |
| borderlineRange | |
| Float | Highest value to be considered as borderline. |
| Float | Lowest value to be considered as borderline. |
| [ID!] | List of biomarker unit IDs . |
| [BiomarkerAliasInput!] | |
| String! | Name of the biomarker alias. |
| BiomarkerLanguage! | enum: AFRIKAANS ALBANIAN ARABIC CATALAN CHINESE CROATIAN CZECH DANISH DUTCH ENGLISH ESTONIAN FRENCH GERMAN HEBREW HINDI INDONESIAN ITALIAN JAPANESE KOREAN POLISH PORTUGUESE ROMANIAN RUSSIAN SERBIAN SPANISH SWEDISH THAI TURKISH UKRAINIAN VIETNAMESE ZULU |
Available Fields
Field Name | Type | Description |
---|---|---|
| Boolean! | True if the biomarker has been updated successfully. Otherwise, False |
| String! | Description of the result. |
| Biomarker | A structured version of biomarker information. It contains |
Example
Last updated