isVisitStatusActive

fun isVisitStatusActive(status: VisitStatus): 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.

Return

true if the visit is still active and can be reconnected to, false otherwise.

Parameters

status

Represents the status of a virtual visit VisitStatus type