
Uses of Enum
org.hl7.fhir.r4.model.Location.DaysOfWeek
Packages that use Location.DaysOfWeek
-
Uses of Location.DaysOfWeek in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Location.DaysOfWeekModifier and TypeFieldDescriptionprotected List
<Enumeration<Location.DaysOfWeek>> Location.LocationHoursOfOperationComponent.daysOfWeek
Indicates which days of the week are available between the start and end Times.Methods in org.hl7.fhir.r4.model that return Location.DaysOfWeekModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Location.DaysOfWeekModifier and TypeMethodDescriptionLocation.LocationHoursOfOperationComponent.addDaysOfWeekElement()
Location.DaysOfWeekEnumFactory.fromType
(PrimitiveType<?> code) Location.LocationHoursOfOperationComponent.getDaysOfWeek()
Methods in org.hl7.fhir.r4.model with parameters of type Location.DaysOfWeekModifier 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) Method parameters in org.hl7.fhir.r4.model with type arguments of type Location.DaysOfWeekModifier and TypeMethodDescriptionLocation.LocationHoursOfOperationComponent.setDaysOfWeek
(List<Enumeration<Location.DaysOfWeek>> theDaysOfWeek)