PatientDeclaration

enum PatientDeclaration : Enum<PatientDeclaration> , Parcelable

An enum representing who a particular visit should be booked for. Can be either the app user (Self), or someone other than the app user (Other).

Entries

Other
Link copied to clipboard
Other("other")
Self
Link copied to clipboard
Self("self")

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
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