StudyBurstSchedule

constructor(studyBurstScheduleSlice: ScheduledSessionTimelineSlice)

Using the full participant schedule, first filter the non-study burst sessions, and then organize the sessions by study burst and the LocalDate startDate.

Return

the full study burst schedule over their entire timeline

Parameters

studyBurstScheduleSlice

full list of schedule sessions containing the study bursts


constructor(timezone: TimeZone, studyBurstList: List<StudyBurst> = listOf())