PracticeCareMode

public enum PracticeCareMode : String, Codable

An enum representing a type of care provided by a VirtualPractice.

  • a virtual visit type of care

    Declaration

    Swift

    case virtual
  • a retail visit type of care

    Declaration

    Swift

    case retail
  • Chat Care will be provided in a text chat.

    Declaration

    Swift

    case chat