Add Biomarker Category
Use createBiomarkerCategory
to add a new biomarker category.
Argument | Type | Description |
---|---|---|
| String! | Name of Biomarker Category. |
| BiomarkerCategory | Parent Category Id. |
| Int | Sets view order. Default = 0. |
Available Fields
Field Name | Type | Description |
---|---|---|
| Boolean! | True if the biomarker category has been created successfully. Otherwise, False. |
| String! | Description of the result. |
| BiomarkerCategory | Biomarker category object . |
Example
Last updated