RELREC Domain-to-Domain Example 1
This example shows how to use the RELREC dataset to represent related information that is submitted as multiple datasets that have an identifying variable in common.
In this example, all the records with the same --SPID across the domains with the same USUBJID are being related to each other. Because this relationship exists for all values of USUBJID and all values of --SPID (specified in IDVARVAL), both USUBJID and IDVARVAL are null.
The following --SPID examples are based on the preceding RELREC dataset. These examples show only the variables from the CL, PM, MA, MI, and Tumor Findings (TF) domains that are relevent to the RELREC discussion. In a submission, additional variables would be included.
RELREC --SPID Example 1
TOBA-298 - Getting issue details... STATUS Shows the unique mass number across the 5 domains.
cl.xpt
Row | STUDYID | DOMAIN | USUBJID | CLSEQ | CLSPID |
---|---|---|---|---|---|
1 | 999123 | CL | 999123-102 | 56 | MASS A |
pm.xpt
Row | STUDYID | DOMAIN | USUBJID | PMSEQ | PMSPID |
---|---|---|---|---|---|
1 | 999123 | PM | 999123-102 | 64 | MASS A |
ma.xpt
Row | STUDYID | DOMAIN | USUBJID | MASEQ | MASPID |
---|---|---|---|---|---|
1 | 999123 | MA | 999123-102 | 128 | MASS A |
mi.xpt
Row | STUDYID | DOMAIN | USUBJID | MISEQ | MISPID |
---|---|---|---|---|---|
1 | 999123 | MI | 999123-102 | 84 | MASS A |
tf.xpt
Row | STUDYID | DOMAIN | USUBJID | TFSEQ | TFSPID |
---|---|---|---|---|---|
1 | 999123 | TF | 999123-102 | 55 | MASS A |
RELREC --SPID Example 2
TOBA-298 - Getting issue details... STATUS During the course of the study a mass split into 2 masses; therefore, a new identifier was given to the second mass.
cl.xpt
Row | STUDYID | DOMAIN | USUBJID | CLSEQ | CLSPID |
---|---|---|---|---|---|
1 | 999123 | CL | 999123-102 | 56 | MASS A |
pm.xpt
Row | STUDYID | DOMAIN | USUBJID | PMSEQ | PMSPID |
---|---|---|---|---|---|
1 | 999123 | PM | 999123-102 | 64 | MASS A |
2 | 999123 | PM | 999123-102 | 228 | MASS B |
ma.xpt
Row | STUDYID | DOMAIN | USUBJID | MASEQ | MASPID |
---|---|---|---|---|---|
1 | 999123 | MA | 999123-102 | 128 | MASS A |
2 | 999123 | MA | 999123-102 | 345 | MASS B |
mi.xpt
Row | STUDYID | DOMAIN | USUBJID | MISEQ | MISPID |
---|---|---|---|---|---|
1 | 999123 | MI | 999123-102 | 84 | MASS A |
2 | 999123 | MI | 999123-102 | 84 | MASS B |
tf.xpt
Row | STUDYID | DOMAIN | USUBJID | TFSEQ | TFSPID |
---|---|---|---|---|---|
1 | 999123 | TF | 999123-102 | 55 | MASS A |
2 | 999123 | TF | 999123-102 | 76 | MASS B |
RELREC --SPID Example 3
TOBA-298 - Getting issue details... STATUS During the course of the study 2 masses (mass A and mass B) merge to make a single mass; a new identifier ("MASS C") was given to merged mass.
cl.xpt
Row | STUDYID | DOMAIN | USUBJID | CLSEQ | CLSPID | CLDTC |
---|---|---|---|---|---|---|
1 | 999123 | CL | 999123-102 | 56 | MASS A | 2013-10-01 |
pm.xpt
Row | STUDYID | DOMAIN | USUBJID | PMSEQ | PMSPID | PMDTC |
---|---|---|---|---|---|---|
1 | 999123 | PM | 999123-102 | 64 | MASS A | 2013-10-08 |
2 | 999123 | PM | 999123-102 | 228 | MASS B | 2013-10-08 |
3 | 999123 | PM | 999123-102 | 228 | MASS C | 2013-10-15 |
ma.xpt
Row | STUDYID | DOMAIN | USUBJID | MASEQ | MASPID | MADTC |
---|---|---|---|---|---|---|
1 | 999123 | MA | 999123-102 | 128 | MASS C | 2013-10-22 |
mi.xpt
Row | STUDYID | DOMAIN | USUBJID | MISEQ | MISPID | MIDTC |
---|---|---|---|---|---|---|
1 | 999123 | MI | 999123-102 | 84 | MASS C | 2013-10-22 |
tf.xpt
Row | STUDYID | DOMAIN | USUBJID | TFSEQ | TFSPID | TFDTC |
---|---|---|---|---|---|---|
1 | 999123 | TF | b999123-102 | 55 | MASS C | 2013-10-22 |