Usage Instructions for Downloading Data from DAEN using SurVigilance

Usage Instructions for Downloading Data from DAEN using SurVigilance#

[3]:
## Instantiating the Application

# uncomment the below code to instantiate the application on a local machine
"""
from SurVigilance.ui import UI
UI().run()
""";

The above code will display the landing page of the dashboard application as shown below -

Dashboard Landing Page

On the landing page, we show a widget that checks the connectivity to each webpage associated with the databases. Once the user clicks on the “DAEN” page, the page shown below opens. On this page, the user can input the drug of interest and also the number of attempts (default is 5) for retrieving data before error is shown. Here we download data for the drug “Paracetamol”.

DAEN1

Once the user clicks on the “search” button, the code in the backend starts to parse and collect data on “Paracetamol” from the DAEN database as shown below.

DAEN2

Once the data collection is completed, the location where the downloaded data is stored is shown alongwith a success message.

DAEN3