Class: OutputDisplay

A tabular representation of the results of one or more analyses.

URI: ars:OutputDisplay

 classDiagram
    class OutputDisplay
      NamedObject <|-- OutputDisplay        
      OutputDisplay : id
        OutputDisplay : version
        OutputDisplay : displayTitle
        OutputDisplay : displaySections
        OutputDisplay --|> DisplaySection : displaySections
        OutputDisplay : name
        OutputDisplay : description
        OutputDisplay : label
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
id 1..1
String
The assigned identifying value for the instance of the class direct
version 0..1
Integer
An ordinal indicating the version of the identified instance of the class direct
displayTitle 0..1
String
Display description which uniquely identifies the display in the report direct
displaySections 0..*
DisplaySection
The parts of the display containing one or more pieces of informational text ... direct
name 1..1
String
The name for the instance of the class NamedObject
description 0..1
String
A textual description of the instance of the class NamedObject
label 0..1
String
A short informative description that may be used for display NamedObject

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
OrderedDisplay display range OutputDisplay

Identifier and Mapping Information

Schema Source

  • from schema: https://www.cdisc.org/ars/1-0

Mappings

Mapping Type Mapped Value
self ars:OutputDisplay
native ars:OutputDisplay

LinkML Source

Direct

name: OutputDisplay
description: A tabular representation of the results of one or more analyses.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
slots:
- id
- version
- displayTitle
- displaySections

Induced

name: OutputDisplay
description: A tabular representation of the results of one or more analyses.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
attributes:
  id:
    name: id
    description: The assigned identifying value for the instance of the class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    identifier: true
    alias: id
    owner: OutputDisplay
    domain_of:
    - ReportingEvent
    - ReferenceDocument
    - TerminologyExtension
    - SponsorTerm
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - AnalysisSet
    - DataSubset
    - GroupingFactor
    - Group
    - AnalysisMethod
    - Operation
    - ReferencedOperationRelationship
    - Analysis
    - DisplaySubSection
    - Output
    - OutputDisplay
    range: string
    required: true
  version:
    name: version
    description: An ordinal indicating the version of the identified instance of the
      class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: version
    owner: OutputDisplay
    domain_of:
    - ReportingEvent
    - Analysis
    - Output
    - OutputDisplay
    range: integer
  displayTitle:
    name: displayTitle
    description: Display description which uniquely identifies the display in the
      report.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: displayTitle
    owner: OutputDisplay
    domain_of:
    - OutputDisplay
    range: string
  displaySections:
    name: displaySections
    description: The parts of the display containing one or more pieces of informational
      text (e.g. title, footnote).
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: displaySections
    owner: OutputDisplay
    domain_of:
    - OutputDisplay
    range: DisplaySection
    inlined: true
    inlined_as_list: true
  name:
    name: name
    description: The name for the instance of the class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: name
    owner: OutputDisplay
    domain_of:
    - NamedObject
    range: string
    required: true
  description:
    name: description
    description: A textual description of the instance of the class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: description
    owner: OutputDisplay
    domain_of:
    - NamedObject
    - SponsorTerm
    - ReferencedOperationRelationship
    range: string
  label:
    name: label
    description: A short informative description that may be used for display.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: label
    owner: OutputDisplay
    domain_of:
    - NamedObject
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - PageRef
    range: string