This module allows the user to select an available ReviewR abstraction module from a dropdown list. It dynamically returns the abstraction setup and instrument user interfaces as well as collected chart abstraction information from the selected module.
This module consists of the following components:
Usage
abstraction_setup_ui(id)
abstraction_instrument_ui(id)
abstraction_setup_server(id, subject_id)
Value
abstraction_setup_ui:
- tagList
A tagList containing a selectInput that allows for selection of available abstraction setup modules and the setup UI for the selected abstraction module.
abstraction_instrument_ui:
- tagList
A tagList containing the selected abstraction module's data collection instrument UI.
abstraction_setup_server:
- reactiveValues
This module has no returns of its own, but will pass on the
reactiveValues
returns from the user selected abstraction module.