Add Biomarker Result
Last updated
Last updated
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.
success
Boolean!
True if the biomarker result has been created successfully. Otherwise, False
message
String!
Description of the result.