Data Fetch
Currently, data is extracted from excel sheets stored in dummydata folder
Connection to oncore database is yet to be established
Following data is stored in excel sheets:
Department
Staff - Primary Investigator & Study Coordinator
Research Protocols (IRB Num)
Month wise actual accrual count grouped by IRB Num
Research Protocol & accrual details
Queries to fetch required data and invalid data can be found in sqlqueries folder
Data | Excel Sheet Name |
---|---|
Department | dept_excel_filtered.xlsx |
Staff (PI & SC) | staff_excel_filtered.xlsx |
All research protocols | protocols_filtered.xlsx |
Protocol Accrual Details | accrual_details.xlsx |
Protocol Accrual Count Data | accrual_count.xlsx |
Steps to fetch data -
Queries can be found in sqlqueries folder
Run the query in sql developer
Once data is displayed in sql developer, right click to export data & select xlsx option & directory path to store the excel
Use the excel names as mentioned in above table
store the excel in dummy data folder