| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Enumeration<PractitionerRole.DaysOfWeek>> |
PractitionerRole.PractitionerRoleAvailableTimeComponent.daysOfWeek
Indicates which days of the week are available between the start and end Times.
|
| Modifier and Type | Method and Description |
|---|---|
static PractitionerRole.DaysOfWeek |
PractitionerRole.DaysOfWeek.fromCode(String codeString) |
PractitionerRole.DaysOfWeek |
PractitionerRole.DaysOfWeekEnumFactory.fromCode(String codeString) |
static PractitionerRole.DaysOfWeek |
PractitionerRole.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<PractitionerRole.DaysOfWeek> |
PractitionerRole.PractitionerRoleAvailableTimeComponent.addDaysOfWeekElement() |
Enumeration<PractitionerRole.DaysOfWeek> |
PractitionerRole.DaysOfWeekEnumFactory.fromType(Base code) |
List<Enumeration<PractitionerRole.DaysOfWeek>> |
PractitionerRole.PractitionerRoleAvailableTimeComponent.getDaysOfWeek() |
| Modifier and Type | Method and Description |
|---|---|
PractitionerRole.PractitionerRoleAvailableTimeComponent |
PractitionerRole.PractitionerRoleAvailableTimeComponent.addDaysOfWeek(PractitionerRole.DaysOfWeek value) |
boolean |
PractitionerRole.PractitionerRoleAvailableTimeComponent.hasDaysOfWeek(PractitionerRole.DaysOfWeek value) |
String |
PractitionerRole.DaysOfWeekEnumFactory.toCode(PractitionerRole.DaysOfWeek code) |
String |
PractitionerRole.DaysOfWeekEnumFactory.toSystem(PractitionerRole.DaysOfWeek code) |
| Modifier and Type | Method and Description |
|---|---|
PractitionerRole.PractitionerRoleAvailableTimeComponent |
PractitionerRole.PractitionerRoleAvailableTimeComponent.setDaysOfWeek(List<Enumeration<PractitionerRole.DaysOfWeek>> theDaysOfWeek) |
Copyright © 2014–2021 Health Level 7. All rights reserved.