Skip to main content

ActionPlanEntryInput

Input for a single action plan entry

input ActionPlanEntryInput {
actions: String
id: ClientActionPlanEntryID
name: String
timeOfDay: TimeOfDayType
}

Fields

ActionPlanEntryInput.actions ● String scalar

Actions for the given benefit, in free text

ActionPlanEntryInput.id ● ClientActionPlanEntryID scalar

Unique identifier

ActionPlanEntryInput.name ● String scalar

Shows the name of the prophylaxis. Valid only for prophylaxis entries.

ActionPlanEntryInput.timeOfDay ● TimeOfDayType enum

Shows time of day of the entry. Valid only for prophylaxis entries.

Member Of

CreateActionPlanDraftInput input