![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
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.daysOfWeek
Indicates 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.DaysOfWeek
static PractitionerRole.DaysOfWeek
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.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) boolean
PractitionerRole.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)