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.
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.