Package org. dexcare. services. models
Types
CouponCode
Link copied to clipboard
PaymentMethod for use when a service key has been successfully verified using org.dexcare.services.payment.PaymentService.verifyCouponCode
CreditCard
Link copied to clipboard
CustomizationOptions
Link copied to clipboard
data class CustomizationOptions(customStrings: CustomStrings?, tytoCareConfig: TytoCareConfig?, virtualConfig: VirtualConfig?, validateEmails: Boolean) : Parcelable
Content copied to clipboard
CustomStrings
Link copied to clipboard
data class CustomStrings(virtualVisitNetworkDisconnectedHelpPhoneNumber: String?) : Parcelable
Content copied to clipboard
DexCareComponent
Link copied to clipboard
data class DexCareComponent(name: String, status: DexCareComponentStatus, type: DexCareComponentType, groupId: String?) : Parcelable
Content copied to clipboard
DexCareComponentStatus
Link copied to clipboard
DexCareComponentType
Link copied to clipboard
DexCareIncident
Link copied to clipboard
data class DexCareIncident(name: String, body: String?, status: IncidentStatus, impact: IncidentImpact, updatedAt: ZonedDateTime, scheduledFor: ZonedDateTime?, scheduledUntil: ZonedDateTime?, components: List<DexCareComponent>) : Parcelable
Content copied to clipboard
DexCareStatus
Link copied to clipboard
data class DexCareStatus(name: String, impact: IncidentImpact, description: String, updatedAt: ZonedDateTime, incidents: List<DexCareIncident>, scheduledMaintenances: List<DexCareIncident>) : Parcelable
Content copied to clipboard
IncidentImpact
Link copied to clipboard
IncidentStatus
Link copied to clipboard
InsuranceImageOther
Link copied to clipboard
class InsuranceImageOther(firstName: String, lastName: String, gender: Gender?, dateOfBirth: LocalDate, cardId: String) : InsuranceInfo, Parcelable
Content copied to clipboard
PaymentMethod for use when images of the front and back of the insurance card have been uploaded using the org.dexcare.services.payment.PaymentService.uploadInsuranceCard method, and the insurance is not owned by the app user.
InsuranceImageSelf
Link copied to clipboard
PaymentMethod for use when images of the front and back of the insurance card have been uploaded using the org.dexcare.services.payment.PaymentService.uploadInsuranceCard method.
InsuranceInfo
Link copied to clipboard
InsuranceManualOther
Link copied to clipboard
class InsuranceManualOther(firstName: String, lastName: String, gender: Gender?, dateOfBirth: LocalDate, memberId: String, providerId: String, insuranceGroupNumber: String?, payorId: String?, payorName: String?, subscriberId: String?) : InsuranceInfo, Parcelable
Content copied to clipboard
InsuranceManualSelf
Link copied to clipboard
class InsuranceManualSelf(memberId: String, providerId: String, insuranceGroupNumber: String?, payorId: String?, payorName: String?) : InsuranceInfo, Parcelable
Content copied to clipboard
InsurancePayer
Link copied to clipboard
InsurancePayers
Link copied to clipboard
data class InsurancePayers(payersList: List<InsurancePayer>) : Parcelable
Content copied to clipboard
Represents a list of InsurancePayer.
PatientDeclaration
Link copied to clipboard
PatientQuestion
Link copied to clipboard
data class PatientQuestion(question: String, answer: String) : Parcelable
Content copied to clipboard
PaymentHolderDeclaration
Link copied to clipboard
enum PaymentHolderDeclaration : Enum<PaymentHolderDeclaration> , Parcelable
Content copied to clipboard
PaymentMethod
Link copied to clipboard
sealed class PaymentMethod
Content copied to clipboard
RelationshipToPatient
Link copied to clipboard
SelfPayment
Link copied to clipboard
VirtualConfig
Link copied to clipboard
data class VirtualConfig(showWaitingRoomVideo: Boolean, waitingRoomYouTubeVideoId: String?, vimeoURL: String?) : Parcelable
Content copied to clipboard