Retail Department
data class RetailDepartment(displayName: String, address: Address, phone: String, departmentName: String, smallImageUrl: String, allowedVisitTypes: List<AllowedVisitType>, clinicType: String, brandName: String, isActive: Boolean, departmentID: String, instanceID: String, ehrSystemName: String, latitude: Double, longitude: Double, openDays: List<OpenDay>, timezone: ZoneId) : Parcelable
Content copied to clipboard
Represents a retail clinic.
Constructors
RetailDepartment
Link copied to clipboard
fun RetailDepartment(displayName: String, address: Address, phone: String, departmentName: String, smallImageUrl: String, allowedVisitTypes: List<AllowedVisitType> = listOf(), clinicType: String, brandName: String, isActive: Boolean, departmentID: String, instanceID: String, ehrSystemName: String, latitude: Double, longitude: Double, openDays: List<OpenDay> = listOf(), timezone: ZoneId)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
getDistanceString
Link copied to clipboard
getLocation
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
allowedVisitTypes
Link copied to clipboard
A list of AllowedVisitType representing visit types supported/offered by the clinic.
clinicType
Link copied to clipboard
departmentID
Link copied to clipboard
departmentName
Link copied to clipboard
displayName
Link copied to clipboard
ehrSystemName
Link copied to clipboard
instanceID
Link copied to clipboard
smallImageUrl
Link copied to clipboard