Uses of Class
org.hl7.fhir.dstu2.model.HealthcareService.DaysOfWeek
-
Packages that use HealthcareService.DaysOfWeek Package Description org.hl7.fhir.dstu2.model -
-
Uses of HealthcareService.DaysOfWeek in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type HealthcareService.DaysOfWeek Modifier and Type Field Description protected List<Enumeration<HealthcareService.DaysOfWeek>>HealthcareService.HealthcareServiceAvailableTimeComponent. daysOfWeekIndicates which days of the week are available between the start and end Times.Methods in org.hl7.fhir.dstu2.model that return HealthcareService.DaysOfWeek Modifier and Type Method Description static HealthcareService.DaysOfWeekHealthcareService.DaysOfWeek. fromCode(String codeString)HealthcareService.DaysOfWeekHealthcareService.DaysOfWeekEnumFactory. fromCode(String codeString)static HealthcareService.DaysOfWeekHealthcareService.DaysOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthcareService.DaysOfWeek[]HealthcareService.DaysOfWeek. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type HealthcareService.DaysOfWeek Modifier and Type Method Description Enumeration<HealthcareService.DaysOfWeek>HealthcareService.HealthcareServiceAvailableTimeComponent. addDaysOfWeekElement()Enumeration<HealthcareService.DaysOfWeek>HealthcareService.DaysOfWeekEnumFactory. fromType(Base code)List<Enumeration<HealthcareService.DaysOfWeek>>HealthcareService.HealthcareServiceAvailableTimeComponent. getDaysOfWeek()Methods in org.hl7.fhir.dstu2.model with parameters of type HealthcareService.DaysOfWeek Modifier and Type Method Description HealthcareService.HealthcareServiceAvailableTimeComponentHealthcareService.HealthcareServiceAvailableTimeComponent. addDaysOfWeek(HealthcareService.DaysOfWeek value)booleanHealthcareService.HealthcareServiceAvailableTimeComponent. hasDaysOfWeek(HealthcareService.DaysOfWeek value)StringHealthcareService.DaysOfWeekEnumFactory. toCode(HealthcareService.DaysOfWeek code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type HealthcareService.DaysOfWeek Modifier and Type Method Description HealthcareService.HealthcareServiceAvailableTimeComponentHealthcareService.HealthcareServiceAvailableTimeComponent. setDaysOfWeek(List<Enumeration<HealthcareService.DaysOfWeek>> daysOfWeek)
-