Versions Compared

Key

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

...

Xfancy
classrowcaps
Lines 6-44:

Show the definition of the first display in the "Summary of Demographics" output, which is shown as version 1 of the "Demographics - Male" display. The display has been assigned an identifier value of "Disp14-1-1" (line 8) and a display title of "Summary of Demographics (Male)" (line 13). The sponsor has also chosen to assign a description and label for this display (lines 11-12). One header, 3 titles, 1 footer and 1 row label header have been specified for this display:

  • Lines 15-18: Show the header, which is specified as a reference to the identifier of a subsection that has already been defined; the subsection identified as "GlobalDisp_Header_1" whose definition as "Study CDISCPILOT01" is shown in Example 1 in the GlobalDisplaySection section.
  • Lines 19-32: Show the specifications for the 3 titles, all of which are newly defined subsections.
  • Lines 33-38: Show the specification of a new subsection as the display's first footer.
  • Lines 39-44: Show the specification of a new subsection as the display's first row label header.
Lines 45-77:

Show the definition of the second display in the "Summary of Demographics" output, which is shown as version 1 of the "Demographics - Female" display. The display has been assigned an identifier value of "Disp14-1-2" (line 47) and a display title of "Summary of Demographics (Female)" (line 52). The sponsor has also chosen to assign a description and label for this display (lines 50-51). One header, 3 titles, 1 footer and 1 row label header have also been specified for this display:

  • Lines 54-57: Show the specification for the display's single header, which is defined as a reuse of the global subsection identified as "GlobalDisp_Header_1".
  • Lines 58-69: Show the specifications for the display's 3 titles:
    • The first and third titles (lines 60-63 and 66-69) are specified as subsections newly defined within this display.
    • The second title (lines 64-65) is specified as a reuse of the corresponding title defined in the "Demographics - Male" display (whose definition is shown in lines 27-28).
  • Lines 70-77: Show specification of a footer and a row label header, both as reuses of the corresponding subsections defined in the "Demographics - Male" display (whose definitions are shown on rows 37-38 and 43-44, respectively).
Lines 83-130:

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 "TEAE Summary" display. The display has been assigned an identifier value of "Disp14-3-1-1" (line 85) and a display title of "Overall Summary of Treatment-Emergent Adverse Events" (line 90). The sponsor has also chosen to assign a description and label for this display (lines 88-89). One header, 2 titles, 1 abbreviation, 1 footnote, 1 footer, and 1 row label header have also been specified for this display:

  • Lines 92-95: Show the header specified for the display, which is defined as a reuse of the "GlobalDisp_Header_1" global subsection.
  • Lines 96-105: Show the 2 titles specified for the display, both of which are newly defined within the display.
  • Lines 106-111: Show the specification of a new subsection as the display's first abbreviation.
  • Lines 112-118: Show the specification of a new subsection as the display's first footnote.
  • Lines 119-124: Show the specification of a new subsection as the display's first footer.
  • Lines 125-130: Show the specification of a new subsection as the display's first row label header.

...

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. 

...