Class: AnalysisOutputCategory
An implementer-defined category of analyses/outputs, which may include one or more sub-categorization.
URI: ars:AnalysisOutputCategory
classDiagram
class AnalysisOutputCategory
AnalysisOutputCategory : id
AnalysisOutputCategory : label
AnalysisOutputCategory : subCategorizations
AnalysisOutputCategory --|> AnalysisOutputCategorization : subCategorizations
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 String |
The assigned identifying value for the instance of the class | direct |
label | 0..1 String |
A short informative description that may be used for display | direct |
subCategorizations | 0..* AnalysisOutputCategorization |
Sets of related implementer-defined sub-categories that can be used to catego... | direct |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
AnalysisOutputCategorization | categories | range | AnalysisOutputCategory |
Analysis | categoryIds | range | AnalysisOutputCategory |
Output | categoryIds | range | AnalysisOutputCategory |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:AnalysisOutputCategory |
native | ars:AnalysisOutputCategory |
LinkML Source
Direct
name: AnalysisOutputCategory
description: An implementer-defined category of analyses/outputs, which may include
one or more sub-categorization.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- id
- label
- subCategorizations
Induced
name: AnalysisOutputCategory
description: An implementer-defined category of analyses/outputs, which may include
one or more sub-categorization.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
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: AnalysisOutputCategory
domain_of:
- ReportingEvent
- ReferenceDocument
- TerminologyExtension
- SponsorTerm
- AnalysisOutputCategorization
- AnalysisOutputCategory
- AnalysisSet
- DataSubset
- GroupingFactor
- Group
- AnalysisMethod
- Operation
- ReferencedOperationRelationship
- Analysis
- DisplaySubSection
- Output
- OutputDisplay
range: string
required: true
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: AnalysisOutputCategory
domain_of:
- NamedObject
- AnalysisOutputCategorization
- AnalysisOutputCategory
- PageRef
range: string
subCategorizations:
name: subCategorizations
description: Sets of related implementer-defined sub-categories that can be used
to categorize analyses or outputs.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
multivalued: true
alias: subCategorizations
owner: AnalysisOutputCategory
domain_of:
- AnalysisOutputCategory
range: AnalysisOutputCategorization
inlined: true
inlined_as_list: true