Slot: inputData

Datasets or slices/subsets of datasets asked for by this analysis. If a Item is referenced by a Parameter e.g. Analysis Variable, make sure to include its parent ItemGroup here.

URI: [odm:slot/inputData](https://cdisc.org/odm2/slot/inputData) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Analysis](../classes/Analysis.md) | Analysis extends Method to capture analysis-specific metadata including the reason for analysis, its purpose, and data traceability for the results used.
Expressions and parameters from Method can be generic or implementation-specific. | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | NONE or 
[ItemGroup](../classes/ItemGroup.md) or 
[Dataset](../classes/Dataset.md) | | Domain Of | [Analysis](../classes/Analysis.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [Analysis](../classes/Analysis.md) |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'ItemGroup'}) - AnonymousSlotExpression({'range': 'Dataset'})
## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | odm:inputData | | native | odm:inputData | ## LinkML Source
name: inputData
description: Datasets or slices/subsets of datasets asked for by this analysis. If
  a Item is referenced by a Parameter e.g. Analysis Variable, make sure to include
  its parent ItemGroup here.
from_schema: https://cdisc.org/dds
rank: 1000
owner: Analysis
domain_of:
- Analysis
multivalued: true
inlined: false
any_of:
- range: ItemGroup
- range: Dataset