SBSDKMedicalPlanDocumentFormat

@interface SBSDKMedicalPlanDocumentFormat : SBSDKBarCodeScannerDocumentFormat

German medical plan document description structure.

  • Identifier.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull GUID;

    Swift

    var guid: String { get set }
  • Current page.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger currentPage;

    Swift

    var currentPage: Int { get set }
  • Total number of pages in document.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger totalNumberOfPages;

    Swift

    var totalNumberOfPages: Int { get set }
  • Document version.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull documentVersionNumber;

    Swift

    var documentVersionNumber: String { get set }
  • Patch version.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull patchVersionNumber;

    Swift

    var patchVersionNumber: String { get set }
  • Language and country code.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull languageCountryCode;

    Swift

    var languageCountryCode: String { get set }
  • Patient information.

    Declaration

    Objective-C

    @property (nonatomic, strong) SBSDKMedicalPlanPatientInformation *_Nonnull patient;

    Swift

    var patient: SBSDKMedicalPlanPatientInformation { get set }
  • Doctor information.

    Declaration

    Objective-C

    @property (nonatomic, strong) SBSDKMedicalPlanDoctorInformation *_Nonnull doctor;

    Swift

    var doctor: SBSDKMedicalPlanDoctorInformation { get set }
  • Subheadings.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<SBSDKMedicalPlanStandardSubheading *> *_Nonnull subheadings;

    Swift

    var subheadings: [SBSDKMedicalPlanStandardSubheading] { get set }