Skip to main content

ActionPlanEntry

A single entry as a part of the action plan

interface ActionPlanEntry {
actions: String
id: ClientActionPlanEntryID!
timeOfDay: TimeOfDayType
}

Fields

ActionPlanEntry.actions ● String scalar

Actions for the given benefit, in free text

ActionPlanEntry.id ● ClientActionPlanEntryID! non-null scalar

Unique identifier

ActionPlanEntry.timeOfDay ● TimeOfDayType enum

Shows time of day of the entry

Member Of

ActionPlan interface ● CompletedActionPlan object ● DraftActionPlan object

Implemented By

ActionPlanBenefitEntry object ● ActionPlanProphylaxisEntry object