DexcareComponentType

public enum DexcareComponentType : String, Codable

An enum representing the DexCare service component. During incidents and scheduled maintenances, multiple components may be effected

  • The connection to Epic and Interconnect

    Declaration

    Swift

    case epic
  • Virtual visits (see PracticeService and VirtualService)

    Declaration

    Swift

    case virtual
  • Retail, in-person visits (see RetailService)

    Declaration

    Swift

    case retail
  • Direct-to-provider visits (see ProviderService)

    Declaration

    Swift

    case providerBooking = "provider_booking"
  • The web portal that caregivers use to connect to virtual visits.

    Declaration

    Swift

    case providerPortal = "caregiver_portal"
  • The third-party service used for video conferencing during virtual visits.

    Declaration

    Swift

    case tokbox
  • Only returned if the enum value could not be parsed to one of the above.

    Declaration

    Swift

    case unknown = ""