SlideShare a Scribd company logo
1 of 30
Download to read offline
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 1
Use Cases for using the
Program Type View
September, 2013
Mike Grossman
Vice President of
Clinical Data Warehousing and
Analytics
BioPharm Systems
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 2
Welcome & Introductions
Mike Grossman
Vice President of
Clinical Data Warehousing and Analytics
BioPharm Systems, Inc.
• CDW/CDA practice lead since 2010
– Expertise in managing data for all phases and styles of clinical trials
– Leads the team that implements, supports, enhances, and integrates
Oracle’s LSH and other data warehousing and analytic solutions
• Extensive Oracle Life Sciences Hub (LSH) experience
– 10 years of experience designing and developing Oracle Life Sciences
Hub at Oracle
– 27 years in the industry
– 5+ years of experiencing implementing LSH at client sites
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 3
Agenda
• What is a view program
• Use case 1 – Data pooling
• Use case 2 – Data security
• Use case 3 – Data blinding
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 4
What is a view program?
• An LSH program that has the “VIEW” technology type
• Allows you to combine data from multiple LSH table
instances without storing the data multiple times
• Creates a user-defined view of data across multiple table
instances
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 5
View Program
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 6
View Program Type
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 7
Table Descriptors
• Multiple LSH data sources
• A single target table
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 8
Source Code
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 9
Source Code
SELECT [ hint ] [ { { DISTINCT | UNIQUE } | ALL } ]
select_list
FROM table_reference [, table_reference ]. . .
[ where_clause ]
[ hierarchical_query_clause ]
[ group_by_clause ]
[ HAVING condition ] [ model_clause ]
[ { UNION [ ALL ] | INTERSECT | MINUS }
( subquery ) ]
[ order_by_clause ]
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 10
Source Code
• Can only reference the program’s source table descriptors
• Can call functions/procedures which are included in
PL/SQL programs that are included as static references
• Cannot reference public database objects
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 11
View Table
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 12
View Table
• The view table is created
– When the view program is installed
– As a database view
• Can be used as a source table for other LSH programs,
data marts, or business areas
• The currency timestamp is applied every time you access
the view’s current data
• If you remove the view program instance the
corresponding table instance is also removed
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 13
View Data
From source DM
Data Currency
From source AE
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 14
Use Case 1 – Data Pooling
• The key to data pooling is having data that is standard, or
conformed
– SDTM or SDTM+
– Company standards
• Data can be pooled by
– Indication
– Therapeutic area
– Compound or device
– Etc.
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 15
Use Case 1 – Data Pooling
• Pooled data can be used for
– On-going safety review
– Efficacy analysis
– To present the data to the sponsor in business area visualizations
– Etc.
• Data pooling can be
– Manual
– Automated
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 16
Use Case 1 – Data Pooling
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 17
Manual Pooling
• Create the view program
• Add multiple table descriptors
• Launch the IDE to create and verify the source code
• Install the program
• Manually update the program
– When the source metadata changes
– To maintain the list of studies to be pooled
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 18
Automated Pooling
• Create and validate the pooling automation program
• Maintain the list of studies to be pooled
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 19
Automated Pooling
Tables to support the list of
studies to be pooled,
metadata verification, etc.
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 20
Automated Pooling
Primary source code
and shared PL/SQL
utilities
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 21
Automated Pooling
PL/SQL source code
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 22
Automated Pooling
Stores a list of
LSH studies to
include in the
automated
pooling
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 23
Automated Pooling
• The results in
LSH
View programs
View tables
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 24
Use Case 2 – Security
• Use program views to limit a user’s access to only those
studies to which they’re authorized
• The DM_ALL dataset contains data for two studies but
the user should only have access to one of them
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 25
Security
• The view program
– Uses DM_ALL as the data source
– Generates the SECURITY_V table view
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 26
Security
• The view program’s source code
– Restricts access at the study level
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 27
Security
• The results in a business area visualization
– Display only the study the user should be able to access
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 28
Use Case 3 – Data Blinding
• Views on tables to mask data
• Authorize feature
• Multiple views for blinded/dummy data
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 29
Q&A
PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 30
Contact Us
• North America Sales Contacts:
– Rod Roderick, VP of Sales, Trial Management Solutions
– rroderick@biopharm.com
– +1 877 654 0033
– Vicky Green, VP of Sales, Data Management Solutions
– vgreen@biopharm.com
– +1 877 654 0033
• Europe/Middle East/Africa Sales Contact:
– Rudolf Coetzee, Director of Business Development
– rcoetzee@biopharm.com
– +44 (0) 1865 910200
• General Inquiries:
– info@biopharm.com

More Related Content

Similar to 2013 OHSUG - Use Cases for using the Program Type View in Oracle Life Sciences Data Hub (LSH)

2013 OHSUG - Clinical Data Warehouse Implementation
2013 OHSUG - Clinical Data Warehouse Implementation2013 OHSUG - Clinical Data Warehouse Implementation
2013 OHSUG - Clinical Data Warehouse ImplementationPerficient
 
2013 OHSUG - Benefits of Out-of-the-Box-CDA for Siebel Clinical
2013 OHSUG - Benefits of Out-of-the-Box-CDA for Siebel Clinical2013 OHSUG - Benefits of Out-of-the-Box-CDA for Siebel Clinical
2013 OHSUG - Benefits of Out-of-the-Box-CDA for Siebel ClinicalPerficient
 
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...Perficient
 
2013 OHSUG - Use Cases for Using the Program Type View in Oracle Life Science...
2013 OHSUG - Use Cases for Using the Program Type View in Oracle Life Science...2013 OHSUG - Use Cases for Using the Program Type View in Oracle Life Science...
2013 OHSUG - Use Cases for Using the Program Type View in Oracle Life Science...Perficient
 
2013 OHSUG - Best Practices for Setting up the CDA Repository for CTMS/OC
2013 OHSUG - Best Practices for Setting up the CDA Repository for CTMS/OC2013 OHSUG - Best Practices for Setting up the CDA Repository for CTMS/OC
2013 OHSUG - Best Practices for Setting up the CDA Repository for CTMS/OCPerficient
 
Clothing Store and Management System
Clothing Store and Management SystemClothing Store and Management System
Clothing Store and Management SystemAshwini0951
 
Cloud9 Workshop 27 nov 13
Cloud9 Workshop 27 nov 13Cloud9 Workshop 27 nov 13
Cloud9 Workshop 27 nov 13Alf Tornatore
 
Clone of an organization
Clone of an organizationClone of an organization
Clone of an organizationIRJET Journal
 
Methodology Framework
Methodology FrameworkMethodology Framework
Methodology FrameworkBob Sanders
 
Case tools and modern process of system development
Case tools and modern process of system development Case tools and modern process of system development
Case tools and modern process of system development tushar217
 
SCHOOL_MANAGEMENT_SYSTEM_This_Report_Pre.doc
SCHOOL_MANAGEMENT_SYSTEM_This_Report_Pre.docSCHOOL_MANAGEMENT_SYSTEM_This_Report_Pre.doc
SCHOOL_MANAGEMENT_SYSTEM_This_Report_Pre.docbosed0737
 
Zoola analytics - Using The Files Data Source
Zoola analytics - Using The Files Data SourceZoola analytics - Using The Files Data Source
Zoola analytics - Using The Files Data SourceLambda Solutions
 
Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
 Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination... Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...Sarthak Khabiya
 
Top 10 Ways to Make Clinical Trial Management Easier and More Efficient
Top 10 Ways to Make Clinical Trial Management Easier and More EfficientTop 10 Ways to Make Clinical Trial Management Easier and More Efficient
Top 10 Ways to Make Clinical Trial Management Easier and More EfficientBioclinica
 

Similar to 2013 OHSUG - Use Cases for using the Program Type View in Oracle Life Sciences Data Hub (LSH) (20)

2013 OHSUG - Clinical Data Warehouse Implementation
2013 OHSUG - Clinical Data Warehouse Implementation2013 OHSUG - Clinical Data Warehouse Implementation
2013 OHSUG - Clinical Data Warehouse Implementation
 
2013 OHSUG - Benefits of Out-of-the-Box-CDA for Siebel Clinical
2013 OHSUG - Benefits of Out-of-the-Box-CDA for Siebel Clinical2013 OHSUG - Benefits of Out-of-the-Box-CDA for Siebel Clinical
2013 OHSUG - Benefits of Out-of-the-Box-CDA for Siebel Clinical
 
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
 
2013 OHSUG - Use Cases for Using the Program Type View in Oracle Life Science...
2013 OHSUG - Use Cases for Using the Program Type View in Oracle Life Science...2013 OHSUG - Use Cases for Using the Program Type View in Oracle Life Science...
2013 OHSUG - Use Cases for Using the Program Type View in Oracle Life Science...
 
2013 OHSUG - Best Practices for Setting up the CDA Repository for CTMS/OC
2013 OHSUG - Best Practices for Setting up the CDA Repository for CTMS/OC2013 OHSUG - Best Practices for Setting up the CDA Repository for CTMS/OC
2013 OHSUG - Best Practices for Setting up the CDA Repository for CTMS/OC
 
System maintenance.ppt
System maintenance.pptSystem maintenance.ppt
System maintenance.ppt
 
Clothing Store and Management System
Clothing Store and Management SystemClothing Store and Management System
Clothing Store and Management System
 
Project report
Project reportProject report
Project report
 
Object oriented analysis and design unit- i
Object oriented analysis and design unit- iObject oriented analysis and design unit- i
Object oriented analysis and design unit- i
 
Cloud9 Workshop 27 nov 13
Cloud9 Workshop 27 nov 13Cloud9 Workshop 27 nov 13
Cloud9 Workshop 27 nov 13
 
Prototyping
PrototypingPrototyping
Prototyping
 
Clone of an organization
Clone of an organizationClone of an organization
Clone of an organization
 
Methodology Framework
Methodology FrameworkMethodology Framework
Methodology Framework
 
Case tools and modern process of system development
Case tools and modern process of system development Case tools and modern process of system development
Case tools and modern process of system development
 
SCHOOL_MANAGEMENT_SYSTEM_This_Report_Pre.doc
SCHOOL_MANAGEMENT_SYSTEM_This_Report_Pre.docSCHOOL_MANAGEMENT_SYSTEM_This_Report_Pre.doc
SCHOOL_MANAGEMENT_SYSTEM_This_Report_Pre.doc
 
Healthcare 5.0
Healthcare 5.0Healthcare 5.0
Healthcare 5.0
 
Zoola analytics - Using The Files Data Source
Zoola analytics - Using The Files Data SourceZoola analytics - Using The Files Data Source
Zoola analytics - Using The Files Data Source
 
Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
 Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination... Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
Java Project "JPS-School Management System" CBSE AISSCE Pratical Examination...
 
REPORT PRAKTIKAL
REPORT PRAKTIKALREPORT PRAKTIKAL
REPORT PRAKTIKAL
 
Top 10 Ways to Make Clinical Trial Management Easier and More Efficient
Top 10 Ways to Make Clinical Trial Management Easier and More EfficientTop 10 Ways to Make Clinical Trial Management Easier and More Efficient
Top 10 Ways to Make Clinical Trial Management Easier and More Efficient
 

More from Perficient

Freedom and Flexibility with Siebel Clinical (CTMS) Open UI
Freedom and Flexibility with Siebel Clinical (CTMS) Open UIFreedom and Flexibility with Siebel Clinical (CTMS) Open UI
Freedom and Flexibility with Siebel Clinical (CTMS) Open UIPerficient
 
Managing Global Studies with Oracle's Siebel Clinical Trial Management System...
Managing Global Studies with Oracle's Siebel Clinical Trial Management System...Managing Global Studies with Oracle's Siebel Clinical Trial Management System...
Managing Global Studies with Oracle's Siebel Clinical Trial Management System...Perficient
 
Cloud-based vs. On-site CTMS - Which is Right for Your Organization?
Cloud-based vs. On-site CTMS - Which is Right for Your Organization?Cloud-based vs. On-site CTMS - Which is Right for Your Organization?
Cloud-based vs. On-site CTMS - Which is Right for Your Organization?Perficient
 
Clinical Trial Supply Management with Siebel CTMS
Clinical Trial Supply Management with Siebel CTMSClinical Trial Supply Management with Siebel CTMS
Clinical Trial Supply Management with Siebel CTMSPerficient
 
Using Oracle Health Sciences Data Management Workbench to Optimize the Manage...
Using Oracle Health Sciences Data Management Workbench to Optimize the Manage...Using Oracle Health Sciences Data Management Workbench to Optimize the Manage...
Using Oracle Health Sciences Data Management Workbench to Optimize the Manage...Perficient
 
Integrating Oracle Argus Safety with other Clinical Systems Using Argus Inter...
Integrating Oracle Argus Safety with other Clinical Systems Using Argus Inter...Integrating Oracle Argus Safety with other Clinical Systems Using Argus Inter...
Integrating Oracle Argus Safety with other Clinical Systems Using Argus Inter...Perficient
 
How St. Jude Medical Manages Oracle Clinical Studies Using Accel-Copy
How St. Jude Medical Manages Oracle Clinical Studies Using Accel-CopyHow St. Jude Medical Manages Oracle Clinical Studies Using Accel-Copy
How St. Jude Medical Manages Oracle Clinical Studies Using Accel-CopyPerficient
 
Evaluating and Investigating Drug Safety Signals with Public Databases
Evaluating and Investigating Drug Safety Signals with Public DatabasesEvaluating and Investigating Drug Safety Signals with Public Databases
Evaluating and Investigating Drug Safety Signals with Public DatabasesPerficient
 
Plug & Play: Benefits of Out-of-the-Box Clinical Development Analytics (CDA) ...
Plug & Play: Benefits of Out-of-the-Box Clinical Development Analytics (CDA) ...Plug & Play: Benefits of Out-of-the-Box Clinical Development Analytics (CDA) ...
Plug & Play: Benefits of Out-of-the-Box Clinical Development Analytics (CDA) ...Perficient
 
The Perils of Clinical Trial Budgeting
The Perils of Clinical Trial BudgetingThe Perils of Clinical Trial Budgeting
The Perils of Clinical Trial BudgetingPerficient
 
2013 OHSUG - The Ins and Outs of CTMS Data Migration
2013 OHSUG - The Ins and Outs of CTMS Data Migration2013 OHSUG - The Ins and Outs of CTMS Data Migration
2013 OHSUG - The Ins and Outs of CTMS Data MigrationPerficient
 
2013 OHSUG - Siebel Clinical Integration with Other Systems
2013 OHSUG - Siebel Clinical Integration with Other Systems2013 OHSUG - Siebel Clinical Integration with Other Systems
2013 OHSUG - Siebel Clinical Integration with Other SystemsPerficient
 
2013 OHSUG - Sharing CTMS Data between Sponsors and Contract Research Organiz...
2013 OHSUG - Sharing CTMS Data between Sponsors and Contract Research Organiz...2013 OHSUG - Sharing CTMS Data between Sponsors and Contract Research Organiz...
2013 OHSUG - Sharing CTMS Data between Sponsors and Contract Research Organiz...Perficient
 
2013 OHSUG - Oracle Clinical and RDC Training for Data Management and Clinica...
2013 OHSUG - Oracle Clinical and RDC Training for Data Management and Clinica...2013 OHSUG - Oracle Clinical and RDC Training for Data Management and Clinica...
2013 OHSUG - Oracle Clinical and RDC Training for Data Management and Clinica...Perficient
 
2013 OHSUG - Merging Multiple Drug Safety and Pharmacovigilance Databases int...
2013 OHSUG - Merging Multiple Drug Safety and Pharmacovigilance Databases int...2013 OHSUG - Merging Multiple Drug Safety and Pharmacovigilance Databases int...
2013 OHSUG - Merging Multiple Drug Safety and Pharmacovigilance Databases int...Perficient
 
2013 OHSUG - Integration of Argus and Other Products Using the E2B Interchange
2013 OHSUG - Integration of Argus and Other Products Using the E2B Interchange2013 OHSUG - Integration of Argus and Other Products Using the E2B Interchange
2013 OHSUG - Integration of Argus and Other Products Using the E2B InterchangePerficient
 
2013 OHSUG - Facilitating Pharmacovigilance Globalization with Process Reengi...
2013 OHSUG - Facilitating Pharmacovigilance Globalization with Process Reengi...2013 OHSUG - Facilitating Pharmacovigilance Globalization with Process Reengi...
2013 OHSUG - Facilitating Pharmacovigilance Globalization with Process Reengi...Perficient
 
2013 OHSUG - Using Oracle's Empirica Topics to Document Your Signal Managemen...
2013 OHSUG - Using Oracle's Empirica Topics to Document Your Signal Managemen...2013 OHSUG - Using Oracle's Empirica Topics to Document Your Signal Managemen...
2013 OHSUG - Using Oracle's Empirica Topics to Document Your Signal Managemen...Perficient
 
Approaches to Populating the Sponsor CTMS with CRO Data
Approaches to Populating the Sponsor CTMS with CRO DataApproaches to Populating the Sponsor CTMS with CRO Data
Approaches to Populating the Sponsor CTMS with CRO DataPerficient
 
Cloud Clinical Trial Management Systems: Fact or Fiction
Cloud Clinical Trial Management Systems: Fact or FictionCloud Clinical Trial Management Systems: Fact or Fiction
Cloud Clinical Trial Management Systems: Fact or FictionPerficient
 

More from Perficient (20)

Freedom and Flexibility with Siebel Clinical (CTMS) Open UI
Freedom and Flexibility with Siebel Clinical (CTMS) Open UIFreedom and Flexibility with Siebel Clinical (CTMS) Open UI
Freedom and Flexibility with Siebel Clinical (CTMS) Open UI
 
Managing Global Studies with Oracle's Siebel Clinical Trial Management System...
Managing Global Studies with Oracle's Siebel Clinical Trial Management System...Managing Global Studies with Oracle's Siebel Clinical Trial Management System...
Managing Global Studies with Oracle's Siebel Clinical Trial Management System...
 
Cloud-based vs. On-site CTMS - Which is Right for Your Organization?
Cloud-based vs. On-site CTMS - Which is Right for Your Organization?Cloud-based vs. On-site CTMS - Which is Right for Your Organization?
Cloud-based vs. On-site CTMS - Which is Right for Your Organization?
 
Clinical Trial Supply Management with Siebel CTMS
Clinical Trial Supply Management with Siebel CTMSClinical Trial Supply Management with Siebel CTMS
Clinical Trial Supply Management with Siebel CTMS
 
Using Oracle Health Sciences Data Management Workbench to Optimize the Manage...
Using Oracle Health Sciences Data Management Workbench to Optimize the Manage...Using Oracle Health Sciences Data Management Workbench to Optimize the Manage...
Using Oracle Health Sciences Data Management Workbench to Optimize the Manage...
 
Integrating Oracle Argus Safety with other Clinical Systems Using Argus Inter...
Integrating Oracle Argus Safety with other Clinical Systems Using Argus Inter...Integrating Oracle Argus Safety with other Clinical Systems Using Argus Inter...
Integrating Oracle Argus Safety with other Clinical Systems Using Argus Inter...
 
How St. Jude Medical Manages Oracle Clinical Studies Using Accel-Copy
How St. Jude Medical Manages Oracle Clinical Studies Using Accel-CopyHow St. Jude Medical Manages Oracle Clinical Studies Using Accel-Copy
How St. Jude Medical Manages Oracle Clinical Studies Using Accel-Copy
 
Evaluating and Investigating Drug Safety Signals with Public Databases
Evaluating and Investigating Drug Safety Signals with Public DatabasesEvaluating and Investigating Drug Safety Signals with Public Databases
Evaluating and Investigating Drug Safety Signals with Public Databases
 
Plug & Play: Benefits of Out-of-the-Box Clinical Development Analytics (CDA) ...
Plug & Play: Benefits of Out-of-the-Box Clinical Development Analytics (CDA) ...Plug & Play: Benefits of Out-of-the-Box Clinical Development Analytics (CDA) ...
Plug & Play: Benefits of Out-of-the-Box Clinical Development Analytics (CDA) ...
 
The Perils of Clinical Trial Budgeting
The Perils of Clinical Trial BudgetingThe Perils of Clinical Trial Budgeting
The Perils of Clinical Trial Budgeting
 
2013 OHSUG - The Ins and Outs of CTMS Data Migration
2013 OHSUG - The Ins and Outs of CTMS Data Migration2013 OHSUG - The Ins and Outs of CTMS Data Migration
2013 OHSUG - The Ins and Outs of CTMS Data Migration
 
2013 OHSUG - Siebel Clinical Integration with Other Systems
2013 OHSUG - Siebel Clinical Integration with Other Systems2013 OHSUG - Siebel Clinical Integration with Other Systems
2013 OHSUG - Siebel Clinical Integration with Other Systems
 
2013 OHSUG - Sharing CTMS Data between Sponsors and Contract Research Organiz...
2013 OHSUG - Sharing CTMS Data between Sponsors and Contract Research Organiz...2013 OHSUG - Sharing CTMS Data between Sponsors and Contract Research Organiz...
2013 OHSUG - Sharing CTMS Data between Sponsors and Contract Research Organiz...
 
2013 OHSUG - Oracle Clinical and RDC Training for Data Management and Clinica...
2013 OHSUG - Oracle Clinical and RDC Training for Data Management and Clinica...2013 OHSUG - Oracle Clinical and RDC Training for Data Management and Clinica...
2013 OHSUG - Oracle Clinical and RDC Training for Data Management and Clinica...
 
2013 OHSUG - Merging Multiple Drug Safety and Pharmacovigilance Databases int...
2013 OHSUG - Merging Multiple Drug Safety and Pharmacovigilance Databases int...2013 OHSUG - Merging Multiple Drug Safety and Pharmacovigilance Databases int...
2013 OHSUG - Merging Multiple Drug Safety and Pharmacovigilance Databases int...
 
2013 OHSUG - Integration of Argus and Other Products Using the E2B Interchange
2013 OHSUG - Integration of Argus and Other Products Using the E2B Interchange2013 OHSUG - Integration of Argus and Other Products Using the E2B Interchange
2013 OHSUG - Integration of Argus and Other Products Using the E2B Interchange
 
2013 OHSUG - Facilitating Pharmacovigilance Globalization with Process Reengi...
2013 OHSUG - Facilitating Pharmacovigilance Globalization with Process Reengi...2013 OHSUG - Facilitating Pharmacovigilance Globalization with Process Reengi...
2013 OHSUG - Facilitating Pharmacovigilance Globalization with Process Reengi...
 
2013 OHSUG - Using Oracle's Empirica Topics to Document Your Signal Managemen...
2013 OHSUG - Using Oracle's Empirica Topics to Document Your Signal Managemen...2013 OHSUG - Using Oracle's Empirica Topics to Document Your Signal Managemen...
2013 OHSUG - Using Oracle's Empirica Topics to Document Your Signal Managemen...
 
Approaches to Populating the Sponsor CTMS with CRO Data
Approaches to Populating the Sponsor CTMS with CRO DataApproaches to Populating the Sponsor CTMS with CRO Data
Approaches to Populating the Sponsor CTMS with CRO Data
 
Cloud Clinical Trial Management Systems: Fact or Fiction
Cloud Clinical Trial Management Systems: Fact or FictionCloud Clinical Trial Management Systems: Fact or Fiction
Cloud Clinical Trial Management Systems: Fact or Fiction
 

Recently uploaded

WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

2013 OHSUG - Use Cases for using the Program Type View in Oracle Life Sciences Data Hub (LSH)

  • 1. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 1 Use Cases for using the Program Type View September, 2013 Mike Grossman Vice President of Clinical Data Warehousing and Analytics BioPharm Systems
  • 2. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 2 Welcome & Introductions Mike Grossman Vice President of Clinical Data Warehousing and Analytics BioPharm Systems, Inc. • CDW/CDA practice lead since 2010 – Expertise in managing data for all phases and styles of clinical trials – Leads the team that implements, supports, enhances, and integrates Oracle’s LSH and other data warehousing and analytic solutions • Extensive Oracle Life Sciences Hub (LSH) experience – 10 years of experience designing and developing Oracle Life Sciences Hub at Oracle – 27 years in the industry – 5+ years of experiencing implementing LSH at client sites
  • 3. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 3 Agenda • What is a view program • Use case 1 – Data pooling • Use case 2 – Data security • Use case 3 – Data blinding
  • 4. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 4 What is a view program? • An LSH program that has the “VIEW” technology type • Allows you to combine data from multiple LSH table instances without storing the data multiple times • Creates a user-defined view of data across multiple table instances
  • 5. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 5 View Program
  • 6. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 6 View Program Type
  • 7. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 7 Table Descriptors • Multiple LSH data sources • A single target table
  • 8. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 8 Source Code
  • 9. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 9 Source Code SELECT [ hint ] [ { { DISTINCT | UNIQUE } | ALL } ] select_list FROM table_reference [, table_reference ]. . . [ where_clause ] [ hierarchical_query_clause ] [ group_by_clause ] [ HAVING condition ] [ model_clause ] [ { UNION [ ALL ] | INTERSECT | MINUS } ( subquery ) ] [ order_by_clause ]
  • 10. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 10 Source Code • Can only reference the program’s source table descriptors • Can call functions/procedures which are included in PL/SQL programs that are included as static references • Cannot reference public database objects
  • 11. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 11 View Table
  • 12. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 12 View Table • The view table is created – When the view program is installed – As a database view • Can be used as a source table for other LSH programs, data marts, or business areas • The currency timestamp is applied every time you access the view’s current data • If you remove the view program instance the corresponding table instance is also removed
  • 13. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 13 View Data From source DM Data Currency From source AE
  • 14. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 14 Use Case 1 – Data Pooling • The key to data pooling is having data that is standard, or conformed – SDTM or SDTM+ – Company standards • Data can be pooled by – Indication – Therapeutic area – Compound or device – Etc.
  • 15. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 15 Use Case 1 – Data Pooling • Pooled data can be used for – On-going safety review – Efficacy analysis – To present the data to the sponsor in business area visualizations – Etc. • Data pooling can be – Manual – Automated
  • 16. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 16 Use Case 1 – Data Pooling
  • 17. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 17 Manual Pooling • Create the view program • Add multiple table descriptors • Launch the IDE to create and verify the source code • Install the program • Manually update the program – When the source metadata changes – To maintain the list of studies to be pooled
  • 18. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 18 Automated Pooling • Create and validate the pooling automation program • Maintain the list of studies to be pooled
  • 19. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 19 Automated Pooling Tables to support the list of studies to be pooled, metadata verification, etc.
  • 20. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 20 Automated Pooling Primary source code and shared PL/SQL utilities
  • 21. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 21 Automated Pooling PL/SQL source code
  • 22. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 22 Automated Pooling Stores a list of LSH studies to include in the automated pooling
  • 23. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 23 Automated Pooling • The results in LSH View programs View tables
  • 24. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 24 Use Case 2 – Security • Use program views to limit a user’s access to only those studies to which they’re authorized • The DM_ALL dataset contains data for two studies but the user should only have access to one of them
  • 25. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 25 Security • The view program – Uses DM_ALL as the data source – Generates the SECURITY_V table view
  • 26. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 26 Security • The view program’s source code – Restricts access at the study level
  • 27. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 27 Security • The results in a business area visualization – Display only the study the user should be able to access
  • 28. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 28 Use Case 3 – Data Blinding • Views on tables to mask data • Authorize feature • Multiple views for blinded/dummy data
  • 29. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 29 Q&A
  • 30. PREVIOUS NEXTPREVIOUS NEXTOracle Health Sciences User group September 2013 Slide 30 Contact Us • North America Sales Contacts: – Rod Roderick, VP of Sales, Trial Management Solutions – rroderick@biopharm.com – +1 877 654 0033 – Vicky Green, VP of Sales, Data Management Solutions – vgreen@biopharm.com – +1 877 654 0033 • Europe/Middle East/Africa Sales Contact: – Rudolf Coetzee, Director of Business Development – rcoetzee@biopharm.com – +44 (0) 1865 910200 • General Inquiries: – info@biopharm.com