The listOfPlannedAnalyses is an instance of the NestedList class and, in this example, there are 5 instances of the NestedList class shown :
Lines 2-44: | Show 1 with 2 list items that have level = 1. |
Lines 8-39: | Show 1 with 4 list items each with level = 2. |
Lines 17-21, 26-30, 35-39: | Show 3, each with a single list item having level = 3. |
YAML Example
listOfPlannedAnalyses: listItems: - name: Table 2. Baseline Demographic Characteristics, Safety Population, Trial CDISCPILOT01 level: 1 order: 1 outputId: O_T2 sublist: listItems: - name: Summary of Subjects by Treatment level: 2 order: 1 analysisId: A_SAF_SUM_USUBJID_TRT - name: Sex level: 2 order: 2 sublist: listItems: - name: Summary of Subjects by Treatment level: 3 order: 1 analysisId: A_SAF_SUM_USUBJID_TRT_SEX - name: Age level: 2 order: 3 sublist: listItems: - name: Summary of Age by Treatment level: 3 order: 1 analysisId: A_SAF_SUM_AGE_TRT - name: Age groups level: 2 order: 4 sublist: listItems: - name: Summary of Subjects by Treatment level: 3 order: 1 analysisId: A_SAF_SUM_USUBJID_TRT_AGEGRP - name: Table 3. Baseline Clinical Characteristic X, Safety Population, Trial CDISCPILOT01 level: 1 order: 2 analysisId: A_SAF_SUM_BLCLCHRX_TRT outputId: O_T3
If each instance of the NestedList class is represented as a table of list items, this example could be represented as:
level | order | name | analysisId | outputId | sublist | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1 | Table 2. Baseline Demographic Characteristics, Safety Population, Trial CDISCPILOT01 | O_T2 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||
1 | 2 | Table 3. Baseline Clinical Characteristic X, Safety Population, Trial CDISCPILOT01 | A_SAF_SUM_BLCLCHRX_TRT | O_T3 |