SBSDKMedicalCertificateRecognizerDateResultType
enum SBSDKMedicalCertificateRecognizerDateResultType : NSUInteger {}
Type classifiers for dates recognized on medical certificates.
-
The date describes since when the employee is incapable of work.
Declaration
Objective-C
SBSDKMedicalCertificateRecognizerDateResultTypeIncapableOfWorkSince
Swift
case incapableOfWorkSince = 0
-
The date describes until when the employee is incapable of work.
Declaration
Objective-C
SBSDKMedicalCertificateRecognizerDateResultTypeIncapableOfWorkUntil
Swift
case incapableOfWorkUntil = 1
-
The date describes the day of diagnosis.
Declaration
Objective-C
SBSDKMedicalCertificateRecognizerDateResultTypeDiagnosedOn
Swift
case diagnosedOn = 2
-
The date since when the child needs care.
Declaration
Objective-C
SBSDKMedicalCertificateRecognizerDateResultTypeChildNeedsCareFrom
Swift
case childNeedsCareFrom = 3
-
The date until the childs needs care.
Declaration
Objective-C
SBSDKMedicalCertificateRecognizerDateResultTypeChildNeedsCareUntil
Swift
case childNeedsCareUntil = 4
-
Patient birth date.
Declaration
Objective-C
SBSDKMedicalCertificateRecognizerDateResultTypeBirthDate
Swift
case birthDate = 5
-
Document date.
Declaration
Objective-C
SBSDKMedicalCertificateRecognizerDateResultTypeDocumentDate
Swift
case documentDate = 6
-
The date could not be classified.
Declaration
Objective-C
SBSDKMedicalCertificateRecognizerDateResultTypeUndefined
Swift
case undefined = 7