Skip to main content

NotAdministeredReasonRecord

A single row explaining why no insulin was administered. Part of the BloodSugarInsulinReport.

type NotAdministeredReasonRecord {
entries: [InsulinNotAdministeredReason]!
notes: [String]!
}

Fields

NotAdministeredReasonRecord.entries ● [InsulinNotAdministeredReason]! non-null enum

List of reasons (cells). Array contains one element per day. Elements are null on every day where an insulin dose was given or no bundled service was recorded.

NotAdministeredReasonRecord.notes ● [String]! non-null scalar

List of free-text explanations (cells), set on the days where the reason is OTHER. Array contains one element per day.

Member Of

BloodSugarInsulinRecord object