Uses of Class
org.hl7.fhir.r4.model.Location.DaysOfWeek
-
Packages that use Location.DaysOfWeek Package Description org.hl7.fhir.r4.model -
-
Uses of Location.DaysOfWeek in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Location.DaysOfWeek Modifier and Type Field Description protected List<Enumeration<Location.DaysOfWeek>>Location.LocationHoursOfOperationComponent. daysOfWeekIndicates which days of the week are available between the start and end Times.Methods in org.hl7.fhir.r4.model that return Location.DaysOfWeek Modifier and Type Method Description static Location.DaysOfWeekLocation.DaysOfWeek. fromCode(String codeString)Location.DaysOfWeekLocation.DaysOfWeekEnumFactory. fromCode(String codeString)static Location.DaysOfWeekLocation.DaysOfWeek. valueOf(String name)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.DaysOfWeek Modifier and Type Method Description Enumeration<Location.DaysOfWeek>Location.LocationHoursOfOperationComponent. addDaysOfWeekElement()Enumeration<Location.DaysOfWeek>Location.DaysOfWeekEnumFactory. fromType(Base code)List<Enumeration<Location.DaysOfWeek>>Location.LocationHoursOfOperationComponent. getDaysOfWeek()Methods in org.hl7.fhir.r4.model with parameters of type Location.DaysOfWeek Modifier and Type Method Description Location.LocationHoursOfOperationComponentLocation.LocationHoursOfOperationComponent. addDaysOfWeek(Location.DaysOfWeek value)booleanLocation.LocationHoursOfOperationComponent. hasDaysOfWeek(Location.DaysOfWeek value)StringLocation.DaysOfWeekEnumFactory. toCode(Location.DaysOfWeek code)StringLocation.DaysOfWeekEnumFactory. toSystem(Location.DaysOfWeek code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Location.DaysOfWeek Modifier and Type Method Description Location.LocationHoursOfOperationComponentLocation.LocationHoursOfOperationComponent. setDaysOfWeek(List<Enumeration<Location.DaysOfWeek>> theDaysOfWeek)
-