Slot: branching_logic¶
Conditional display logic. Uses REDCap's branching syntax (e.g., '[field_name] = ''value'''). When specified, the field is only shown if the condition evaluates to true.
URI: [redcap_dd:branching_logic](https://w3id.org/linkml/redcap-data-dictionary/branching_logic)
## 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) |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/redcap-data-dictionary
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | redcap_dd:branching_logic |
| native | redcap_dd:branching_logic |
## LinkML Source
name: branching_logic
description: Conditional display logic. Uses REDCap's branching syntax (e.g., '[field_name]
= ''value'''). When specified, the field is only shown if the condition evaluates
to true.
from_schema: https://w3id.org/linkml/redcap-data-dictionary
rank: 1000
owner: Field
domain_of:
- Field
range: string
required: false