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, r, form)

Arguments

id

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

r

Common reactive values. Used to access the data frames review_data, filtered_tables, and the active subject_id. review_data will be used to minimize data points on the timeline that are already reviewed.

form

A character vector, the form in which the timeline needs to be embedded. Currently, only the form 'Adverse events' is supported.