driverLicenseEndorsementsCode property

TextFieldWrapper? get driverLicenseEndorsementsCode

Data element ID "DAT". Any endorsements on a driver license which authorize the operation of specified types of vehicles or the operation of vehicles carrying specified loads. Endorsements shall be specific to classification of a driver license.

Implementation

TextFieldWrapper? get driverLicenseEndorsementsCode => document
    .fieldByTypeName("DriverLicenseEndorsementsCode")
    ?.let((field) => TextFieldWrapper(field));