This module determines if "View" or "Review" interface is needed based on presence or absence of a configured abstraction module. When an abstraction module is configured on the "Setup" tab of ReviewR, a column will be created to the right of the patient chart for the abstraction data collection instrument. Otherwise, the patient chart will take up the full view.
This module consists of the following components:
Module UI function
chartreview_ui: A uiOutput containing the View or Review interface
Module Server function
chartreview_server: The logic that controls the layout of the "Chart Review" tab in ReviewR. "View" if no abstraction module is configured. "Review" if abstraction module configured.