Class: DataSubset

A subset of data identified by selection criteria for inclusion in the analysis.

URI: ars:DataSubset

 classDiagram
    class DataSubset
      WhereClause <|-- DataSubset        
      NamedObject <|-- DataSubset        
      DataSubset : id
        DataSubset : condition
        DataSubset --|> WhereClauseCondition : condition
        DataSubset : compoundExpression
        DataSubset --|> CompoundSubsetExpression : compoundExpression
        DataSubset : name
        DataSubset : description
        DataSubset : label
        DataSubset : level
        DataSubset : order
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
id 1..1
String
The assigned identifying value for the instance of the class direct
condition 0..1
WhereClauseCondition
A simple selection criterion exressed as [dataset] WhereClause
compoundExpression 0..1
CompoundSubsetExpression
A compound expression that combines or negates where clauses WhereClause
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
level 1..1
Integer
The level of the entry within a hierarchical structure LevelOrder
order 1..1
Integer
The ordinal of the instance with respect to other instances LevelOrder

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
ReportingEvent dataSubsets range DataSubset
ReferencedDataSubset subClauseId range DataSubset
Analysis dataSubsetId range DataSubset

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DataSubset
description: A subset of data identified by selection criteria for inclusion in the
  analysis.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
mixins:
- WhereClause
slots:
- id
slot_usage:
  compoundExpression:
    name: compoundExpression
    domain_of:
    - WhereClause
    range: CompoundSubsetExpression

Induced

name: DataSubset
description: A subset of data identified by selection criteria for inclusion in the
  analysis.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
mixins:
- WhereClause
slot_usage:
  compoundExpression:
    name: compoundExpression
    domain_of:
    - WhereClause
    range: CompoundSubsetExpression
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: DataSubset
    domain_of:
    - ReportingEvent
    - ReferenceDocument
    - TerminologyExtension
    - SponsorTerm
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - AnalysisSet
    - DataSubset
    - GroupingFactor
    - Group
    - AnalysisMethod
    - Operation
    - ReferencedOperationRelationship
    - Analysis
    - DisplaySubSection
    - Output
    - OutputDisplay
    range: string
    required: true
  condition:
    name: condition
    description: A simple selection criterion exressed as [dataset].[variable] [comparator]
      [value(s)]
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: condition
    owner: DataSubset
    domain_of:
    - WhereClause
    range: WhereClauseCondition
  compoundExpression:
    name: compoundExpression
    description: A compound expression that combines or negates where clauses.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: compoundExpression
    owner: DataSubset
    domain_of:
    - WhereClause
    range: CompoundSubsetExpression
  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: DataSubset
    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: DataSubset
    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: DataSubset
    domain_of:
    - NamedObject
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - PageRef
    range: string
  level:
    name: level
    description: The level of the entry within a hierarchical structure.
    comments:
    - 1 is the top level.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: level
    owner: DataSubset
    domain_of:
    - LevelOrder
    range: integer
    required: true
  order:
    name: order
    description: The ordinal of the instance with respect to other instances.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: order
    owner: DataSubset
    domain_of:
    - LevelOrder
    - Operation
    - OrderedGroupingFactor
    - OrderedDisplay
    - OrderedDisplaySubSection
    range: integer
    required: true