Table of Contents

Class AAMVA.VehicleSafetyInspectionData

Namespace
ScanbotSDK.MAUI.DocumentFormats.Barcode
Assembly
ScanbotSDK.Shared.dll

Vehicle Safety Inspection Data. File type "VS".

public class AAMVA.VehicleSafetyInspectionData : GenericDocumentWrapper
Inheritance
AAMVA.VehicleSafetyInspectionData
Inherited Members

Constructors

VehicleSafetyInspectionData(GenericDocument)

public VehicleSafetyInspectionData(GenericDocument document)

Parameters

document GenericDocument

Properties

InspectionAddress

Data element ID "IAN". The street name and number, city, state and zip code of the inspection facility.

public Field? InspectionAddress { get; }

Property Value

Field

InspectionAirPollutionDeviceConditions

Data element ID "IPD". Identifies whether the pollution control devices meet the minimum inspection criteria.

public Field? InspectionAirPollutionDeviceConditions { get; }

Property Value

Field

InspectionFacilityIdentifier

Data element ID "IFI". The unique number assigned to an inspection facility.

public Field? InspectionFacilityIdentifier { get; }

Property Value

Field

InspectionFormOrStickerNumberCurrent

Data element ID "INC". A unique number assigned to a current vehicle inspection form for identification purposes or a preprinted unique number on the motor vehicle inspection sticker currently issued to a motor vehicle which has passed inspection.

public Field? InspectionFormOrStickerNumberCurrent { get; }

Property Value

Field

InspectionFormOrStickerNumberPrevious

Data element ID "INP". The number of the last inspection form excluding the current inspection or the certification number of the last inspection sticker, excluding the current inspection.

public Field? InspectionFormOrStickerNumberPrevious { get; }

Property Value

Field

InspectionSmogCertificateIndicator

Data element ID "ISC". An indicator that specifies whether or not the vehicle has a current smog certificate.

public Field? InspectionSmogCertificateIndicator { get; }

Property Value

Field

InspectionStationNumber

Data element ID "ISN". Station number performing the inspection.

public Field? InspectionStationNumber { get; }

Property Value

Field

InspectorIdentificationNumber

Data element ID "IIN". A unique number assigned to each licensed vehicle inspector.

public Field? InspectorIdentificationNumber { get; }

Property Value

Field

OdometerReadingAtInspection

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

public Field? OdometerReadingAtInspection { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

VehicleBodyType

Data element ID "VAO". The general configuration or shape of a vehicle distinguished by characteristics such as number of doors, seats, windows, roofline, and type of top. The vehicle body type is 2- character alphanumeric.

public Field? VehicleBodyType { get; }

Property Value

Field

VehicleMake

Data element ID "VAK". The distinctive (coded) name applied to a group of vehicles by a manufacturer.

public Field? VehicleMake { get; }

Property Value

Field

VehicleModelYear

Data element ID "VAL". The year which is assigned to a vehicle by the manufacturer. The format is CCYY.

public Field? VehicleModelYear { get; }

Property Value

Field