BloodSugarInsulinRecord
Block containing information about individual measurements.
Part of the BloodSugarInsulinReport.
type BloodSugarInsulinRecord {
bloodSugar: BloodSugarRecord!
employee: EmployeeRecord!
insulin: [InsulinRecord!]!
notAdministeredReason: NotAdministeredReasonRecord
time: TimeRecord!
timeOfDay: TimeOfDayType!
}
Fields
BloodSugarInsulinRecord.bloodSugar ● BloodSugarRecord! non-null object
There is exactly one blood sugar record per timeOfDay. (row)
BloodSugarInsulinRecord.employee ● EmployeeRecord! non-null object
The row containing the employee information for each block.
BloodSugarInsulinRecord.insulin ● [InsulinRecord!]! non-null object
There can be multiple insulin records. (rows)
BloodSugarInsulinRecord.notAdministeredReason ● NotAdministeredReasonRecord object
The row explaining, per day, why no insulin was administered on a bundled service of variant
BLOOD_SUGAR_AND_INSULIN. Rendered in place of the dose.
null for reports built before the bundled variant existed, and for any report that contains
no withheld injection.
BloodSugarInsulinRecord.time ● TimeRecord! non-null object
The row containing the time information for each block.
BloodSugarInsulinRecord.timeOfDay ● TimeOfDayType! non-null enum
The time block of the record
Member Of
BloodSugarInsulinReport object