Skip to contents

A shiny module. Creates an interactive timeline. Used to provide a quick overview of adverse events, severe adverse events, and study activities such as Investigational Product administration. Helpful to judge whether for example an event is related to an Investigational Product.

Usage

mod_timeline_server(id, form_review_data, timeline_data, active_subject)

Arguments

id

Character string, used to connect the module UI with the module Server.

form_review_data

A reactive value containing the review data of the respective form.

timeline_data

A reactive with a data frame containing the timeline data. Used to create the timeline figure. Created with get_timeline_data().

active_subject

A reactive value containing the active subject ID.