VisitStatus

enum VisitStatus : Enum<VisitStatus> , Parcelable

Represents the status of a virtual visit.

Entries

Done
Link copied to clipboard
Done("done")
Cancelled
Link copied to clipboard
Cancelled("cancelled")
StaffDeclined
Link copied to clipboard
StaffDeclined("staffdeclined")
InVisit
Link copied to clipboard
InVisit("invisit")
WaitingRoom
Link copied to clipboard
WaitingRoom("waitingroom")
Requested
Link copied to clipboard
Requested("requested")
Unknown
Link copied to clipboard
Unknown("unknown")

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
isActive
Link copied to clipboard
fun isActive(): Boolean
A helper function that can be used to determine whether or not a visit can be reconnected to using org.dexcare.services.virtualvisit.VirtualService.resumeVirtualVisit.
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
type
Link copied to clipboard
val type: String