Skip to contents

Shiny module. Used to display common form data in the dedicated tab.

Usage

mod_common_forms_ui(id, form)

Arguments

id

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

form

A character string with the name of the form to display.

Details

The module displays tables of common form data in a wide format. Included common forms are currently: Adverse events, Medical History, Medication, and Conc. Procedures. The applicable forms can be flexibly changed in the metadata. The tables shown are overview tables in wide format, similar to the ones in mod_study_forms_server(). When the common form Adverse events is selected, the module will show an additional table with Severe Adverse Events above the table with Adverse Events. In addition, it will show a timeline by calling module mod_timeline_ui()/mod_timeline_server(). The timeline shows study events (such as drug administrations) and study visits together with Adverse Events, so that temporal relationships between these events can be quickly revealed. The common forms module is used in the main server to create all applicable common form pages.