SBSDKMedicalPlanPatientFieldType
enum SBSDKMedicalPlanPatientFieldType : NSInteger {}
German medical plan document patient information description field type.
-
First name.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeFirstName
Swift
case firstName = 0
-
Last name.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeLastName
Swift
case lastName = 1
-
Title.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeTitle
Swift
case title = 2
-
Prename.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypePreName
Swift
case preName = 3
-
Suffix.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeSuffix
Swift
case suffix = 4
-
Patient ID.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypePatientID
Swift
case patientID = 5
-
Birth date.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeBirthDate
Swift
case birthDate = 6
-
Gender.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeGender
Swift
case gender = 7
-
Weight.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeWeight
Swift
case weight = 8
-
Height.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeHeight
Swift
case height = 9
-
Creatinine value.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeCreatinineValue
Swift
case creatinineValue = 10
-
Allergies and intolerances.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeAllergiesAndIntolerances
Swift
case allergiesAndIntolerances = 11
-
Breast feeding.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypeBreastFeeding
Swift
case breastFeeding = 12
-
Pregnant.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypePregnant
Swift
case pregnant = 13
-
Patient free text.
Declaration
Objective-C
SBSDKMedicalPlanPatientFieldTypePatientFreeText
Swift
case patientFreeText = 14