Reporting Component
|
Comments
|
---|---|
Clinical Protocol, Statistical
Analysis Plan
|
Used to identify and
define data to be collected, analysis methods and algorithms to be
used, and efficacy endpoints and safety measures that determine report
output.
|
Source Data
|
Source data for analysis
data sets, often SDTM. Traceability back to source data is a key
ADaM requirement.
|
Source Metadata
|
Metadata about the source
data.
|
Controlled Terminology
|
Set of allowable terms
used in any source or analysis data set. For CDISC, NCI EVS serves
as the primary source of terms.
|
Analysis Data Sets
|
ADaM data sets, typically
including the ADSL data set and any number of BDS data sets (for example,
ADAE and ADLB) required to support analyses.
|
Analysis Data Set Metadata
|
Metadata about the analysis
data sets.
|
Analysis Results (tables,
listings, and figures)
For more information,
see Analysis Results (Tables, Listings, and Figures).
|
The set of statistical
displays (for example, text, tabular, or graphical presentation of
results) or inferential statements (such as p-values or estimates
of treatment effect).
|
TLF Metadata (to include
table shells)
For more information,
see TLF Metadata.
|
Commonly provided as
table shells. Can also include display-specific metadata (often as
Microsoft Excel files) used by the analysis programs to generate the
displays.
|
Analysis Results Metadata
For more information,
see Analysis Results Metadata.
|
Defined by the Analysis
Data Model (ADaM), Version 2.1 document, Section 5.3. For more information,
see Analysis Results Metadata.
|
Analysis Programs
For more information,
see Analysis Programs.
|
Programming code that
uses the analysis data sets (and, optionally, TLF metadata) to create
the analysis results.
|
Submission Package (for
example, eCTD)
|
The structured submission
used to package data, metadata, code, and results in a standard form
to facilitate review.
|
Define.xml
|
A metadata format that
documents each tabulation (SDTM) or analysis (ADaM) data set, ancillary
documents, and controlled terminology for a study or submission.
|
CSR/ISS/ISE
|
The focus of each ADaM
implementation. Most commonly a Clinical Study Report (CSR) for a
single clinical study. Can be an Integrated Summary of Safety (ISS)
or Integrated Summary of Efficacy (ISE) across multiple clinical studies.
|
sample study library directory/cdisc-adam-2.1/sascstdemodata/analysis
sample study library directory/cdisc-adam-2.1–1.7/sascstdemodata/analysis/documents/Mock_tables_shells.pdf
.
sample study library directory/cdisc-adam-2.1–1.7/sascstdemodata/metadata/tlfddt.xml
sample study library directory/cdisc-adam-2.1–1.7/sascstdemodata/analysis/data
sample study library directory/cdisc-adam-2.1–1.7/sascstdemodata/analysis/code
sample study library directory/cdisc-adam-2.1–1.7/sascstdemodata/programs/analyze_data.sas
%adam_createdisplay (displaysrc=Metadata,useanalysisresults=N,usetlfddt=Y, displayid=%str(Table_14.2.01));
adam_createdisplay Creates an analysis result display from ADaM analysis data sets. The path to the code to create the display is provided either directly in the macro parameters or is derived from a metadata source. Examples of metadata sources are analysis results metadata or Tables, Listings, and Figures data definition metadata (TLFDDT) that you maintain and reference in the SASReferences data set. Two primary paths (parameter settings) are supported: 1. A code source is specified. A fully qualified path is required. The expectation is that this module is %included below to generate an analysis result (display). 2. Metadata provides the information necessary to generate an analysis result (display). This metadata is in the form of the CDISC ADaM analysis results metadata, supplemental Tables, Listings, and Figures data definition metadata (TLFDDT), or both. @macvar studyRootPath Root path to the sample source study @macvar _cstCTDescription Description of controlled terminology packet @macvar _cstDebug Turns debugging on or off for the session @macvar cstDefaultReportFormat Specifies the SAS ODS report destination @macvar _cstGRoot Root path of the Toolkit Global Library @macvar _cstResultsDS Results data set @macvar _cstResultSeq Results: Unique invocation of check @macvar _cstSASRefs Run-time SASReferences data set derived in process setup @macvar _cstSeqCnt Results: Sequence number within _cstResultSeq @macvar _cstSrcData Results: Source entity being evaluated @macvar _cstStandard Name of a standard registered to Toolkit @macvar _cstStandardVersion Version of the standard referenced in _cstStandard @macvar _cst_rc Task error status @macvar _cstVersion Version of the SAS Clinical Standards Toolkit @macvar _CSTTLF_MASTERCODEPATH Dynamically derived code segment path from TLF metadata. @macvar workpath Path to the SAS session work library @param _cstDisplaySrc - required - Where information comes from to generate the result. Values: Code | Metadata Default: Metadata @param _cstDisplayCode - conditional - Either a valid filename or the fully qualified path to code that produces an analysis result. If _cstDisplaySrc=Code, this parameter is used and is required. All of the remaining parameters are ignored. @param _cstUseAnalysisResults - conditional - The study-specific analysis results metadata are used to provide report metadata. If _cstDisplaySrc=Metadata, either this parameter or _cstUseTLFddt must be set to Y. If both _cstUseAnalysisResults and _cstUseTLFddt are set to Y, _cstUseAnalysisResults takes precedence. Values: N | Y Default: Y @param _cstUseTLFddt - conditional - The study-specific mock table shell metadata (known as Tables, Listings, and Figures data definition metadata (TLFDDT)) are used to provide report metadata. If _cstDisplaySrc=Metadata, either this parameter or _cstUseAnalysisResults must be set to Y. If both _cstUseAnalysisResults and _cstUseTLFddt are set to Y, _cstUseAnalysisResults takes precedence. Values: N | Y Default: Y @param _cstDisplayID - conditional - The ID of the display from the designated metadata source. If _cstDisplaySrc=Metadata, this parameter is required. @param _cstDisplayPath - optional - A valid filename or the fully qualified path to the generated display. If not provided, the code looks in SASReferences for type=report.
sample study library directory/cdisc-adam-2.1–1.7/sascstdemodata/metadata/analysis_results.sas7bdat