Class: ResultGroup
For the specified grouping factor, an indication of the specific group of subjects or data records associated with the analysis result.
URI: ars:ResultGroup
classDiagram
class ResultGroup
ResultGroup : groupId
ResultGroup --|> Group : groupId
ResultGroup : groupingId
ResultGroup --|> GroupingFactor : groupingId
ResultGroup : groupValue
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
groupingId | 1..1 GroupingFactor |
The identifier of the referenced subject or data grouping factor | direct |
groupId | 0..1 Group |
The identifier of a referenced predefined group within a grouping | direct |
groupValue | 0..1 String |
The data value used as a group within a data-driven grouping | direct |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
OperationResult | resultGroups | range | ResultGroup |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:ResultGroup |
native | ars:ResultGroup |
LinkML Source
Direct
name: ResultGroup
description: For the specified grouping factor, an indication of the specific group
of subjects or data records associated with the analysis result.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- groupingId
- groupId
- groupValue
Induced
name: ResultGroup
description: For the specified grouping factor, an indication of the specific group
of subjects or data records associated with the analysis result.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
attributes:
groupingId:
name: groupingId
description: The identifier of the referenced subject or data grouping factor.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: groupingId
owner: ResultGroup
domain_of:
- OrderedGroupingFactor
- ResultGroup
range: GroupingFactor
required: true
inlined: false
groupId:
name: groupId
description: The identifier of a referenced predefined group within a grouping.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: groupId
owner: ResultGroup
domain_of:
- ResultGroup
range: Group
inlined: false
groupValue:
name: groupValue
description: The data value used as a group within a data-driven grouping.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: groupValue
owner: ResultGroup
domain_of:
- ResultGroup
range: string