SlideShare a Scribd company logo
1 of 26
Metadata and ADaM

www.cytel.com

1
Disclaimer

Any views or opinions presented in this
presentation are solely those of the author and
do not necessarily represent those of the
company.

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

2
Agenda

•

Introduction of ADaM Metadata

•

Clincial Trial Process

•

Examples of how to create Metadata

•

Goal of ADaM Metadata

•

Pros and Cons

•

Conclusion

•

Questions & Answers

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

3
ADaM Metadata
• Definition – Information of ADaM(Analysis Data
Model) datasets
• Types
–
–
–
–

Analysis Dataset Metadata
Analysis Variable Metadata
Analysis Parameter Value-Level Metadata
Analysis Results Metadata

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

4
Normal Clinical Trial Process

Protocol

SAP

Mock Up
Tables

CRF

DMDB

www.cytel.com

Raw

Derived

©2012 Cytel Statistical Software & Services Pvt. Ltd.

TFL

5
CDISC Clinical Trial Process

Protocol

SAP

Mock Up
Tables

ADaM
Metadata

eCRF

EDC

SDTM

ADaM

TFL

ADaM Related Process

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

6
ADaM Related Process

ADaM Metadata
Analysis
Dataset
Metadata

Analysis
Variable
Metadata

Analysis
Parameter
value-level
Metadata

ADaM

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

Analysis
Results
Metadata

TFL

7
Example 1 - Time to Event Mock Up
table
Table 14.2.1
Time to Death by Treatment
PARAM = „Days to Death‟, TRTP
Analysis Population: Intent to Treat
ITTFL=„Y‟
Drug 1

Drug 2

p-value

__________________________________________________________________________________________
N
xxx
xxx
Median
xx
xx
x.xx
Q1, Q3
xx, xx
xx, xx
__________________________________________________________________________________________
AVAL(Days to Event), CNSR(Censor information)
proc lifetest data=ADTTEOS;
where PARAM=“Days to Death” and ITTFL=“Y”;
time AVAL*CNSR(1);
strata TRTP;
run;
www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

8
Time to Event Analysis Dataset
Metadata

Dataset
Dataset
Dataset
Name Description Location
ADTTEOS Overall
Survival
Analysis
Dataset

www.cytel.com

Dataset
Structure

Key
Class of Documentation
Variables Dataset
of Dataset

adtteos.xpt One record STUDYID, BDS
per subject USUBJID,
PARAM
per
parameter

©2012 Cytel Statistical Software & Services Pvt. Ltd.

adtteos.txt

9
[CB1]Note

to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S

Example 1 : Time to Event Analysis
Variable Metadata including Analysis
Parameter Value-Level Metadata (1)
Dataset Parameter Variable Variable Label Variable Display
Name Identifier Name
Type
Format

Codelist /
Controlled
Terms

Source / Derivation

ADTTEOS *ALL*

STUDYID Study Identifier

text

$20

ADSL.STUDYID

ADTTEOS *ALL*

USUBJID Unique Subject
Identifier

text

$20

ADSL.USUBJID

ADTTEOS *ALL*

ITTFL

Intent-To-Treat
Population Flag

text

$1

Y, null

ADSL.ITTFL

ADTTEOS *ALL*

TRTP

Planned
Treatment

text

$40

Drug 1, Drug 2

ADSL.TRT01P

ADTTEOS *ALL*

TRTPN

Planned
Treatment (N)

integer

1.0

1 = Drug 1,
2 = Drug 2

ADSL.TRT01PN

ADTTEOS PARAMCD

PARAM

Parameter

text

$50

Days to Death

ADTTEOS *ALL*

PARAMCD Parameter Code text

$8

DEATH

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

10
[CB1]Note

to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S

Example 1 : Time to Event Analysis
Variable Metadata including Analysis
Parameter Value-Level Metadata (2)
Dataset Parameter Variable
Name Identifier
Name

Variable
Label

Variable Display
Type Format

Codelist /
Controlled Terms

Source / Derivation

ADTTEOS *ALL*

AVAL

Analysis Value float

8.2

ADT – STARTDT + 1

ADTTEOS *ALL*

STARTDT

YYYYMM
DD10.

ADSL.RANDDT

ADTTEOS *ALL*

ADT

Time to Event integer
Origin Date for
Subject
Analysis Date integer

YYYYMM
DD10.

SAS Date of DS.DSDTC

ADTTEOS *ALL*

CNSR

Censor

integer

1.0

ADTTEOS *ALL*

EVNTDESC Event or
Censoring
Description

text

$40

www.cytel.com

0 for DS.DSDECOD =
„DEATH‟, 1 for any other
study completion
DEATH, COMPLETED DS.DSDECOD
THE STUDY, LOST TO
FOLLOW-UP, AE, PD
0, 1

©2012 Cytel Statistical Software & Services Pvt. Ltd.

11
[CB1]Note

to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S

Example 1 : Time to Event ADaM Dataset
USUBJID

TRTP

PARAM

AVAL

STARTDT

001-01-001 Study Drug 1

Days to
Death

157

001-01-002 Study Drug 2

Days to
Death

001-01-003 Study Drug 2
001-01-004 Study Drug 1

www.cytel.com

ADT

CNSR

EVNTDESC

2011-01-04 2011-06-10

1

COMPLETED
THE STUDY

116

2011-02-01 2011-05-28

1

AE

Days to
Death

88

2011-02-05 2011-05-04

0

DEATH

Days to
Death

102

2011-03-20 2011-06-30

1

PD

©2012 Cytel Statistical Software & Services Pvt. Ltd.

12
Example 1 : Time to Event Analysis
Results Metadata
Metadata Field

Metadata

DISPLAY
IDENTIFIER
DISPLAY NAME

Table 14.2.1

RESULT
IDENTIFIER
PARAM

Days to Death

PARAMCD

DEATH

ANALYSIS
VARIABLE
REASON

AVAL

DATASET

ADTTEOS

Time to Death by Treatment, Analysis Population: Intent to Treat

Days to Death

Primary efficacy analysis

ITTFL=“Y” and PARAM = „Days to Death‟
SELECTION
CRITERIA
DOCUMENTATION See SAP Section XX for details. Program: t-14-012-001-death.txt
PROGRAMMING
STATEMENTS

www.cytel.com

proc lifetest data= ADTTEOS;
where ITTFL=„Y‟ and PARAM = “Days to Death”;
time AVAL*CNSR(1);
strata TRTP;
run;
©2012 Cytel Statistical Software & Services Pvt. Ltd.

13
Example 2 : Time to Event Mock Up
table
Table 14.2.2
Time to Progression Free Survival : Cox Proportional Hazard Model
PARAM = ‘Days to Progression Free Survival’, TRTP
Analysis Population: Intent to Treat
ITTFL=„Y‟
Drug 1

Drug 2

p-value

__________________________________________________________________________________________
N
xxx
xxx
Median
xx
xx
x.xx
Q1, Q3
xx, xx
xx, xx
__________________________________________________________________________________________
AVAL(Days to Event), CNSR(Censor information)
proc phreg data=ADTTEOS;
where PARAM=“Days to Progression Free Survival” and ITTFL=“Y”;
model AVAL*CNSR(1) = TRTP AGE SEX ;
run;

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

14
[CB1]Note

to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S

Example 2 : Time to Event Analysis
Variable Metadata including Analysis
Parameter Value-Level Metadata (1)
Dataset Parameter Variable Variable Label Variable Display
Name Identifier Name
Type
Format

Source / Derivation
Codelist /
Controlled Terms

ADTTEOS *ALL*

STUDYID Study Identifier

text

$20

ADSL.STUDYID

ADTTEOS *ALL*

USUBJID Unique Subject
Identifier

text

$20

ADSL.USUBJID

ADTTEOS *ALL*
ADTTEOS *ALL*
ADTTEOS *ALL*

AGE
SEX
ITTFL

Age
Sex
Intent-To-Treat
Population Flag

integer
text
text

3.0
$1
$1

Y, null

ADSL.AGE
ADSL.SEX
ADSL.ITTFL

ADTTEOS *ALL*

TRTP

Planned
Treatment

text

$40

Drug 1, Drug 2

ADSL.TRT01P

ADTTEOS *ALL*

TRTPN

Planned
Treatment (N)

integer

1.0

1 = Drug 1,
2 = Drug 2

ADSL.TRT01PN

ADTTEOS PARAMCD

PARAM

Parameter

text

$50

ADTTEOS *ALL*

PARAMCD Parameter Code text

Days to Death
Days to Progression
Free Survival
DEATH
PFS

www.cytel.com

$8

©2012 Cytel Statistical Software & Services Pvt. Ltd.

15
Example 2 : Time to Event Analysis
Variable Metadata including Analysis
Parameter Value-Level Metadata (2)
Dataset Parameter Variable
Name Identifier
Name

Variable
Label

Variable Display
Type Format

Codelist /
Controlled Terms

Source / Derivation

ADTTEOS *ALL*

AVAL

Analysis Value float

8.2

ADT – STARTDT + 1

ADTTEOS *ALL*

STARTDT

YYYYMM
DD10.

ADSL.RANDDT

ADTTEOS *ALL*

ADT

Time to Event integer
Origin Date for
Subject
Analysis Date integer

YYYYMM
DD10.

SAS Date of DS.DSDTC

ADTTEOS DEATH

CNSR

Censor

integer

1.0

ADTTEOS PFS

CNSR

Censor

integer

1.0

ADTTEOS *ALL*

EVNTDESC Event or
Censoring
Description

text

$40

www.cytel.com

0 for DS.DSDECOD =
„DEATH‟, 1 for any other
study completion
0, 1
0 for DS.DSDECOD
in(„DEATH‟ , „PD‟), 1 for any
other study completion
DEATH, COMPLETED DS.DSDECOD
THE STUDY, LOST TO
FOLLOW-UP, AE, PD
0, 1

©2012 Cytel Statistical Software & Services Pvt. Ltd.

16
[CB1]Note

to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S

Example 2 : Time to Event ADaM Dataset
USUBJ AGE SEX TRTP
ID

PARAM

AVA STAR
L
TDT

ADT

CNSR

EVNTDESC

001-01001

43

M

Study
Drug 1

Days to Death

157

201101-04

201106-10

1

COMPLETED
THE STUDY

001-01002

57

F

Study
Drug 2

Days to Death

116

201102-01

201105-28

1

AE

001-01003

71

M

Study
Drug 2

Days to Death

88

201102-05

201105-04

0

DEATH

001-01004

55

F

Study
Drug 1

Days to Death

102

201103-20

201106-30

1

PD

001-01001

43

M

Study
Drug 1

Days to Progression 157
Free Survival

201101-04

201106-10

1

COMPLETED
THE STUDY

001-01002

57

F

Study
Drug 2

Days to Progression 116
Free Survival

201102-01

201105-28

1

AE

001-01003

71

M

Study
Drug 2

Days to Progression 88
Free Survival

201102-05

201105-04

0

DEATH

001-01004

55

F

Study
Drug 1

Days to Progression 102
Free Survival

201103-20

201106-30

0

PD

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

17
Example 2 : Time to Event Analysis
Results Metadata
Metadata Field

Metadata

DISPLAY
IDENTIFIER
DISPLAY NAME

Table 14.2.2

RESULT
IDENTIFIER
PARAM

Days to Progression Free Survival

PARAMCD

PFS

ANALYSIS
VARIABLE
REASON

AVAL

DATASET

ADTTEOS

Time to Progression Free Survival : Cox Proportional Hazard Model

Days to Progression Free Survival

Secondary efficacy analysis

ITTFL=“Y” and PARAM=“Days to Progression Free Survival‟
SELECTION
CRITERIA
DOCUMENTATION See SAP Section XX for details. Program: t-14-002-002-pfs.txt
PROGRAMMING
STATEMENTS

www.cytel.com

proc phreg data= ADTTEOS;
where ITTFL=„Y‟ and PARAM = “Days to Progression Free Survival’;
model AVAL*CNSR(1) = TRTP AGE SEX;
run;
©2012 Cytel Statistical Software & Services Pvt. Ltd.

18
Summary of Examples
Mock Up Tables
ADaM Metadata

14.2.1

14.2.2

Dataset

ADTTEOS

Variables

STUDYDI, USUBJID
ITTFL
TRTP, TRTPN
PARAM, PARAMCD
AVAL
STARTDT, ADT
CNSR
EVNTDESC
AGE
SEX

Parameter DEATH

Results Days to Death
www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

PFS

Days to Progression
Free Survival
19
Goal of Metadata
• Serve as Spec and Define
– Spec : provide the programmers how ADaM and some TFL
can be created
– Define : datasets information for sponsors

• Central document for all programmers and statisticians

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

20
Goal of Metadata (2)
• Minimize the communication traffic in virtual office
setting
–
–
–
–

Philadelphia Office
Boston Office
India Office
Remote Programming

• Reconciliation between ADaM datasets and Metadata
– use macros to check wether ADaM datasets follow
ADaM Metadata.

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

21
Cons
• Who will prepare and maintain the metadata
• CDISC expert(SDTM, ADaM and so on)

• Programmer Lead
• Statistician

• The initial investment on resource and time at

the early stage of the study
• Two many metadata?

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

22
Pros (1)
• Consistency in ADaM datasets
–
–
–
–

Label
Name
Format
# of variables

• Help the inexperience personnel – ADaM is new
• The central document between developers and
validators – especially for the virtual office setting
• Helps the programmers on efficacy analysis.

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

23
Pros (2)
• Better estimate on the number of ADaM datasets –
help the planning and resourcing.
• Review on Mock Up tables and SAP

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

24
Conclusion
• The concept of Metadata is “Plan your work and work
your plan”
• ADaM Metadata is ongoing until all are done.

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

25
Questions?

www.cytel.com

©2012 Cytel Statistical Software & Services Pvt. Ltd.

26

More Related Content

What's hot

CDISC SDTM Domain Presentation
CDISC SDTM Domain PresentationCDISC SDTM Domain Presentation
CDISC SDTM Domain PresentationAnkur Sharma
 
CDISC's CDASH and SDTM: Why You Need Both!
CDISC's CDASH and SDTM: Why You Need Both!CDISC's CDASH and SDTM: Why You Need Both!
CDISC's CDASH and SDTM: Why You Need Both!Kit Howard
 
Implementation of CDISC ADAM in The Pharmacokinetics Department
Implementation of CDISC ADAM in The Pharmacokinetics DepartmentImplementation of CDISC ADAM in The Pharmacokinetics Department
Implementation of CDISC ADAM in The Pharmacokinetics DepartmentSGS
 
SDTM (Study Data Tabulation Model)
SDTM (Study Data Tabulation Model)SDTM (Study Data Tabulation Model)
SDTM (Study Data Tabulation Model)SWAROOP KUMAR K
 
INTERPRETING CDISC ADaM IG THROUGH USERS INTERPRETATION
INTERPRETING CDISC ADaM IG THROUGH USERS INTERPRETATIONINTERPRETING CDISC ADaM IG THROUGH USERS INTERPRETATION
INTERPRETING CDISC ADaM IG THROUGH USERS INTERPRETATIONAngelo Tinazzi
 
How to validate sdtm suppqual
How to validate sdtm suppqualHow to validate sdtm suppqual
How to validate sdtm suppqualKevin Lee
 
CDISC SDTM and ADaM for survival data
CDISC SDTM and ADaM for survival dataCDISC SDTM and ADaM for survival data
CDISC SDTM and ADaM for survival dataAngelo Tinazzi
 
Trial Design Domains
Trial Design DomainsTrial Design Domains
Trial Design DomainsAnkur Sharma
 
Presentation on CDISC- SDTM guidelines.
Presentation on CDISC- SDTM guidelines.Presentation on CDISC- SDTM guidelines.
Presentation on CDISC- SDTM guidelines.Khushbu Shah
 
Study data tabulation model
Study data tabulation modelStudy data tabulation model
Study data tabulation modelrahulrabbit
 
CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...
CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...
CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...Angelo Tinazzi
 
SDTM - Adverse Events Vs. Clinical Events
SDTM - Adverse Events Vs. Clinical EventsSDTM - Adverse Events Vs. Clinical Events
SDTM - Adverse Events Vs. Clinical EventsVijayaraghava Karpurapu
 
A Systematic Review of ADaM IG Interpretation
A Systematic Review of ADaM IG InterpretationA Systematic Review of ADaM IG Interpretation
A Systematic Review of ADaM IG InterpretationAngelo Tinazzi
 
Where Vs If Statement
Where Vs If StatementWhere Vs If Statement
Where Vs If StatementSunil Gupta
 

What's hot (20)

CDISC SDTM Domain Presentation
CDISC SDTM Domain PresentationCDISC SDTM Domain Presentation
CDISC SDTM Domain Presentation
 
SDTM Fnal Detail Training
SDTM Fnal Detail TrainingSDTM Fnal Detail Training
SDTM Fnal Detail Training
 
CDISC's CDASH and SDTM: Why You Need Both!
CDISC's CDASH and SDTM: Why You Need Both!CDISC's CDASH and SDTM: Why You Need Both!
CDISC's CDASH and SDTM: Why You Need Both!
 
Implementation of CDISC ADAM in The Pharmacokinetics Department
Implementation of CDISC ADAM in The Pharmacokinetics DepartmentImplementation of CDISC ADAM in The Pharmacokinetics Department
Implementation of CDISC ADAM in The Pharmacokinetics Department
 
SDTM (Study Data Tabulation Model)
SDTM (Study Data Tabulation Model)SDTM (Study Data Tabulation Model)
SDTM (Study Data Tabulation Model)
 
INTERPRETING CDISC ADaM IG THROUGH USERS INTERPRETATION
INTERPRETING CDISC ADaM IG THROUGH USERS INTERPRETATIONINTERPRETING CDISC ADaM IG THROUGH USERS INTERPRETATION
INTERPRETING CDISC ADaM IG THROUGH USERS INTERPRETATION
 
Introduction to SDTM
Introduction to SDTMIntroduction to SDTM
Introduction to SDTM
 
How to validate sdtm suppqual
How to validate sdtm suppqualHow to validate sdtm suppqual
How to validate sdtm suppqual
 
regulatory.pptx
regulatory.pptxregulatory.pptx
regulatory.pptx
 
CDISC SDTM and ADaM for survival data
CDISC SDTM and ADaM for survival dataCDISC SDTM and ADaM for survival data
CDISC SDTM and ADaM for survival data
 
Trial Design Domains
Trial Design DomainsTrial Design Domains
Trial Design Domains
 
Presentation on CDISC- SDTM guidelines.
Presentation on CDISC- SDTM guidelines.Presentation on CDISC- SDTM guidelines.
Presentation on CDISC- SDTM guidelines.
 
ADaM
ADaMADaM
ADaM
 
Study data tabulation model
Study data tabulation modelStudy data tabulation model
Study data tabulation model
 
CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...
CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...
CLINICAL STUDY REPORT - IN-TEXT TABLES, TABLES FIGURES AND GRAPHS, PATIENT AN...
 
CDISCs_SDTM_basics.ppt
CDISCs_SDTM_basics.pptCDISCs_SDTM_basics.ppt
CDISCs_SDTM_basics.ppt
 
SDTM - Adverse Events Vs. Clinical Events
SDTM - Adverse Events Vs. Clinical EventsSDTM - Adverse Events Vs. Clinical Events
SDTM - Adverse Events Vs. Clinical Events
 
A Systematic Review of ADaM IG Interpretation
A Systematic Review of ADaM IG InterpretationA Systematic Review of ADaM IG Interpretation
A Systematic Review of ADaM IG Interpretation
 
CDISC-CDASH
CDISC-CDASHCDISC-CDASH
CDISC-CDASH
 
Where Vs If Statement
Where Vs If StatementWhere Vs If Statement
Where Vs If Statement
 

Similar to Metadata and ADaM

Standards Metadata Management (system)
Standards Metadata Management (system)Standards Metadata Management (system)
Standards Metadata Management (system)Kevin Lee
 
Standardization of “Safety Drug” Reporting Applications
Standardization of “Safety Drug” Reporting ApplicationsStandardization of “Safety Drug” Reporting Applications
Standardization of “Safety Drug” Reporting Applicationshalleyzand
 
Interpreting CDISC ADaM IG through Users Interpretation
Interpreting CDISC ADaM IG through Users InterpretationInterpreting CDISC ADaM IG through Users Interpretation
Interpreting CDISC ADaM IG through Users InterpretationAngelo Tinazzi
 
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.pptHCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.pptMadeeshShaik
 
DataStax: Rigorous Cassandra Data Modeling for the Relational Data Architect
DataStax: Rigorous Cassandra Data Modeling for the Relational Data ArchitectDataStax: Rigorous Cassandra Data Modeling for the Relational Data Architect
DataStax: Rigorous Cassandra Data Modeling for the Relational Data ArchitectDataStax Academy
 
Rigorous Cassandra Data Modeling for the Relational Data Architect
Rigorous Cassandra Data Modeling  for the Relational Data ArchitectRigorous Cassandra Data Modeling  for the Relational Data Architect
Rigorous Cassandra Data Modeling for the Relational Data ArchitectArtem Chebotko
 
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET Journal
 
Combining process metadata and cdisc metadata to achieve automation
Combining process metadata and cdisc metadata to achieve automationCombining process metadata and cdisc metadata to achieve automation
Combining process metadata and cdisc metadata to achieve automationDr.Sangram Parbhane
 
eBay EDW元数据管理及应用
eBay EDW元数据管理及应用eBay EDW元数据管理及应用
eBay EDW元数据管理及应用mysqlops
 
CDISC Electronic Submission to FDA
CDISC Electronic Submission to FDACDISC Electronic Submission to FDA
CDISC Electronic Submission to FDAKevin Lee
 
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery ToolsAntonio Rolle
 
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem ChemAxon
 
Common Protocol Template (CPT) Initiative - CPT and Disclosure: Connecting Cr...
Common Protocol Template (CPT) Initiative - CPT and Disclosure: Connecting Cr...Common Protocol Template (CPT) Initiative - CPT and Disclosure: Connecting Cr...
Common Protocol Template (CPT) Initiative - CPT and Disclosure: Connecting Cr...TransCelerate
 
METODOLOGIA DEA EN STATA
METODOLOGIA DEA EN STATAMETODOLOGIA DEA EN STATA
METODOLOGIA DEA EN STATALuhSm
 
SQL Server 2008 Upgrade
SQL Server 2008 UpgradeSQL Server 2008 Upgrade
SQL Server 2008 UpgradeTed Noga
 
Wayne State University & DataStax: World's best data modeling tool for Apache...
Wayne State University & DataStax: World's best data modeling tool for Apache...Wayne State University & DataStax: World's best data modeling tool for Apache...
Wayne State University & DataStax: World's best data modeling tool for Apache...DataStax Academy
 

Similar to Metadata and ADaM (20)

Standards Metadata Management (system)
Standards Metadata Management (system)Standards Metadata Management (system)
Standards Metadata Management (system)
 
Standardization of “Safety Drug” Reporting Applications
Standardization of “Safety Drug” Reporting ApplicationsStandardization of “Safety Drug” Reporting Applications
Standardization of “Safety Drug” Reporting Applications
 
Interpreting CDISC ADaM IG through Users Interpretation
Interpreting CDISC ADaM IG through Users InterpretationInterpreting CDISC ADaM IG through Users Interpretation
Interpreting CDISC ADaM IG through Users Interpretation
 
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.pptHCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
 
DataStax: Rigorous Cassandra Data Modeling for the Relational Data Architect
DataStax: Rigorous Cassandra Data Modeling for the Relational Data ArchitectDataStax: Rigorous Cassandra Data Modeling for the Relational Data Architect
DataStax: Rigorous Cassandra Data Modeling for the Relational Data Architect
 
Rigorous Cassandra Data Modeling for the Relational Data Architect
Rigorous Cassandra Data Modeling  for the Relational Data ArchitectRigorous Cassandra Data Modeling  for the Relational Data Architect
Rigorous Cassandra Data Modeling for the Relational Data Architect
 
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
 
Combining process metadata and cdisc metadata to achieve automation
Combining process metadata and cdisc metadata to achieve automationCombining process metadata and cdisc metadata to achieve automation
Combining process metadata and cdisc metadata to achieve automation
 
ifip2008albashiri.pdf
ifip2008albashiri.pdfifip2008albashiri.pdf
ifip2008albashiri.pdf
 
eBay EDW元数据管理及应用
eBay EDW元数据管理及应用eBay EDW元数据管理及应用
eBay EDW元数据管理及应用
 
CDISC Electronic Submission to FDA
CDISC Electronic Submission to FDACDISC Electronic Submission to FDA
CDISC Electronic Submission to FDA
 
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
“Lights Out”Configuration using Tivoli Netcool AutoDiscovery Tools
 
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
 
Common Protocol Template (CPT) Initiative - CPT and Disclosure: Connecting Cr...
Common Protocol Template (CPT) Initiative - CPT and Disclosure: Connecting Cr...Common Protocol Template (CPT) Initiative - CPT and Disclosure: Connecting Cr...
Common Protocol Template (CPT) Initiative - CPT and Disclosure: Connecting Cr...
 
METODOLOGIA DEA EN STATA
METODOLOGIA DEA EN STATAMETODOLOGIA DEA EN STATA
METODOLOGIA DEA EN STATA
 
Smart Drug Delivery Systems
Smart Drug Delivery SystemsSmart Drug Delivery Systems
Smart Drug Delivery Systems
 
Final
FinalFinal
Final
 
SQL Server 2008 Upgrade
SQL Server 2008 UpgradeSQL Server 2008 Upgrade
SQL Server 2008 Upgrade
 
Wayne State University & DataStax: World's best data modeling tool for Apache...
Wayne State University & DataStax: World's best data modeling tool for Apache...Wayne State University & DataStax: World's best data modeling tool for Apache...
Wayne State University & DataStax: World's best data modeling tool for Apache...
 
Data Warehousing
Data WarehousingData Warehousing
Data Warehousing
 

More from Kevin Lee

Patient’s Journey using Real World Data and its Advanced Analytics
Patient’s Journey using Real World Data and its Advanced AnalyticsPatient’s Journey using Real World Data and its Advanced Analytics
Patient’s Journey using Real World Data and its Advanced AnalyticsKevin Lee
 
Introduction of AWS Cloud Computing and its future for Biometric Department
Introduction of AWS Cloud Computing and its future for Biometric DepartmentIntroduction of AWS Cloud Computing and its future for Biometric Department
Introduction of AWS Cloud Computing and its future for Biometric DepartmentKevin Lee
 
A fear of missing out and a fear of messing up : A Strategic Roadmap for Chat...
A fear of missing out and a fear of messing up : A Strategic Roadmap for Chat...A fear of missing out and a fear of messing up : A Strategic Roadmap for Chat...
A fear of missing out and a fear of messing up : A Strategic Roadmap for Chat...Kevin Lee
 
Prompt it, not Google it - Prompt Engineering for Data Scientists
Prompt it, not Google it - Prompt Engineering for Data ScientistsPrompt it, not Google it - Prompt Engineering for Data Scientists
Prompt it, not Google it - Prompt Engineering for Data ScientistsKevin Lee
 
Leading into the Unknown? Yes, we need Change Management Leadership
Leading into the Unknown? Yes, we need Change Management LeadershipLeading into the Unknown? Yes, we need Change Management Leadership
Leading into the Unknown? Yes, we need Change Management LeadershipKevin Lee
 
How to create SDTM DM.xpt using Python v1.1
How to create SDTM DM.xpt using Python v1.1How to create SDTM DM.xpt using Python v1.1
How to create SDTM DM.xpt using Python v1.1Kevin Lee
 
Enterprise-level Transition from SAS to Open-source Programming for the whole...
Enterprise-level Transition from SAS to Open-source Programming for the whole...Enterprise-level Transition from SAS to Open-source Programming for the whole...
Enterprise-level Transition from SAS to Open-source Programming for the whole...Kevin Lee
 
How I became ML Engineer
How I became ML Engineer How I became ML Engineer
How I became ML Engineer Kevin Lee
 
Artificial Intelligence in Pharmaceutical Industry
Artificial Intelligence in Pharmaceutical IndustryArtificial Intelligence in Pharmaceutical Industry
Artificial Intelligence in Pharmaceutical IndustryKevin Lee
 
Tell stories with jupyter notebook
Tell stories with jupyter notebookTell stories with jupyter notebook
Tell stories with jupyter notebookKevin Lee
 
Perfect partnership - machine learning and CDISC standard data
Perfect partnership - machine learning and CDISC standard dataPerfect partnership - machine learning and CDISC standard data
Perfect partnership - machine learning and CDISC standard dataKevin Lee
 
Machine Learning : why we should know and how it works
Machine Learning : why we should know and how it worksMachine Learning : why we should know and how it works
Machine Learning : why we should know and how it worksKevin Lee
 
Big data for SAS programmers
Big data for SAS programmersBig data for SAS programmers
Big data for SAS programmersKevin Lee
 
Big data in pharmaceutical industry
Big data in pharmaceutical industryBig data in pharmaceutical industry
Big data in pharmaceutical industryKevin Lee
 
How FDA will reject non compliant electronic submission
How FDA will reject non compliant electronic submissionHow FDA will reject non compliant electronic submission
How FDA will reject non compliant electronic submissionKevin Lee
 
End to end standards driven oncology study (solid tumor, Immunotherapy, Leuke...
End to end standards driven oncology study (solid tumor, Immunotherapy, Leuke...End to end standards driven oncology study (solid tumor, Immunotherapy, Leuke...
End to end standards driven oncology study (solid tumor, Immunotherapy, Leuke...Kevin Lee
 
Are you ready for Dec 17, 2016 - CDISC compliant data?
Are you ready for Dec 17, 2016 - CDISC compliant data?Are you ready for Dec 17, 2016 - CDISC compliant data?
Are you ready for Dec 17, 2016 - CDISC compliant data?Kevin Lee
 
SAS integration with NoSQL data
SAS integration with NoSQL dataSAS integration with NoSQL data
SAS integration with NoSQL dataKevin Lee
 
Introduction of semantic technology for SAS programmers
Introduction of semantic technology for SAS programmersIntroduction of semantic technology for SAS programmers
Introduction of semantic technology for SAS programmersKevin Lee
 
Data centric SDLC for automated clinical data development
Data centric SDLC for automated clinical data developmentData centric SDLC for automated clinical data development
Data centric SDLC for automated clinical data developmentKevin Lee
 

More from Kevin Lee (20)

Patient’s Journey using Real World Data and its Advanced Analytics
Patient’s Journey using Real World Data and its Advanced AnalyticsPatient’s Journey using Real World Data and its Advanced Analytics
Patient’s Journey using Real World Data and its Advanced Analytics
 
Introduction of AWS Cloud Computing and its future for Biometric Department
Introduction of AWS Cloud Computing and its future for Biometric DepartmentIntroduction of AWS Cloud Computing and its future for Biometric Department
Introduction of AWS Cloud Computing and its future for Biometric Department
 
A fear of missing out and a fear of messing up : A Strategic Roadmap for Chat...
A fear of missing out and a fear of messing up : A Strategic Roadmap for Chat...A fear of missing out and a fear of messing up : A Strategic Roadmap for Chat...
A fear of missing out and a fear of messing up : A Strategic Roadmap for Chat...
 
Prompt it, not Google it - Prompt Engineering for Data Scientists
Prompt it, not Google it - Prompt Engineering for Data ScientistsPrompt it, not Google it - Prompt Engineering for Data Scientists
Prompt it, not Google it - Prompt Engineering for Data Scientists
 
Leading into the Unknown? Yes, we need Change Management Leadership
Leading into the Unknown? Yes, we need Change Management LeadershipLeading into the Unknown? Yes, we need Change Management Leadership
Leading into the Unknown? Yes, we need Change Management Leadership
 
How to create SDTM DM.xpt using Python v1.1
How to create SDTM DM.xpt using Python v1.1How to create SDTM DM.xpt using Python v1.1
How to create SDTM DM.xpt using Python v1.1
 
Enterprise-level Transition from SAS to Open-source Programming for the whole...
Enterprise-level Transition from SAS to Open-source Programming for the whole...Enterprise-level Transition from SAS to Open-source Programming for the whole...
Enterprise-level Transition from SAS to Open-source Programming for the whole...
 
How I became ML Engineer
How I became ML Engineer How I became ML Engineer
How I became ML Engineer
 
Artificial Intelligence in Pharmaceutical Industry
Artificial Intelligence in Pharmaceutical IndustryArtificial Intelligence in Pharmaceutical Industry
Artificial Intelligence in Pharmaceutical Industry
 
Tell stories with jupyter notebook
Tell stories with jupyter notebookTell stories with jupyter notebook
Tell stories with jupyter notebook
 
Perfect partnership - machine learning and CDISC standard data
Perfect partnership - machine learning and CDISC standard dataPerfect partnership - machine learning and CDISC standard data
Perfect partnership - machine learning and CDISC standard data
 
Machine Learning : why we should know and how it works
Machine Learning : why we should know and how it worksMachine Learning : why we should know and how it works
Machine Learning : why we should know and how it works
 
Big data for SAS programmers
Big data for SAS programmersBig data for SAS programmers
Big data for SAS programmers
 
Big data in pharmaceutical industry
Big data in pharmaceutical industryBig data in pharmaceutical industry
Big data in pharmaceutical industry
 
How FDA will reject non compliant electronic submission
How FDA will reject non compliant electronic submissionHow FDA will reject non compliant electronic submission
How FDA will reject non compliant electronic submission
 
End to end standards driven oncology study (solid tumor, Immunotherapy, Leuke...
End to end standards driven oncology study (solid tumor, Immunotherapy, Leuke...End to end standards driven oncology study (solid tumor, Immunotherapy, Leuke...
End to end standards driven oncology study (solid tumor, Immunotherapy, Leuke...
 
Are you ready for Dec 17, 2016 - CDISC compliant data?
Are you ready for Dec 17, 2016 - CDISC compliant data?Are you ready for Dec 17, 2016 - CDISC compliant data?
Are you ready for Dec 17, 2016 - CDISC compliant data?
 
SAS integration with NoSQL data
SAS integration with NoSQL dataSAS integration with NoSQL data
SAS integration with NoSQL data
 
Introduction of semantic technology for SAS programmers
Introduction of semantic technology for SAS programmersIntroduction of semantic technology for SAS programmers
Introduction of semantic technology for SAS programmers
 
Data centric SDLC for automated clinical data development
Data centric SDLC for automated clinical data developmentData centric SDLC for automated clinical data development
Data centric SDLC for automated clinical data development
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
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
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
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
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
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
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
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
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
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
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
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
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
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
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
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
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
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
 

Metadata and ADaM

  • 2. Disclaimer Any views or opinions presented in this presentation are solely those of the author and do not necessarily represent those of the company. www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 2
  • 3. Agenda • Introduction of ADaM Metadata • Clincial Trial Process • Examples of how to create Metadata • Goal of ADaM Metadata • Pros and Cons • Conclusion • Questions & Answers www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 3
  • 4. ADaM Metadata • Definition – Information of ADaM(Analysis Data Model) datasets • Types – – – – Analysis Dataset Metadata Analysis Variable Metadata Analysis Parameter Value-Level Metadata Analysis Results Metadata www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 4
  • 5. Normal Clinical Trial Process Protocol SAP Mock Up Tables CRF DMDB www.cytel.com Raw Derived ©2012 Cytel Statistical Software & Services Pvt. Ltd. TFL 5
  • 6. CDISC Clinical Trial Process Protocol SAP Mock Up Tables ADaM Metadata eCRF EDC SDTM ADaM TFL ADaM Related Process www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 6
  • 7. ADaM Related Process ADaM Metadata Analysis Dataset Metadata Analysis Variable Metadata Analysis Parameter value-level Metadata ADaM www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. Analysis Results Metadata TFL 7
  • 8. Example 1 - Time to Event Mock Up table Table 14.2.1 Time to Death by Treatment PARAM = „Days to Death‟, TRTP Analysis Population: Intent to Treat ITTFL=„Y‟ Drug 1 Drug 2 p-value __________________________________________________________________________________________ N xxx xxx Median xx xx x.xx Q1, Q3 xx, xx xx, xx __________________________________________________________________________________________ AVAL(Days to Event), CNSR(Censor information) proc lifetest data=ADTTEOS; where PARAM=“Days to Death” and ITTFL=“Y”; time AVAL*CNSR(1); strata TRTP; run; www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 8
  • 9. Time to Event Analysis Dataset Metadata Dataset Dataset Dataset Name Description Location ADTTEOS Overall Survival Analysis Dataset www.cytel.com Dataset Structure Key Class of Documentation Variables Dataset of Dataset adtteos.xpt One record STUDYID, BDS per subject USUBJID, PARAM per parameter ©2012 Cytel Statistical Software & Services Pvt. Ltd. adtteos.txt 9
  • 10. [CB1]Note to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S Example 1 : Time to Event Analysis Variable Metadata including Analysis Parameter Value-Level Metadata (1) Dataset Parameter Variable Variable Label Variable Display Name Identifier Name Type Format Codelist / Controlled Terms Source / Derivation ADTTEOS *ALL* STUDYID Study Identifier text $20 ADSL.STUDYID ADTTEOS *ALL* USUBJID Unique Subject Identifier text $20 ADSL.USUBJID ADTTEOS *ALL* ITTFL Intent-To-Treat Population Flag text $1 Y, null ADSL.ITTFL ADTTEOS *ALL* TRTP Planned Treatment text $40 Drug 1, Drug 2 ADSL.TRT01P ADTTEOS *ALL* TRTPN Planned Treatment (N) integer 1.0 1 = Drug 1, 2 = Drug 2 ADSL.TRT01PN ADTTEOS PARAMCD PARAM Parameter text $50 Days to Death ADTTEOS *ALL* PARAMCD Parameter Code text $8 DEATH www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 10
  • 11. [CB1]Note to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S Example 1 : Time to Event Analysis Variable Metadata including Analysis Parameter Value-Level Metadata (2) Dataset Parameter Variable Name Identifier Name Variable Label Variable Display Type Format Codelist / Controlled Terms Source / Derivation ADTTEOS *ALL* AVAL Analysis Value float 8.2 ADT – STARTDT + 1 ADTTEOS *ALL* STARTDT YYYYMM DD10. ADSL.RANDDT ADTTEOS *ALL* ADT Time to Event integer Origin Date for Subject Analysis Date integer YYYYMM DD10. SAS Date of DS.DSDTC ADTTEOS *ALL* CNSR Censor integer 1.0 ADTTEOS *ALL* EVNTDESC Event or Censoring Description text $40 www.cytel.com 0 for DS.DSDECOD = „DEATH‟, 1 for any other study completion DEATH, COMPLETED DS.DSDECOD THE STUDY, LOST TO FOLLOW-UP, AE, PD 0, 1 ©2012 Cytel Statistical Software & Services Pvt. Ltd. 11
  • 12. [CB1]Note to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S Example 1 : Time to Event ADaM Dataset USUBJID TRTP PARAM AVAL STARTDT 001-01-001 Study Drug 1 Days to Death 157 001-01-002 Study Drug 2 Days to Death 001-01-003 Study Drug 2 001-01-004 Study Drug 1 www.cytel.com ADT CNSR EVNTDESC 2011-01-04 2011-06-10 1 COMPLETED THE STUDY 116 2011-02-01 2011-05-28 1 AE Days to Death 88 2011-02-05 2011-05-04 0 DEATH Days to Death 102 2011-03-20 2011-06-30 1 PD ©2012 Cytel Statistical Software & Services Pvt. Ltd. 12
  • 13. Example 1 : Time to Event Analysis Results Metadata Metadata Field Metadata DISPLAY IDENTIFIER DISPLAY NAME Table 14.2.1 RESULT IDENTIFIER PARAM Days to Death PARAMCD DEATH ANALYSIS VARIABLE REASON AVAL DATASET ADTTEOS Time to Death by Treatment, Analysis Population: Intent to Treat Days to Death Primary efficacy analysis ITTFL=“Y” and PARAM = „Days to Death‟ SELECTION CRITERIA DOCUMENTATION See SAP Section XX for details. Program: t-14-012-001-death.txt PROGRAMMING STATEMENTS www.cytel.com proc lifetest data= ADTTEOS; where ITTFL=„Y‟ and PARAM = “Days to Death”; time AVAL*CNSR(1); strata TRTP; run; ©2012 Cytel Statistical Software & Services Pvt. Ltd. 13
  • 14. Example 2 : Time to Event Mock Up table Table 14.2.2 Time to Progression Free Survival : Cox Proportional Hazard Model PARAM = ‘Days to Progression Free Survival’, TRTP Analysis Population: Intent to Treat ITTFL=„Y‟ Drug 1 Drug 2 p-value __________________________________________________________________________________________ N xxx xxx Median xx xx x.xx Q1, Q3 xx, xx xx, xx __________________________________________________________________________________________ AVAL(Days to Event), CNSR(Censor information) proc phreg data=ADTTEOS; where PARAM=“Days to Progression Free Survival” and ITTFL=“Y”; model AVAL*CNSR(1) = TRTP AGE SEX ; run; www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 14
  • 15. [CB1]Note to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S Example 2 : Time to Event Analysis Variable Metadata including Analysis Parameter Value-Level Metadata (1) Dataset Parameter Variable Variable Label Variable Display Name Identifier Name Type Format Source / Derivation Codelist / Controlled Terms ADTTEOS *ALL* STUDYID Study Identifier text $20 ADSL.STUDYID ADTTEOS *ALL* USUBJID Unique Subject Identifier text $20 ADSL.USUBJID ADTTEOS *ALL* ADTTEOS *ALL* ADTTEOS *ALL* AGE SEX ITTFL Age Sex Intent-To-Treat Population Flag integer text text 3.0 $1 $1 Y, null ADSL.AGE ADSL.SEX ADSL.ITTFL ADTTEOS *ALL* TRTP Planned Treatment text $40 Drug 1, Drug 2 ADSL.TRT01P ADTTEOS *ALL* TRTPN Planned Treatment (N) integer 1.0 1 = Drug 1, 2 = Drug 2 ADSL.TRT01PN ADTTEOS PARAMCD PARAM Parameter text $50 ADTTEOS *ALL* PARAMCD Parameter Code text Days to Death Days to Progression Free Survival DEATH PFS www.cytel.com $8 ©2012 Cytel Statistical Software & Services Pvt. Ltd. 15
  • 16. Example 2 : Time to Event Analysis Variable Metadata including Analysis Parameter Value-Level Metadata (2) Dataset Parameter Variable Name Identifier Name Variable Label Variable Display Type Format Codelist / Controlled Terms Source / Derivation ADTTEOS *ALL* AVAL Analysis Value float 8.2 ADT – STARTDT + 1 ADTTEOS *ALL* STARTDT YYYYMM DD10. ADSL.RANDDT ADTTEOS *ALL* ADT Time to Event integer Origin Date for Subject Analysis Date integer YYYYMM DD10. SAS Date of DS.DSDTC ADTTEOS DEATH CNSR Censor integer 1.0 ADTTEOS PFS CNSR Censor integer 1.0 ADTTEOS *ALL* EVNTDESC Event or Censoring Description text $40 www.cytel.com 0 for DS.DSDECOD = „DEATH‟, 1 for any other study completion 0, 1 0 for DS.DSDECOD in(„DEATH‟ , „PD‟), 1 for any other study completion DEATH, COMPLETED DS.DSDECOD THE STUDY, LOST TO FOLLOW-UP, AE, PD 0, 1 ©2012 Cytel Statistical Software & Services Pvt. Ltd. 16
  • 17. [CB1]Note to ADaM team: We have elected to use this format for the program names. According to the Study Data Specifications, since the programs created by S Example 2 : Time to Event ADaM Dataset USUBJ AGE SEX TRTP ID PARAM AVA STAR L TDT ADT CNSR EVNTDESC 001-01001 43 M Study Drug 1 Days to Death 157 201101-04 201106-10 1 COMPLETED THE STUDY 001-01002 57 F Study Drug 2 Days to Death 116 201102-01 201105-28 1 AE 001-01003 71 M Study Drug 2 Days to Death 88 201102-05 201105-04 0 DEATH 001-01004 55 F Study Drug 1 Days to Death 102 201103-20 201106-30 1 PD 001-01001 43 M Study Drug 1 Days to Progression 157 Free Survival 201101-04 201106-10 1 COMPLETED THE STUDY 001-01002 57 F Study Drug 2 Days to Progression 116 Free Survival 201102-01 201105-28 1 AE 001-01003 71 M Study Drug 2 Days to Progression 88 Free Survival 201102-05 201105-04 0 DEATH 001-01004 55 F Study Drug 1 Days to Progression 102 Free Survival 201103-20 201106-30 0 PD www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 17
  • 18. Example 2 : Time to Event Analysis Results Metadata Metadata Field Metadata DISPLAY IDENTIFIER DISPLAY NAME Table 14.2.2 RESULT IDENTIFIER PARAM Days to Progression Free Survival PARAMCD PFS ANALYSIS VARIABLE REASON AVAL DATASET ADTTEOS Time to Progression Free Survival : Cox Proportional Hazard Model Days to Progression Free Survival Secondary efficacy analysis ITTFL=“Y” and PARAM=“Days to Progression Free Survival‟ SELECTION CRITERIA DOCUMENTATION See SAP Section XX for details. Program: t-14-002-002-pfs.txt PROGRAMMING STATEMENTS www.cytel.com proc phreg data= ADTTEOS; where ITTFL=„Y‟ and PARAM = “Days to Progression Free Survival’; model AVAL*CNSR(1) = TRTP AGE SEX; run; ©2012 Cytel Statistical Software & Services Pvt. Ltd. 18
  • 19. Summary of Examples Mock Up Tables ADaM Metadata 14.2.1 14.2.2 Dataset ADTTEOS Variables STUDYDI, USUBJID ITTFL TRTP, TRTPN PARAM, PARAMCD AVAL STARTDT, ADT CNSR EVNTDESC AGE SEX Parameter DEATH Results Days to Death www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. PFS Days to Progression Free Survival 19
  • 20. Goal of Metadata • Serve as Spec and Define – Spec : provide the programmers how ADaM and some TFL can be created – Define : datasets information for sponsors • Central document for all programmers and statisticians www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 20
  • 21. Goal of Metadata (2) • Minimize the communication traffic in virtual office setting – – – – Philadelphia Office Boston Office India Office Remote Programming • Reconciliation between ADaM datasets and Metadata – use macros to check wether ADaM datasets follow ADaM Metadata. www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 21
  • 22. Cons • Who will prepare and maintain the metadata • CDISC expert(SDTM, ADaM and so on) • Programmer Lead • Statistician • The initial investment on resource and time at the early stage of the study • Two many metadata? www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 22
  • 23. Pros (1) • Consistency in ADaM datasets – – – – Label Name Format # of variables • Help the inexperience personnel – ADaM is new • The central document between developers and validators – especially for the virtual office setting • Helps the programmers on efficacy analysis. www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 23
  • 24. Pros (2) • Better estimate on the number of ADaM datasets – help the planning and resourcing. • Review on Mock Up tables and SAP www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 24
  • 25. Conclusion • The concept of Metadata is “Plan your work and work your plan” • ADaM Metadata is ongoing until all are done. www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 25
  • 26. Questions? www.cytel.com ©2012 Cytel Statistical Software & Services Pvt. Ltd. 26