All study information must be recorded using an
ADSL
data set following the
ADaM
standard to support multiple treatment periods.
The
variables
in ADSL required for the system to support crossover include the following:
The system detects a crossover if multiple
TRTxxP
or
TRTxxA
variables exist and the associated timing variables for the xx period exist and contain values. Those values might look like the values in the Nicardipine Cross-over sample data set, shown below.
Note
: For clarity, the majority of the
adsl.sas7bdat
columns in the screen shot below above have been hidden using the
Cols > Hide/Unhide
command.
In the screen shot of
adsl.sas7bdat
, shown above, the
SAS variable names
are shown. During the report analysis, when
adsl.sas7bdat
is merged into the relevant analysis domain (for example,
AE
,
LB
,
VS
), the
adsl
treatment timing variables are compared to the timing variable in the domain and new variables:
Treatment
,
Period
, and
Treatment (Period)
are created. The values for these variables are assigned based on the value of the
TRTxxP
or
TRTxxA
and the value of the
xx
in the variable name when the start date of the domain record falls within the treatment period dates.
The
SDTM
data records for a subject can appear as shown in the portion of the
VS
domain (
vs.sas7bdat
(SAS names are being shown)) for the Nicardipine Cross-over sample data set, shown below.
Note
: For clarity, some of the
vs.sas7bdat
columns in the screen shot below above have been hidden using the
Cols > Hide/Unhide
command.
Based on comparison of the
VSDTC
date/time (note that SDTM follows the ISO 8601 date/time standard) with the ADSL timing date/time (numeric SAS date format), the subject records are assigned to the first treatment for Visits 1-6 and the second treatment period for Visits 7-14.