Class: StudyMetadata
A mixin that provides study-level metadata attributes including study identification and protocol information
erDiagram
StudyMetadata {
string protocolName
string studyDescription
string studyName
string studyOID
}
Class Properties
| Property | Value |
|---|---|
| Mixin | Yes |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| studyOID | 1 String |
Unique identifier for the study | direct |
| studyName | 0..1 String |
Name of the study | direct |
| studyDescription | 0..1 String |
Description of the study | direct |
| protocolName | 0..1 String |
Protocol name for the study | direct |
Mixin Usage
| mixed into | description |
|---|---|
| MetaDataVersion | 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 | dds:StudyMetadata |
| native | dds: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
required: true
studyName:
name: studyName
description: Name of the study
from_schema: https://cdisc.org/dds
rank: 1000
domain_of:
- StudyMetadata
studyDescription:
name: studyDescription
description: Description of the study
from_schema: https://cdisc.org/dds
rank: 1000
domain_of:
- StudyMetadata
protocolName:
name: protocolName
description: Protocol name for the study
from_schema: https://cdisc.org/dds
rank: 1000
domain_of:
- StudyMetadata
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