registrationYear property

TextFieldWrapper? get registrationYear

Data element ID "RBT". The year of registration.

Implementation

TextFieldWrapper? get registrationYear => document
    .fieldByTypeName("RegistrationYear")
    ?.let((field) => TextFieldWrapper(field));