Skip to content

Slot: matrix_group_name

Groups multiple radio/checkbox fields into a matrix display. All fields with the same matrix_group_name must be contiguous and use the same field_type and choices.

URI: [redcap_dd:matrix_group_name](https://w3id.org/linkml/redcap-data-dictionary/matrix_group_name) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Field](Field.md) | A single variable (field) in a REDCap data dictionary | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) | | Domain Of | [Field](Field.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [Field](Field.md) | ### Value Constraints | Property | Value | | --- | --- | | Regex Pattern | `^[a-z0-9_]*$` | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/redcap-data-dictionary ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | redcap_dd:matrix_group_name | | native | redcap_dd:matrix_group_name | ## LinkML Source
name: matrix_group_name
description: Groups multiple radio/checkbox fields into a matrix display. All fields
  with the same matrix_group_name must be contiguous and use the same field_type and
  choices.
from_schema: https://w3id.org/linkml/redcap-data-dictionary
rank: 1000
owner: Field
domain_of:
- Field
range: string
required: false
pattern: ^[a-z0-9_]*$