registrationEnforcementDate property

TextFieldWrapper? get registrationEnforcementDate

Data element ID "RAF". The registration enforcement date is the date that the current registration was enforced. This may or may not be the original registration date. The format is ISO8601 with delimiters

Implementation

TextFieldWrapper? get registrationEnforcementDate => document
    .fieldByTypeName("RegistrationEnforcementDate")
    ?.let((field) => TextFieldWrapper(field));