Versions Compared

Key

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

...

  • The id attribute contains the identifier value assigned for the display.
  • The version attribute contains the version number of the display.
  • The name attribute indicates the assigned name of the display (e.g., "Table 14.1.2", "Table 14.3.1"). The display name should be unique within the reporting event.
  • The displayTitle attribute contains a textual description of the display (e.g., "Summary of Demographics and Baseline Characteristics - Safety", "Overall Summary of Treatment-Emergent Adverse Events"). The display name should also be unique within the reporting event.
  • The displaySections attribute contains a list of display sections for which text values have been defined.

The following diagram indicates the display sections for which text values may be defined.

Excerpt Include
Display Sections
Display Sections

...

  • sectionType, which includes a value from the DisplaySectionTypeEnum enumeration (e.g., "Title", "Footnote", "Abbreviation") to indicate which section of the display contains the specified text values.
  • orderedSubSections, which contains a list of ordered text value specifications (or "sub-sections"), each of which is represented as an instance of one of the specializations of the OrderedDisplaySubSection class:
    • OrderedSubSection, which contains a new sub-section specification represented in the subSection attribute as an instance of the DisplaySubSection class . In the DisplaySubSection class that contains the text value is specified in the text attribute and an assigned identifier value is assigned in the id attribute.
    • OrderedSubSectionRef, which contains, in the subSectionId attribute, the identifier of a sub-section that has already been defined, either as part of a global display section (as described in the GlobalDisplaySection section) or within another display section.

...