Skip to content

Slot: field_type

The type of input field. Determines how the field is rendered in the data entry form and what data it can accept.

URI: [redcap_dd:field_type](https://w3id.org/linkml/redcap-data-dictionary/field_type) ## 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 | [FieldType](FieldType.md) | | Domain Of | [Field](Field.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Required | Yes | ### 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:field_type | | native | redcap_dd:field_type | ## LinkML Source
name: field_type
description: The type of input field. Determines how the field is rendered in the
  data entry form and what data it can accept.
from_schema: https://w3id.org/linkml/redcap-data-dictionary
rank: 1000
owner: Field
domain_of:
- Field
range: FieldType
required: true