BloodSugarInsulinRecord
Block containing information about individual measurements.
Part of the BloodSugarInsulinReport.
type BloodSugarInsulinRecord {
bloodSugar: BloodSugarRecord!
employee: EmployeeRecord!
insulin: [InsulinRecord!]!
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.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