Uses of Enum
org.hl7.fhir.r4.model.Location.DaysOfWeek
-
Uses of Location.DaysOfWeek in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Enumeration<Location.DaysOfWeek>> Location.LocationHoursOfOperationComponent.daysOfWeek
Indicates which days of the week are available between the start and end Times.Modifier and TypeMethodDescriptionstatic Location.DaysOfWeek
static Location.DaysOfWeek
Returns the enum constant of this type with the specified name.static Location.DaysOfWeek[]
Location.DaysOfWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionLocation.LocationHoursOfOperationComponent.addDaysOfWeekElement()
Location.DaysOfWeekEnumFactory.fromType
(PrimitiveType<?> code) Location.LocationHoursOfOperationComponent.getDaysOfWeek()
Modifier and TypeMethodDescriptionLocation.LocationHoursOfOperationComponent.addDaysOfWeek
(Location.DaysOfWeek value) boolean
Location.LocationHoursOfOperationComponent.hasDaysOfWeek
(Location.DaysOfWeek value) Location.DaysOfWeekEnumFactory.toCode
(Location.DaysOfWeek code) Location.DaysOfWeekEnumFactory.toSystem
(Location.DaysOfWeek code) Modifier and TypeMethodDescriptionLocation.LocationHoursOfOperationComponent.setDaysOfWeek
(List<Enumeration<Location.DaysOfWeek>> theDaysOfWeek)