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