physicalDescriptionHeight property

TextFieldWrapper? get physicalDescriptionHeight

Data element ID "DAU". Height of cardholder. Inches (in): number of inches followed by " in" or Centimeters (cm): number of centimeters followed by " cm."

Implementation

TextFieldWrapper? get physicalDescriptionHeight => document
    .fieldByTypeName("PhysicalDescriptionHeight")
    ?.let((field) => TextFieldWrapper(field));