Skip to content

Class: RepeatedElement

One instance of a repeating instrument inside a StructuredRecord, carrying REDCap's (redcap_repeat_instrument, redcap_repeat_instance) identity. A project specialises it (is_a: RepeatedElement) and adds the instrument's field block(s). This is the canonical wrapper that rarelink and cieinr currently redeclare per repository — import this one instead of redefining it.

URI: [redcap_record:RepeatedElement](https://w3id.org/linkml/redcap-record/RepeatedElement)
 classDiagram
    class RepeatedElement
    click RepeatedElement href "../RepeatedElement/"
      RepeatedElement : redcap_repeat_instance

      RepeatedElement : redcap_repeat_instrument
## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [redcap_repeat_instrument](redcap_repeat_instrument.md) | 0..1
[String](String.md) | The machine name (``form_name``) of the repeating instrument this row / eleme... | direct | | [redcap_repeat_instance](redcap_repeat_instance.md) | 0..1
[Integer](Integer.md) | The 1-based instance number of this repeating-instrument instance (always pre... | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [StructuredRecord](StructuredRecord.md) | [repeated_elements](repeated_elements.md) | range | [RepeatedElement](RepeatedElement.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/redcap-record ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | redcap_record:RepeatedElement | | native | redcap_record:RepeatedElement | ## LinkML Source ### Direct
name: RepeatedElement
description: 'One instance of a repeating instrument inside a ``StructuredRecord``,
  carrying REDCap''s ``(redcap_repeat_instrument, redcap_repeat_instance)`` identity.
  A project *specialises* it (``is_a: RepeatedElement``) and adds the instrument''s
  field block(s). This is the canonical wrapper that rarelink and cieinr currently
  redeclare per repository  import this one instead of redefining it.'
from_schema: https://w3id.org/linkml/redcap-record
slots:
- redcap_repeat_instrument
- redcap_repeat_instance
slot_usage:
  redcap_repeat_instance:
    name: redcap_repeat_instance
    description: The 1-based instance number of this repeating-instrument instance
      (always present in the structured form).
    range: integer
### Induced
name: RepeatedElement
description: 'One instance of a repeating instrument inside a ``StructuredRecord``,
  carrying REDCap''s ``(redcap_repeat_instrument, redcap_repeat_instance)`` identity.
  A project *specialises* it (``is_a: RepeatedElement``) and adds the instrument''s
  field block(s). This is the canonical wrapper that rarelink and cieinr currently
  redeclare per repository  import this one instead of redefining it.'
from_schema: https://w3id.org/linkml/redcap-record
slot_usage:
  redcap_repeat_instance:
    name: redcap_repeat_instance
    description: The 1-based instance number of this repeating-instrument instance
      (always present in the structured form).
    range: integer
attributes:
  redcap_repeat_instrument:
    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
    owner: RepeatedElement
    domain_of:
    - FlatRecord
    - RepeatedElement
    range: string
    required: false
  redcap_repeat_instance:
    name: redcap_repeat_instance
    description: The 1-based instance number of this repeating-instrument instance
      (always present in the structured form).
    from_schema: https://w3id.org/linkml/redcap-record
    rank: 1000
    owner: RepeatedElement
    domain_of:
    - FlatRecord
    - RepeatedElement
    range: integer
    required: false