AllowedVisitType

data class AllowedVisitType(visitTypeId: String, name: String, shortName: VisitTypeShortName) : Parcelable

Represents a type of visit allowed by a retail Clinic.

Constructors

AllowedVisitType
Link copied to clipboard
fun AllowedVisitType(visitTypeId: String, name: String, shortName: VisitTypeShortName)

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
shortName
Link copied to clipboard
val shortName: VisitTypeShortName
visitTypeId
Link copied to clipboard
val visitTypeId: String