
Uses of Enum Class
org.hl7.fhir.r4.model.PractitionerRole.DaysOfWeek
Packages that use PractitionerRole.DaysOfWeek
-
Uses of PractitionerRole.DaysOfWeek in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PractitionerRole.DaysOfWeekModifier and TypeFieldDescriptionprotected 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.DaysOfWeekModifier and TypeMethodDescriptionstatic PractitionerRole.DaysOfWeekstatic PractitionerRole.DaysOfWeekReturns the enum constant of this class with the specified name.static PractitionerRole.DaysOfWeek[]PractitionerRole.DaysOfWeek.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type PractitionerRole.DaysOfWeekModifier and TypeMethodDescriptionPractitionerRole.PractitionerRoleAvailableTimeComponent.addDaysOfWeekElement()PractitionerRole.DaysOfWeekEnumFactory.fromType(PrimitiveType<?> code) PractitionerRole.PractitionerRoleAvailableTimeComponent.getDaysOfWeek()Methods in org.hl7.fhir.r4.model with parameters of type PractitionerRole.DaysOfWeekModifier and TypeMethodDescriptionPractitionerRole.PractitionerRoleAvailableTimeComponent.addDaysOfWeek(PractitionerRole.DaysOfWeek value) booleanPractitionerRole.PractitionerRoleAvailableTimeComponent.hasDaysOfWeek(PractitionerRole.DaysOfWeek value) PractitionerRole.DaysOfWeekEnumFactory.toCode(PractitionerRole.DaysOfWeek code) PractitionerRole.DaysOfWeekEnumFactory.toSystem(PractitionerRole.DaysOfWeek code) Method parameters in org.hl7.fhir.r4.model with type arguments of type PractitionerRole.DaysOfWeekModifier and TypeMethodDescriptionPractitionerRole.PractitionerRoleAvailableTimeComponent.setDaysOfWeek(List<Enumeration<PractitionerRole.DaysOfWeek>> theDaysOfWeek)