Launch the ReviewR application by running
ReviewR::run_app()
from the R console or by visiting the
URL of a Shiny Server deployed instance of ReviewR in a browser. On
launch, ReviewR will show you the Homepage, which will provide some
basic information about the ReviewR package.
When you are ready to begin using ReviewR select the “Setup” option from the navigation menu on the left side of the application. The Setup section is divided into 2 columns, Connect to Patient Database and Configure Patient Chart Abstraction.
ReviewR supports multiple database systems. A listing of available database modules is displayed in the drop down menu, located in this section:
Select the database module that you would like to connect to.
If you are connecting to Google BigQuery, you will simply click “Sign In with Google”. See Google BigQuery Deployment for more information.
Once you have successfully authenticated with Google you can select from your associated Google Cloud projects and the BigQuery data sets available within the selected project. Once you have selected the data set you wish to review, click “Connect”.
If you are connecting to PostgreSQL you will be prompted for configuration information about your database (database name, hostname, and port) as well as your login information (username and password) then click “Connect”.
If you would simply like to try ReviewR without connecting to your own data you can select the “Demo SQLite” database module and click “Connect”. This demo database contains simulated patient data from the CMS Synthetic Public Use File (SynPUF) and MTSamples databases.
If you would like to connect ReviewR to a dataset stored in a different relational database system, see the Support a New Relational Database Management System vignette.
Once the required database credentials have been provided, the database setup module will create a connection to your database and attempt to identify the data model of the patient data stored in your database. The connection information and detected data model will be shown in the successful connection pane:
In the event that the data model cannot be determined, ReviewR will notify you with the following error message, indicating that data model support has not been add for your particular patient dataset.
See the Support a Custom Data Model vignette to learn how to add support for your particular dataset.
ReviewR is now ready for you to view the patient information contained within your database. If you would like to configure chart abstraction using REDCap, please see the Connect to REDCap vignette. Otherwise you can learn how to review patient charts in the Perform a Chart Review vignette.