You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

This example shows the definitions for 3 displays, 2 within the "Summary of Demographics" output and 1 within the "Overall Summary of Treatment-Emergent Adverse Events" output.

Lines 6-40:

Show the definition of the first display in the "Summary of Demographics" output, which is shown as version 1 of the "Demog-M" display. The display has been assigned an identifier value of "Disp14-1-1" and a display title of "Summary of Demographics (Male)". Four titles, 1 footnote and 1 row label header have been specified for this display:

  • Lines 15-16: Show the first title specified as a reference to the identifier of a sub-section that has already been defined; the sub-section identified as "GlobalDisp_Title_1" whose definition as "Study CDISCPILOT01" is shown in Example 1 in the GlobalDisplaySection section.
  • Lines 17-28: Show the specifications for the second, third and fourth titles, all of which are newly defined sub-sections.
  • Lines 29-34: Show the specification of a new sub-section as the display's first footnote.
  • Lines 35-40: Show the specification of a new sub-section as the display's first row label header.
Lines 41-69:

Show the definition of the second display in the "Summary of Demographics" output, which is shown as version 1 of the "Demog-F" display. The display has been assigned an identifier value of "Disp14-1-2" and a display title of "Summary of Demographics (Female)". Four titles, 1 footnote and 1 row label header have also been specified for this display:

  • Lines 48-61: Show the specifications for the display's 4 titles:
    • The first title is defined as a reuse of the global sub-section identified as "GlobalDisp_Title_1".
    • The second and fourth titles are specified as sub-sections newly defined within this display.
    • The third title is specified as a reuse of the corresponding title defined in the "Demog-M" display (as shown in lines 23-24).
  • Lines 62-69: Show specification of a footnote and a row label header, both as reuses of the corresponding sub-sections defined in the "Demog-M" display (rows 33-34 and 39-40, respectively).
Lines 75-116:

Show the definition of the first display in the "Overall Summary of Treatment-Emergent Adverse Events" output, which is shown as version 1 of the "AE_Summ" display. The display has been assigned an identifier value of "Disp14-3-1-1" and a display title of "Overall Summary of Treatment-Emergent Adverse Events". Three titles, 1 abbreviation, 2 footnotes and 1 row label header have also been specified for this display:

  • Lines 82-93: Show the 3 titles specified for the display, the first as a reuse of the "GlobalDisp_Title_1" global sub-section, and the second and third as newly defined within the display.
  • Lines 94-99: Show the specification of a new sub-section as the display's first abbreviation.
  • Lines 100-110: Show the specifications for the first and second, both of which are newly defined sub-sections.
  • Lines 111-116: Show the specification of a new sub-section as the display's first row label header.

YAML Example
outputs:
- id: Out14-1
  version: 1
  name: Summary of Demographics
  displays:
  - order: 1
    display:
      id: Disp14-1-1
      version: 1
      name: Demog-M
      displayTitle: Summary of Demographics (Male)
      displaySections:
      - sectionType: Title
        orderedSubSections:
        - order: 1
          subSectionId: GlobalDisp_Title_1
        - order: 2
          subSection:
            id: Disp14-1-1_Title_1
            text: Table 14.1.1
        - order: 3
          subSection:
            id: Disp14-1-1_Title_2
            text: Summary of Demographics
        - order: 4
          subSection:
            id: Disp14-1-1_Title_3
            text: Male Subjects
      - sectionType: Footnote
        orderedSubSections:
        - order: 1
          subSection:
            id: Disp14-1-1_Fnote_1
            text: 'Source dataset: adsl, Generated on: DDMONYYYY:HH:MM'
      - sectionType: Rowlabel Header
        orderedSubSections:
        - order: 1
          subSection:
            id: Disp14-1-1_RLbHd_1
            text: Characteristics
  - order: 2
    display:
      id: Disp14-1-2
      version: 1
      name: Demog-F
      displayTitle: Summary of Demographics (Female)
      displaySections:
      - sectionType: Title
        orderedSubSections:
        - order: 1
          subSectionId: GlobalDisp_Title_1
        - order: 2
          subSection:
            id: Disp14-1-2_Title_1
            text: Table 14.1.2 
        - order: 3
          subSectionId: Disp14-1-1_Title_2
        - order: 4
          subSection:
            id: Disp14-1-2_Title_2
            text: Female Subjects
      - sectionType: Footnote
        orderedSubSections:
        - order: 1
          subSectionId: Disp14-1-1_Fnote_1
      - sectionType: Rowlabel Header
        orderedSubSections:
        - order: 1
          subSectionId: Disp14-1-1_RLbHd_1
   ...
- id: Out14-3-1-1
  version: 1
  name: Overall Summary of Treatment-Emergent Adverse Events
  displays:
  - order: 1
    display:
      id: Disp14-3-1-1
      version: 1
      name: AE_Summ
      displayTitle: Overall Summary of Treatment-Emergent Adverse Events
      displaySections:
      - sectionType: Title
        orderedSubSections:
        - order: 1
          subSectionId: GlobalDisp_Title_1
        - order: 2
          subSection:
            id: Disp14-3-1-1_Title_1
            text: Table 14.3.1.1
        - order: 3
          subSection:
            id: Disp14-3-1-1_Title_2
            text: Overall Summary of Treatment-Emergent Adverse Events
      - sectionType: Abbreviation
        orderedSubSections:
        - order: 1
          subSection:
            id: Disp14-3-1-1_Abbrv_1
            text: 'Note: TEAE=Treatment-Emergent Adverse Events.'
      - sectionType: Footnote
        orderedSubSections:
        - order: 1
          subSection:
            id: Disp14-3-1-1_Fnote_1
            text: '[a] Dose Modification includes Dose Reduced; Drug Interrupted in
              the AE action taken with study treatment.'
        - order: 2
          subSection:
            id: Disp14-3-1-1_Fnote_2
            text: 'Source dataset: adae, Generated on: DDMONYYYY:HH:MM'
      - sectionType: Rowlabel Header
        orderedSubSections:
        - order: 1
          subSection:
            id: Disp14-3-1-1_RLbHd_1
            text: Categories, n (%) 
  ...
...

These display section specifications could be represented in tabular form as follows, where:

  • The "subSection_id" column is populated with values of both the id attribute of the OrderedSubSection class (in plain text) and the subSectionId attribute of the OrderedSubSectionRef class (in italics), and
  • The italicized values in the cells highlighted in blue in the "subSection_text" column have been retrieved from the original definition using the subSectionId value. 

display_idversionnamedisplayTitlesectionTypeordersubSection_idsubSection_text
Disp14-1-11Demog-MSummary of Demographics (Male)Title1GlobalDisp_Title_1Study CDISCPILOT01
Disp14-1-11Demog-MSummary of Demographics (Male)Title2Disp14-1-1_Title_1Table 14.1.1
Disp14-1-11Demog-MSummary of Demographics (Male)Title3Disp14-1-1_Title_2Summary of Demographics
Disp14-1-11Demog-MSummary of Demographics (Male)Title4Disp14-1-1_Title_3Male Subjects
Disp14-1-11Demog-MSummary of Demographics (Male)Footnote1Disp14-1-1_Fnote_1Source dataset: adsl, Generated on: DDMONYYYY:HH:MM
Disp14-1-11Demog-MSummary of Demographics (Male)Rowlabel Header1Disp14-1-1_RLbHd_1Characteristics
Disp14-1-21Demog-FSummary of Demographics (Female)Title1GlobalDisp_Title_1Study CDISCPILOT01
Disp14-1-21Demog-FSummary of Demographics (Female)Title2Disp14-1-2_Title_1Table 14.1.2
Disp14-1-21Demog-FSummary of Demographics (Female)Title3Disp14-1-1_Title_2Summary of Demographics
Disp14-1-21Demog-FSummary of Demographics (Female)Title4Disp14-1-2_Title_2Female Subjects
Disp14-1-21Demog-FSummary of Demographics (Female)Footnote1Disp14-1-1_Fnote_1Source dataset: adsl, Generated on: DDMONYYYY:HH:MM
Disp14-1-21Demog-FSummary of Demographics (Female)Rowlabel Header1Disp14-1-1_RLbHd_1Characteristics
Disp14-3-1-11AE_SummOverall Summary of Treatment-Emergent Adverse EventsTitle1GlobalDisp_Title_1Study CDISCPILOT01
Disp14-3-1-11AE_SummOverall Summary of Treatment-Emergent Adverse EventsTitle2Disp14-3-1-1_Title_1Table 14.3.1.1
Disp14-3-1-11AE_SummOverall Summary of Treatment-Emergent Adverse EventsTitle3Disp14-3-1-1_Title_2Overall Summary of Treatment-Emergent Adverse Events
Disp14-3-1-11AE_SummOverall Summary of Treatment-Emergent Adverse EventsAbbreviation1Disp14-3-1-1_Abbrv_1Note: TEAE=Treatment-Emergent Adverse Events.
Disp14-3-1-11AE_SummOverall Summary of Treatment-Emergent Adverse EventsFootnote1Disp14-3-1-1_Fnote_1[a] Dose Modification includes Dose Reduced; Drug Interrupted in the AE action taken with study treatment.
Disp14-3-1-11AE_SummOverall Summary of Treatment-Emergent Adverse EventsFootnote2Disp14-3-1-1_Fnote_2Source dataset: adae, Generated on: DDMONYYYY:HH:MM
Disp14-3-1-11AE_SummOverall Summary of Treatment-Emergent Adverse EventsRowlabel Header1Disp14-3-1-1_RLbHd_1Categories, n (%)

  • No labels