Class: CodeParameter
A replacement parameter whose value is substituted in template programming code to create statements required for a specific analysis.
- NOTE: this is an abstract class and should not be instantiated directly
URI: ars:CodeParameter
classDiagram
class CodeParameter
NamedObject <|-- CodeParameter
CodeParameter <|-- TemplateCodeParameter
CodeParameter <|-- AnalysisOutputCodeParameter
CodeParameter : name
CodeParameter : description
CodeParameter : label
Inheritance
- NamedObject
- CodeParameter
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
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.
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:CodeParameter |
native | ars:CodeParameter |
LinkML Source
Direct
name: CodeParameter
description: A replacement parameter whose value is substituted in template programming
code to create statements required for a specific analysis.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
abstract: true
Induced
name: CodeParameter
description: A replacement parameter whose value is substituted in template programming
code to create statements required for a specific analysis.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
abstract: true
attributes:
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: CodeParameter
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: CodeParameter
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: CodeParameter
domain_of:
- NamedObject
- AnalysisOutputCategorization
- AnalysisOutputCategory
- PageRef
range: string