Slot: redcap_repeat_instrument¶
The machine name (form_name) of the repeating instrument this row / element belongs to. Empty for non-repeating data. A project may narrow this to an enum of its own repeating form names for stronger typing.
URI: [redcap_record:redcap_repeat_instrument](https://w3id.org/linkml/redcap-record/redcap_repeat_instrument)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [FlatRecord](FlatRecord.md) | One row of a REDCap flat record export — a single element of the JSON export ... | no |
| [RepeatedElement](RepeatedElement.md) | One instance of a repeating instrument inside a ``StructuredRecord``, carryin... | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [String](String.md) |
| Domain Of | [FlatRecord](FlatRecord.md), [RepeatedElement](RepeatedElement.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/redcap-record
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | redcap_record:redcap_repeat_instrument |
| native | redcap_record:redcap_repeat_instrument |
## LinkML Source
name: redcap_repeat_instrument
description: The machine name (``form_name``) of the repeating instrument this row
/ element belongs to. Empty for non-repeating data. A project may narrow this to
an enum of its own repeating form names for stronger typing.
from_schema: https://w3id.org/linkml/redcap-record
rank: 1000
domain_of:
- FlatRecord
- RepeatedElement
range: string
required: false