raceEthnicity property

TextFieldWrapper? get raceEthnicity

Data element ID "DCL". Codes for race or ethnicity of the cardholder. ANSI D-20 codes converted to human readable format according to the ANSI D20 Data Dictionary.

Implementation

TextFieldWrapper? get raceEthnicity => document
    .fieldByTypeName("RaceEthnicity")
    ?.let((field) => TextFieldWrapper(field));