Class: AnalysisMethod

A set of one or more statistical operations.

URI: ars:AnalysisMethod

 classDiagram
    class AnalysisMethod
      NamedObject <|-- AnalysisMethod        
      AnalysisMethod : id
        AnalysisMethod : documentRefs
        AnalysisMethod --|> DocumentReference : documentRefs
        AnalysisMethod : operations
        AnalysisMethod --|> Operation : operations
        AnalysisMethod : codeTemplate
        AnalysisMethod --|> AnalysisProgrammingCodeTemplate : codeTemplate
        AnalysisMethod : name
        AnalysisMethod : description
        AnalysisMethod : label
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
id 1..1
String
The assigned identifying value for the instance of the class direct
documentRefs 0..*
DocumentReference
References to external documents containing additional information direct
operations 1..*
Operation
The calculations performed for the method direct
codeTemplate 0..1
AnalysisProgrammingCodeTemplate
Template programming statements used to perform the statistical operations fo... direct
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.

Usages

used by used in type used
ReportingEvent methods range AnalysisMethod
Analysis methodId range AnalysisMethod

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AnalysisMethod
description: A set of one or more statistical operations.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
slots:
- id
- documentRefs
- operations
- codeTemplate

Induced

name: AnalysisMethod
description: A set of one or more statistical operations.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: NamedObject
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: AnalysisMethod
    domain_of:
    - ReportingEvent
    - ReferenceDocument
    - TerminologyExtension
    - SponsorTerm
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - AnalysisSet
    - DataSubset
    - GroupingFactor
    - Group
    - AnalysisMethod
    - Operation
    - ReferencedOperationRelationship
    - Analysis
    - DisplaySubSection
    - Output
    - OutputDisplay
    range: string
    required: true
  documentRefs:
    name: documentRefs
    description: References to external documents containing additional information.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: documentRefs
    owner: AnalysisMethod
    domain_of:
    - AnalysisMethod
    - Analysis
    - Output
    range: DocumentReference
    inlined: true
    inlined_as_list: true
  operations:
    name: operations
    description: The calculations performed for the method. Each operation generates
      a statistical result.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    multivalued: true
    alias: operations
    owner: AnalysisMethod
    domain_of:
    - AnalysisMethod
    range: Operation
    required: true
    inlined: true
    inlined_as_list: true
  codeTemplate:
    name: codeTemplate
    description: Template programming statements used to perform the statistical operations
      for any analysis that uses this method.
    comments:
    - Template programming statements may be represented as code or as a reference
      to the program file.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: codeTemplate
    owner: AnalysisMethod
    domain_of:
    - AnalysisMethod
    range: AnalysisProgrammingCodeTemplate
  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: AnalysisMethod
    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: AnalysisMethod
    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: AnalysisMethod
    domain_of:
    - NamedObject
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - PageRef
    range: string