Skip to main content

InsulinValue

The value of the provided benefit for BenefitVariant.INSULIN.

type InsulinValue {
noInsulinNeeded: Boolean
timeOfDay: LocalDateTime!
valueType: BenefitVariant!
values: [InsulinValueDoses!]!
}

Fields

InsulinValue.noInsulinNeeded ● Boolean scalar

Set to true, if no insulin is needed for today.

InsulinValue.timeOfDay ● LocalDateTime! non-null scalar

The time of day when the insulin value has been provided to the client

InsulinValue.valueType ● BenefitVariant! non-null enum

The variant of the benefit of the work item Used only for validation

InsulinValue.values ● [InsulinValueDoses!]! non-null object

All doses given with this value.

Implemented By

BenefitValue union