Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Definexmltable
Multipletrue
LevelDataset
PurposeAnalysis

Dataset Name

Dataset Description

Class of Dataset

Structure

Location

Keys

Documentation

ADSL

Subject-Level Analysis Dataset

SUBJECT LEVEL ANALYSIS DATASETadsl.xptOne record per subjectUSUBJIDADaMIG v1.3 section 3.1.1
ADCVEFCardiac Ejection Fraction Analysis Dataset

BASIC DATA STRUCTURE

One record per subject per analysis visit per parameter.adcvef.xptUSUBJID, AVISITN, PARAMCD

 Analysis Dataset

ADNTRPOCardia NTproBNP Laboratory Analyis Dataset

BASIC DATA STRUCTURE

One record per subject per analysis visit per parameter.adntpro.xptUSUBJID, AVISITN, PARAMCD

 Analysis Dataset

ADCMRICardiac Magnetic Resonance Imaging Measurements Analysis Dataset

BASIC DATA STRUCTURE

One record per subject per analysis visit per parameter.adcmri.xptUSUBJID, AVISITN, PARAMCD

Analysis Dataset

ADCV Analysis Dataset

This example analysis dataset used the SDTM CV dataset for input which shows the findings associated with a Cardiac Magnetic Resonance Imaging procedure related to ejection fraction.   

CVDTC is the date of the CMR procedure, CVDY is the study. For the purposes of this example, the participant was enrolled in the study on 20-May-2021 and the study visits were every twp months.The CVLNKID variable is used to identify a record to show a relationship between records in separate domains.




The following are the parameters for the example ADaM datasets. Note that the columns for derived variables, BASE, and CHG have been added, as well as selected variables from ADSL. The rows needed from the spirometry and 6MWT for ranking change from baseline were created in the safety analysis datasets. These derived rows were then copied to ADCOMPOS. The ADCOMPOS example shows the final rows required. 

Definexmltable
DatasetADSPIRO
LevelVariable
PurposeAnalysis
NameVariable
Variable NameVariable LabelTypeCodelist/Controlled Terms/FormatSourceDerivation/Comment
STUDYIDStudy IdentifierChar

CV.STUDYID


USUBJIDUnique Subject IdentifierChar

CV.USUBJID

Select for records with RE data.
ASEQAnalysis Sequence NumberNum


Sequence number given to ensure uniqueness of subject records within an ADaM dataset. Number the records 1 to n after sorting by the key variables.ASEQAnalysis Sequence NumberNumxxxxxxx
TRT01P

Planned Treatment for Period 01

Char
ADSL.TRT01P

COMPLFL

Completers Population Flag

Char

Y; N

ADSL.COMPLFL


AGEAgeNum
ADSL.AGE
AGEUAge UnitsChar(AGEU)ADSL.AGEU
SEXSexChar(SEX)ADSL.SEX
PARAMParameterChar

Left Ventricular Ejection Fraction, Calculated (%)

Right Ventricular Ejection Fraction, Calculated (%)

N-Terminal ProB-type Natriuretic Peptide (pg/mL)



Move to PVLM Table

Set to  "CV.CVTEST" plus "(CV.CVTESTU)" with spaces and parentheses as shown. 


Set to "LB.LBTEST" plus "(CV.CVTESTU)" with spaces and parentheses as shown. 

PARAMCDParameter CodeChar

LVEFC

RVEFC

BNPPRONT



If CV.CVTESTCD = "LVEF_C" then PARAMCD = "LVEFC"

If CV.CVTESTCD = "RVEF_C" then PARAMCD = "RVEFC"

If LB.LBTESTCD = "BNPPRONT" then PARAMCD =  "BNPPRONT" 

Set to value of  CV.CVTESTCD.

AVALAnalysis ValueNum


Set to value of CV.CVSTRESN.

Set to value of LB.LBSTRESN.

AVISITAnalysis VisitChar

??????


If CV.VISIT = "VSCREENINGSCREENING" then AVISIT = "XXX".

Else if CV.VISIT = "VISIT 6" then AVISIT = "XXXX".

AVISITNAnalysis Visit (N)Num1,  6
Set to value of CV.VISITNUM.
VISITVisitChar

CV.VISIT


ADTAnalysis DateNumdate9.
Date portion of CV.CVDTC converted to numeric and displayed in a format such as date9. Date in SDTM represents date of CMR procedure.
ABLFLBaseline Record FlagCharY

Check on visit numbering

If VISIT = 1 then ABLFL = "Y".

BASEBaseline ValueNum

Set BASE to AVAL from the record for that subject and parameter where ABLFL = "Y".

CHGChange from BaselineNum

Compute CHG = AVAL - BASE for that record. Only compute for post-baseline records.
PCHGPercent Change from BaselineNum

PCHG = (CHG / BASE) * 100
CHGCAT1Change from Baseline Category 1

>1 g/dL;

<=1 g/dL



SRCDOMSource DataChar

CV

LB


 Set to the SDTM domain name that relates to the analysis value.
SRCSEQSource Sequence NumberNum

CV.CVSEQ

LB.LBSEQ


Set to the SDTM domain sequence number that relates to the analysis value.

...