Shiny module. Used to display common form data in the dedicated tab.
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.