Class: StudyMetadata

A mixin that provides study-level metadata attributes including study identification and protocol information

URI: [odm:class/StudyMetadata](https://cdisc.org/odm2/class/StudyMetadata)
erDiagram
StudyMetadata {
    string protocolName  
    string studyDescription  
    string studyName  
    string studyOID  
}



## Class Properties | Property | Value | | --- | --- | | Mixin | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [studyOID](../slots/studyOID.md) | 1
[String](../types/String.md) | Unique identifier for the study | direct | | [studyName](../slots/studyName.md) | 0..1
[String](../types/String.md) | Name of the study | direct | | [studyDescription](../slots/studyDescription.md) | 0..1
[String](../types/String.md) | Description of the study | direct | | [protocolName](../slots/protocolName.md) | 0..1
[String](../types/String.md) | Protocol name for the study | direct | ## Mixin Usage | mixed into | description | | --- | --- | | [MetaDataVersion](../classes/MetaDataVersion.md) | A container element that represents a given version of a specification, linking to a particular usage context such as a study, dataset, or data collection instrument. | ## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | odm:StudyMetadata | | native | odm:StudyMetadata | ## LinkML Source ### Direct
name: StudyMetadata
description: A mixin that provides study-level metadata attributes including study
  identification and protocol information
from_schema: https://cdisc.org/dds
mixin: true
attributes:
  studyOID:
    name: studyOID
    description: Unique identifier for the study
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - StudyMetadata
    range: string
    required: true
  studyName:
    name: studyName
    description: Name of the study
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - StudyMetadata
    range: string
  studyDescription:
    name: studyDescription
    description: Description of the study
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - StudyMetadata
    range: string
  protocolName:
    name: protocolName
    description: Protocol name for the study
    from_schema: https://cdisc.org/dds
    rank: 1000
    domain_of:
    - StudyMetadata
    range: string
### Induced
name: StudyMetadata
description: A mixin that provides study-level metadata attributes including study
  identification and protocol information
from_schema: https://cdisc.org/dds
mixin: true
attributes:
  studyOID:
    name: studyOID
    description: Unique identifier for the study
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: StudyMetadata
    domain_of:
    - StudyMetadata
    range: string
    required: true
  studyName:
    name: studyName
    description: Name of the study
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: StudyMetadata
    domain_of:
    - StudyMetadata
    range: string
  studyDescription:
    name: studyDescription
    description: Description of the study
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: StudyMetadata
    domain_of:
    - StudyMetadata
    range: string
  protocolName:
    name: protocolName
    description: Protocol name for the study
    from_schema: https://cdisc.org/dds
    rank: 1000
    owner: StudyMetadata
    domain_of:
    - StudyMetadata
    range: string