Class: Group
A subdivision of the subject population or analysis dataset record set based on a defined factor.
URI: ars:Group
classDiagram
class Group
WhereClause <|-- Group
NamedObject <|-- Group
Group : id
Group : condition
Group --|> WhereClauseCondition : condition
Group : compoundExpression
Group --|> CompoundGroupExpression : compoundExpression
Group : name
Group : description
Group : label
Group : level
Group : order
Inheritance
- NamedObject
- Group [ WhereClause]
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 CompoundGroupExpression |
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 |
---|---|---|---|
GroupingFactor | groups | range | Group |
ReferencedGroup | subClauseId | range | Group |
ResultGroup | groupId | range | Group |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:Group |
native | ars:Group |
LinkML Source
Direct
name: Group
description: A subdivision of the subject population or analysis dataset record set
based on a defined factor.
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: CompoundGroupExpression
Induced
name: Group
description: A subdivision of the subject population or analysis dataset record set
based on a defined factor.
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: CompoundGroupExpression
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: Group
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: Group
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: Group
domain_of:
- WhereClause
range: CompoundGroupExpression
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: Group
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: Group
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: Group
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: Group
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: Group
domain_of:
- LevelOrder
- Operation
- OrderedGroupingFactor
- OrderedDisplay
- OrderedDisplaySubSection
range: integer
required: true