Class: ReferencedOperationRelationship

A reference to a statistical operation whose results are used in the calculation of the result for this operation.

URI: ars:ReferencedOperationRelationship

 classDiagram
    class ReferencedOperationRelationship
      ReferencedOperationRelationship : analysisId
        ReferencedOperationRelationship --|> Analysis : analysisId
        ReferencedOperationRelationship : description
        ReferencedOperationRelationship : id
        ReferencedOperationRelationship : operationId
        ReferencedOperationRelationship --|> Operation : operationId
        ReferencedOperationRelationship : referencedOperationRole
        ReferencedOperationRelationship --|> ExtensibleTerminologyTerm : referencedOperationRole
        

Slots

Name Cardinality* and Range Description Inheritance
id 1..1
String
The assigned identifying value for the instance of the class direct
referencedOperationRole 1..1
ExtensibleTerminologyTerm
The role that the referenced operation's result plays in the calculation of t... direct
operationId 1..1
Operation
The identifier of the referenced operation direct
analysisId 0..1
Analysis
The identifier of the referenced analysis direct
description 0..1
String
A textual description of the instance of the class direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
Operation referencedOperationRelationships range ReferencedOperationRelationship
ReferencedAnalysisOperation referencedOperationRelationshipId range ReferencedOperationRelationship

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ReferencedOperationRelationship
description: A reference to a statistical operation whose results are used in the
  calculation of the result for this operation.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- id
- referencedOperationRole
- operationId
- analysisId
- description

Induced

name: ReferencedOperationRelationship
description: A reference to a statistical operation whose results are used in the
  calculation of the result for this operation.
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: ReferencedOperationRelationship
    domain_of:
    - ReportingEvent
    - ReferenceDocument
    - TerminologyExtension
    - SponsorTerm
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - AnalysisSet
    - DataSubset
    - GroupingFactor
    - Group
    - AnalysisMethod
    - Operation
    - ReferencedOperationRelationship
    - Analysis
    - DisplaySubSection
    - Output
    - OutputDisplay
    range: string
    required: true
  referencedOperationRole:
    name: referencedOperationRole
    description: The role that the referenced operation's result plays in the calculation
      of the result of the parent operation.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: referencedOperationRole
    owner: ReferencedOperationRelationship
    domain_of:
    - ReferencedOperationRelationship
    range: ExtensibleTerminologyTerm
    required: true
    any_of:
    - range: OperationRole
    - range: SponsorOperationRole
  operationId:
    name: operationId
    description: The identifier of the referenced operation.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: operationId
    owner: ReferencedOperationRelationship
    domain_of:
    - ReferencedOperationRelationship
    - OperationResult
    range: Operation
    required: true
    inlined: false
  analysisId:
    name: analysisId
    description: The identifier of the referenced analysis.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: false
    alias: analysisId
    owner: ReferencedOperationRelationship
    domain_of:
    - OrderedListItem
    - ReferencedOperationRelationship
    - ReferencedAnalysisOperation
    range: Analysis
    inlined: false
  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: ReferencedOperationRelationship
    domain_of:
    - NamedObject
    - SponsorTerm
    - ReferencedOperationRelationship
    range: string