RelationshipToPatient

enum RelationshipToPatient : Enum<RelationshipToPatient> , Parcelable

This enum represents various relationships an Actor could have to a Patient.

These values are case sensitive and come from Epic.

The app does not need to display all of these, and can display a subset of just the most common ones.

Entries

SurrogateOrProxy
Link copied to clipboard
SurrogateOrProxy("Surrogate or proxy")
PowerOfAttorney
Link copied to clipboard
PowerOfAttorney("Power of attorney")
PatientRefused
Link copied to clipboard
PatientRefused("Patient refused")
Employer
Link copied to clipboard
Employer("Employer")
DomesticPartner
Link copied to clipboard
DomesticPartner("Domestic partner")
CaseManager
Link copied to clipboard
CaseManager("Case manager")
SignificantOther
Link copied to clipboard
SignificantOther("Significant other")
Spouse
Link copied to clipboard
Spouse("Spouse")
GrandChild
Link copied to clipboard
GrandChild("Grand child")
Friend
Link copied to clipboard
Friend("Friend")
Son
Link copied to clipboard
Son("Son")
Daughter
Link copied to clipboard
Daughter("Daughter")
Sister
Link copied to clipboard
Sister("Sister")
Brother
Link copied to clipboard
Brother("Brother")
NonRelative
Link copied to clipboard
NonRelative("Non relative")
Relative
Link copied to clipboard
Relative("Relative")
LegalGuardian
Link copied to clipboard
LegalGuardian("Legal guardian")
FosterParent
Link copied to clipboard
FosterParent("Foster parent")
StepParent
Link copied to clipboard
StepParent("Step parent")
Grandparent
Link copied to clipboard
Grandparent("Grand parent")
Father
Link copied to clipboard
Father("Father")
Mother
Link copied to clipboard
Mother("Mother")

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

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