odometerReadingAtInspection property

TextFieldWrapper? get odometerReadingAtInspection

Data element ID "ORI". The vehicle's odometer reading (to the nearest mile or kilometer) at the time of inspection.

Implementation

TextFieldWrapper? get odometerReadingAtInspection => document
    .fieldByTypeName("OdometerReadingAtInspection")
    ?.let((field) => TextFieldWrapper(field));