Uses of Class
org.hl7.fhir.r4.model.PractitionerRole.DaysOfWeek
-
Packages that use PractitionerRole.DaysOfWeek Package Description org.hl7.fhir.r4.model -
-
Uses of PractitionerRole.DaysOfWeek in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PractitionerRole.DaysOfWeek Modifier and Type Field Description protected List<Enumeration<PractitionerRole.DaysOfWeek>>PractitionerRole.PractitionerRoleAvailableTimeComponent. daysOfWeekIndicates which days of the week are available between the start and end Times.Methods in org.hl7.fhir.r4.model that return PractitionerRole.DaysOfWeek Modifier and Type Method Description static PractitionerRole.DaysOfWeekPractitionerRole.DaysOfWeek. fromCode(String codeString)PractitionerRole.DaysOfWeekPractitionerRole.DaysOfWeekEnumFactory. fromCode(String codeString)static PractitionerRole.DaysOfWeekPractitionerRole.DaysOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name.static PractitionerRole.DaysOfWeek[]PractitionerRole.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 PractitionerRole.DaysOfWeek Modifier and Type Method Description Enumeration<PractitionerRole.DaysOfWeek>PractitionerRole.PractitionerRoleAvailableTimeComponent. addDaysOfWeekElement()Enumeration<PractitionerRole.DaysOfWeek>PractitionerRole.DaysOfWeekEnumFactory. fromType(Base code)List<Enumeration<PractitionerRole.DaysOfWeek>>PractitionerRole.PractitionerRoleAvailableTimeComponent. getDaysOfWeek()Methods in org.hl7.fhir.r4.model with parameters of type PractitionerRole.DaysOfWeek Modifier and Type Method Description PractitionerRole.PractitionerRoleAvailableTimeComponentPractitionerRole.PractitionerRoleAvailableTimeComponent. addDaysOfWeek(PractitionerRole.DaysOfWeek value)booleanPractitionerRole.PractitionerRoleAvailableTimeComponent. hasDaysOfWeek(PractitionerRole.DaysOfWeek value)StringPractitionerRole.DaysOfWeekEnumFactory. toCode(PractitionerRole.DaysOfWeek code)StringPractitionerRole.DaysOfWeekEnumFactory. toSystem(PractitionerRole.DaysOfWeek code)Method parameters in org.hl7.fhir.r4.model with type arguments of type PractitionerRole.DaysOfWeek Modifier and Type Method Description PractitionerRole.PractitionerRoleAvailableTimeComponentPractitionerRole.PractitionerRoleAvailableTimeComponent. setDaysOfWeek(List<Enumeration<PractitionerRole.DaysOfWeek>> theDaysOfWeek)
-