Us Uniformed Services Barcode Result

Defined in framework ScanditIdCapture

SDCUsUniformedServicesBarcodeResult
@interface SDCUsUniformedServicesBarcodeResult : NSObject

Added in version 6.5.0

ID Capture supports parsing Uniformed Services Identification Cards that are encoded in PDF417 barcodes. Both Sponsor and Dependant documents are supported (versions 1, 2 and 3). For the complete documentation of the standard please refer to US Uniformed Services ID.

version
@property (nonatomic, readonly) NSInteger version

Added in version 6.5.0

The version of the document. It can be 1, 2 or 3.

sponsorFlag
@property (nonatomic, nonnull, readonly) NSString *sponsorFlag

Added in version 6.5.0

Indicates whether the card holder is sponsor or dependent.

personDesignatorDocument
@property (nonatomic, readonly) NSInteger personDesignatorDocument

Added in version 6.5.0

The person’s designator identifier (usually, the cardholder’s SSN).

familySequenceNumber
@property (nonatomic, readonly) NSInteger familySequenceNumber

Added in version 6.5.0

Used to distinguish among sponsors who have the same SSN.

deersDependentSuffixCode
@property (nonatomic, readonly) NSInteger deersDependentSuffixCode

Added in version 6.5.0

The code of the relationship of a dependent to his or her sponsor.

deersDependentSuffixDescription
@property (nonatomic, nonnull, readonly) NSString *deersDependentSuffixDescription

Added in version 6.5.0

The description of the relationship of a dependent to his or her sponsor.

height
@property (nonatomic, readonly) NSInteger height

Added in version 6.5.0

The holder’s height in inches.

weight
@property (nonatomic, readonly) NSInteger weight

Added in version 6.5.0

The holder’s weight in pounds.

hairColor
@property (nonatomic, nonnull, readonly) NSString *hairColor

Added in version 6.5.0

The holder’s hair color.

eyeColor
@property (nonatomic, nonnull, readonly) NSString *eyeColor

Added in version 6.5.0

The holder’s eye color.

directCareFlagCode
@property (nonatomic, nonnull, readonly) NSString *directCareFlagCode

Added in version 6.5.0

The code of the direct care privilege/benefit flag.

directCareFlagDescription
@property (nonatomic, nonnull, readonly) NSString *directCareFlagDescription

Added in version 6.5.0

The description of the direct care privilege/benefit flag.

civilianHealthCareFlagCode
@property (nonatomic, nonnull, readonly) NSString *civilianHealthCareFlagCode

Added in version 6.5.0

The code of the civilian health care privilege/benefit flag.

civilianHealthCareFlagDescription
@property (nonatomic, nonnull, readonly) NSString *civilianHealthCareFlagDescription

Added in version 6.5.0

The description of the civilian health care privilege/benefit flag.

commissaryFlagCode
@property (nonatomic, nonnull, readonly) NSString *commissaryFlagCode

Added in version 6.5.0

The code of the commissary privilege/benefit flag.

commissaryFlagDescription
@property (nonatomic, nonnull, readonly) NSString *commissaryFlagDescription

Added in version 6.5.0

The description of the commissary privilege/benefit flag.

mwrFlagCode
@property (nonatomic, nonnull, readonly) NSString *mwrFlagCode

Added in version 6.5.0

The code of the Morale, Welfare & Recreation (MWR) privilege/benefit flag.

mwrFlagDescription
@property (nonatomic, nonnull, readonly) NSString *mwrFlagDescription

Added in version 6.5.0

The description of the Morale, Welfare & Recreation (MWR) privilege/benefit flag.

exchangeFlagCode
@property (nonatomic, nonnull, readonly) NSString *exchangeFlagCode

Added in version 6.5.0

The code of the exchange privilege/benefit flag.

exchangeFlagDescription
@property (nonatomic, nonnull, readonly) NSString *exchangeFlagDescription

Added in version 6.5.0

The description of the exchange privilege/benefit flag.

champusEffectiveDate
@property (nonatomic, nullable, readonly) SDCDateResult *champusEffectiveDate

Added in version 6.5.0

The CHAMPUS effective date.

champusExpiryDate
@property (nonatomic, nullable, readonly) SDCDateResult *champusExpiryDate

Added in version 6.5.0

The CHAMPUS expiration date.

formNumber
@property (nonatomic, nonnull, readonly) NSString *formNumber

Added in version 6.5.0

The form number.

securityCode
@property (nonatomic, nonnull, readonly) NSString *securityCode

Added in version 6.5.0

The card security code.

serviceCode
@property (nonatomic, nonnull, readonly) NSString *serviceCode

Added in version 6.5.0

The service code.

statusCode
@property (nonatomic, nonnull, readonly) NSString *statusCode

Added in version 6.5.0

The status of the sponsor.

statusCodeDescription
@property (nonatomic, nonnull, readonly) NSString *statusCodeDescription

Added in version 6.5.0

The description of the the code of the status of the sponsor.

branchOfService
@property (nonatomic, nonnull, readonly) NSString *branchOfService

Added in version 6.5.0

An organization with which the sponsor is affiliated.

rank
@property (nonatomic, nonnull, readonly) NSString *rank

Added in version 6.5.0

The rank of the sponsor.

payGrade
@property (nonatomic, nullable, readonly) NSString *payGrade

Added in version 6.5.0

The pay grade of the sponsor. Available since version 2.

sponsorName
@property (nonatomic, nullable, readonly) NSString *sponsorName

Added in version 6.5.0

The name of the sponsor.

sponsorPersonDesignatorIdentifier
@property (nonatomic, nullable, readonly) NSNumber *sponsorPersonDesignatorIdentifier

Added in version 6.5.0

The sponsor’s designator identifier (Usually, the cardholder’s SSN).

relationshipCode
@property (nonatomic, nullable, readonly) NSString *relationshipCode

Added in version 6.5.0

The code of the dependent’s relationship to the sponsor.

relationshipDescription
@property (nonatomic, nullable, readonly) NSString *relationshipDescription

Added in version 6.5.0

The description of the dependent’s relationship to the sponsor.

JPEGData
@property (nonatomic, nullable, readonly) NSString *JPEGData

Added in version 6.9.0

A compressed version of the photograph printed on the front of the card.

genevaConventionCategory
@property (nonatomic, nullable, readonly) NSString *genevaConventionCategory

Added in version 6.5.0

The sponsor’s appropriate Geneva Convention Category.

bloodType
@property (nonatomic, nullable, readonly) NSString *bloodType

Added in version 6.5.0

The sponsor’s blood type.

JSONString
@property (nonatomic, nonnull, readonly) NSString *JSONString

Added in version 6.6.0