Uses of Enum
org.hl7.fhir.r4.model.PractitionerRole.DaysOfWeek
-
Uses of PractitionerRole.DaysOfWeek in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Enumeration<PractitionerRole.DaysOfWeek>> PractitionerRole.PractitionerRoleAvailableTimeComponent.daysOfWeek
Indicates which days of the week are available between the start and end Times.Modifier 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.Modifier and TypeMethodDescriptionPractitionerRole.PractitionerRoleAvailableTimeComponent.addDaysOfWeekElement()
PractitionerRole.DaysOfWeekEnumFactory.fromType
(PrimitiveType<?> code) PractitionerRole.PractitionerRoleAvailableTimeComponent.getDaysOfWeek()
Modifier 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) Modifier and TypeMethodDescriptionPractitionerRole.PractitionerRoleAvailableTimeComponent.setDaysOfWeek
(List<Enumeration<PractitionerRole.DaysOfWeek>> theDaysOfWeek)