|
Defined by the Analysis
Data Model, Version 2.1, ADaM Document, Section 5.3. For more information,
see Analysis Results Metadata.
|
|
!sasroot /../SASClinicalStandardsToolkitADaM21/1.4/sample/cdisc-adam-2.1/sascstdemodata/analysis/documents/Mock_tables_shells.pdf.
!sasroot /../SASClinicalStandardsToolkitADaM21/1.4/sample/cdisc-adam-2.1/sascstdemodata/metadata/tlfddt.xml!sasroot /../SASClinicalStandardsToolkitADaM21/1.4/sample/cdisc-adam-2.1/sascstdemodata/analysis/data
!sasroot /../SASClinicalStandardsToolkitADaM21/1.4/sample/cdisc-adam-2.1/sascstdemodata/analysis/code!sasroot /../SASClinicalStandardsToolkitADaM21/1.4/sample/cdisc-adam-2.1/sascstdemodata/programs/analyze_data.sas%adam_createdisplay (displaysrc=Metadata,useanalysisresults=N,usetlfddt=Y, displayid=%str(Table_14.2.01));
adam_createdisplay
Generate an analysis result from ADaM analysis data sets
The basic function of this code module is to create an analysis result display. The path to
the code to create the display is provided either directly in the macro parameters or is
derived from a metadata source such as the analysis results metadata or Tables, Listings
and Figures data definition metadata (TLFDDT) 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 will be %included below to generate an analysis result (display).
(2) Metadata is to be used to provide the information necessary to generate an analysis
result (display). This metadata will be in the form of the CDISC-ADaM Analysis Results metadata,
supplemental Tables, Listings and Figures data definition metadata (TLFDDT), or both.
@param displaysrc - Where will information come from to generate result? Values: Code |
Metadata (default). Required.
@param displaycode - Either a valid filename or the fully qualified path to code to produce an
analysis result. Required and used only if displaysrc=Code. All of the remaining parameters
below are ignored.
@param useanalysisresults - Should the study-specific analysis results metadata be used to
provide report metadata? Values: N | Y (default). Either this parameter or usetlfddt must
be set to Y if displaysrc=Metadata. If both the useanalysisresults and usetlfddt parameters
are set to Y, useanalysisresults will take precedence.
@param usetlfddt - Should the study-specific mock tables shells metadata (known here as Tables,
Listings and Figures data definition metadata (TLFDDT)) be used to provide report metadata?
Values: N | Y (default). Either this parameter or useanalysisresults must be set to Y if
displaysrc=Metadata. If both the useanalysisresults and usetlfddt parameters are set to Y,
useanalysisresults will take precedence.
@param displayid - The ID of the display from the designated metadata source. Required if
displaysrc=Metadata.
@param displaypath - Either a valid filename or the fully qualified path to the generated
display. Optional. If not provided, code looks in SASReferences for type=report.