Other Enumerations
The following enumerations are available globally.
-
The detail level of the logging
See moreDeclaration
Swift
@frozen public enum DexcareSDKLogLevel : Int -
Representing how a user will pay for their visit
See moreDeclaration
Swift
public enum PaymentMethod : Equatable -
A generic representation of a Gender
See moreDeclaration
Swift
@frozen public enum Gender : Stringextension Gender: Codable -
Specifies who the patient will be for a visit
See moreDeclaration
Swift
@frozen public enum PatientDeclaration : String, Codable, Equatable -
An enum that represents a type of feedback this is supported. A different question string can be passed in. If not, a default question is saved
See moreDeclaration
Swift
@frozen public enum VirtualFeedback -
An enum representing a type of care provided by a
See moreVirtualPractice.Declaration
Swift
public enum PracticeCareMode : String, Codable -
Undocumented
See moreDeclaration
Swift
public enum ScheduleProviderAppointmentFailedReason : Error, FailedReasonType -
An enum representing the type of a ScheduledVisit: Retail, Virtual, or At Home.
Any new ScheduledVisitTypes that are not supported will automatically return
See more.unknownDeclaration
Swift
public enum ScheduledVisitType : String, Codable, Equatable -
An enum representing the status of a ScheduledVisit
Any new ScheduledVisitStatus that are not supported will automatically return
See more.unknownDeclaration
Swift
public enum ScheduledVisitStatus : String, Codable, Equatable -
A status of a Virtual Visit
See moreDeclaration
Swift
public enum VisitStatus : String, Decodable -
Specifies who is paying for the visit.
See moreDeclaration
Swift
@frozen public enum PaymentHolderDeclaration : Stringextension PaymentHolderDeclaration: Codable -
A enum of possible errors that may come from the SDK More specific errors may be returned in
See moreVirtualVisitFailedReason,Declaration
Swift
public enum FailedReason : Errorextension FailedReason: LocalizedError -
An
See moreErrorenum returned for Uploading insurance cards errorsDeclaration
Swift
public enum InsuranceCardFailedReason : Error, FailedReasonType -
Undocumented
See moreDeclaration
Swift
public enum ScheduleRetailAppointmentFailedReason : Error, FailedReasonType -
An
See moreErrorenum returned for VerifyCouponCodeDeclaration
Swift
public enum CouponCodeFailedReason : Error, FailedReasonType -
An
See moreErrorenum returned when ScheduleVirtualVisitDeclaration
Swift
public enum VirtualVisitFailedReason : Error, FailedReasonType -
An
See moreErrorenum returned for Estimated Wait TimesDeclaration
Swift
public enum WaitTimeFailedReason : Error, FailedReasonType, Equatable -
The relationship that a child/other has to their main user account.
This is required in the
See morePatientService.createDependentPatientcall when setting up demographics and subdequently callingRetailService.scheduleRetailAppointmentDeclaration
Swift
public enum RelationshipToPatient : String, Codable -
Various errors that can happen during a virtual visit session.
See moreNote
These should be used for logging purposes only. Any fatal errors will return in the failure closure when starting or resuming a visit.Declaration
Swift
public enum VirtualVisitEventError : Error, Equatable -
Various errors that can happen during the pairing of a external device.
See moreDeclaration
Swift
public enum DevicePairError : Error, Equatable -
Undocumented
See moreDeclaration
Swift
public enum VisitCompletionReason : String -
Failure Reasons during the TytoCare integration setup
See moreDeclaration
Swift
public enum TytoCareFailedReason : Error
View on GitHub
Install in Dash
Other Enumerations Reference