Add Biomarker Result
Use addBiomarkerResults
to add one or more biomarker results to a user's lab test report.
Available Arguments
labTestReportId
ID!
Id of lab test report.
biomarkers
BiomarkerResultInput!
biomarkers.biomarkerId
ID!
Id of the biomarker
biomarkers.date
datetime!
Use the format: YYYY-MM-DDT hh:mm:ssZ
biomarkers.result
BiomarkerValueInput!
biomarkers.result.type
BiomarkerValueDatatype!
enum: BOOLEAN
, NUMBER
, STRING
biomarkers.result.value
GenericScalar!
The GenericScalar
scalar type represents a generic GraphQL scalar value that could be: String, Boolean, Int, Float, List or Object.
biomarkers.biomarkerUnitId
ID!
Id of biomarker unit.
biomarkers.displayValue
String
Optional value to be displayed instead of biomarkers.results
alert
Boolean
True
if alert is active otherwise False.
alertText
String
Text shown in the alert.
Available Fields
success
Boolean!
True if the biomarker result has been created successfully. Otherwise, False
message
String!
Description of the result.
Example
Example with Alert
Example of String Value
Last updated