Uses of Class
com.ibm.fhir.model.type.code.DaysOfWeek
-
Packages that use DaysOfWeek Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of DaysOfWeek in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return types with arguments of type DaysOfWeek Modifier and Type Method Description List<DaysOfWeek>HealthcareService.AvailableTime. getDaysOfWeek()Indicates which days of the week are available between the start and end Times.List<DaysOfWeek>Location.HoursOfOperation. getDaysOfWeek()Indicates which days of the week are available between the start and end Times.List<DaysOfWeek>PractitionerRole.AvailableTime. getDaysOfWeek()Indicates which days of the week are available between the start and end Times.Methods in com.ibm.fhir.model.resource with parameters of type DaysOfWeek Modifier and Type Method Description HealthcareService.AvailableTime.BuilderHealthcareService.AvailableTime.Builder. daysOfWeek(DaysOfWeek... daysOfWeek)Indicates which days of the week are available between the start and end Times.Location.HoursOfOperation.BuilderLocation.HoursOfOperation.Builder. daysOfWeek(DaysOfWeek... daysOfWeek)Indicates which days of the week are available between the start and end Times.PractitionerRole.AvailableTime.BuilderPractitionerRole.AvailableTime.Builder. daysOfWeek(DaysOfWeek... daysOfWeek)Indicates which days of the week are available between the start and end Times.Method parameters in com.ibm.fhir.model.resource with type arguments of type DaysOfWeek Modifier and Type Method Description HealthcareService.AvailableTime.BuilderHealthcareService.AvailableTime.Builder. daysOfWeek(Collection<DaysOfWeek> daysOfWeek)Indicates which days of the week are available between the start and end Times.Location.HoursOfOperation.BuilderLocation.HoursOfOperation.Builder. daysOfWeek(Collection<DaysOfWeek> daysOfWeek)Indicates which days of the week are available between the start and end Times.PractitionerRole.AvailableTime.BuilderPractitionerRole.AvailableTime.Builder. daysOfWeek(Collection<DaysOfWeek> daysOfWeek)Indicates which days of the week are available between the start and end Times. -
Uses of DaysOfWeek in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as DaysOfWeek Modifier and Type Field Description static DaysOfWeekDaysOfWeek. FRIFridaystatic DaysOfWeekDaysOfWeek. MONMondaystatic DaysOfWeekDaysOfWeek. SATSaturdaystatic DaysOfWeekDaysOfWeek. SUNSundaystatic DaysOfWeekDaysOfWeek. THUThursdaystatic DaysOfWeekDaysOfWeek. TUETuesdaystatic DaysOfWeekDaysOfWeek. WEDWednesdayMethods in com.ibm.fhir.model.type.code that return DaysOfWeek Modifier and Type Method Description DaysOfWeekDaysOfWeek.Builder. build()static DaysOfWeekDaysOfWeek. of(DaysOfWeek.ValueSet value)Factory method for creating DaysOfWeek objects from a passed enum value.static DaysOfWeekDaysOfWeek. of(String value)Factory method for creating DaysOfWeek objects from a passed string value.
-