SBSDKMedicalPlanDoctorFieldType
enum SBSDKMedicalPlanDoctorFieldType : NSInteger {}
German medical plan document doctor information description field type.
-
Issuer name.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypeIssuerName
Swift
case issuerName = 0
-
Doctor number.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypeDoctorNumber
Swift
case doctorNumber = 1
-
Pharmacy ID.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypePharmacyID
Swift
case pharmacyID = 2
-
Hospital ID.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypeHospitalID
Swift
case hospitalID = 3
-
Street.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypeStreet
Swift
case street = 4
-
Postal code.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypePostalCode
Swift
case postalCode = 5
-
Place.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypePlace
Swift
case place = 6
-
Telephone number.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypeTelephoneNumber
Swift
case telephoneNumber = 7
-
Email.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypeEmail
Swift
case email = 8
-
Issuing date and time.
Declaration
Objective-C
SBSDKMedicalPlanDoctorFieldTypeIssuingDateAndTime
Swift
case issuingDateAndTime = 9