| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeDt<DaysOfWeekEnum> |
HealthcareService.AvailableTime.addDaysOfWeek()
Add a value for daysOfWeek ()
|
BoundCodeDt<DaysOfWeekEnum> |
HealthcareService.AvailableTime.addDaysOfWeek(DaysOfWeekEnum theValue)
Add a value for daysOfWeek () using an enumerated type.
|
List<BoundCodeDt<DaysOfWeekEnum>> |
HealthcareService.AvailableTime.getDaysOfWeek()
Gets the value(s) for daysOfWeek ().
|
BoundCodeDt<DaysOfWeekEnum> |
HealthcareService.AvailableTime.getDaysOfWeekFirstRep()
Gets the first repetition for daysOfWeek (),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCodeDt<DaysOfWeekEnum> |
HealthcareService.AvailableTime.addDaysOfWeek(DaysOfWeekEnum theValue)
Add a value for daysOfWeek () using an enumerated type.
|
HealthcareService.AvailableTime |
HealthcareService.AvailableTime.setDaysOfWeek(DaysOfWeekEnum theValue)
Sets the value(s), and clears any existing value(s) for daysOfWeek ()
|
| Modifier and Type | Method and Description |
|---|---|
HealthcareService.AvailableTime |
HealthcareService.AvailableTime.setDaysOfWeek(List<BoundCodeDt<DaysOfWeekEnum>> theValue)
Sets the value(s) for daysOfWeek ()
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DaysOfWeekEnum> |
DaysOfWeekEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static DaysOfWeekEnum |
DaysOfWeekEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static DaysOfWeekEnum |
DaysOfWeekEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaysOfWeekEnum[] |
DaysOfWeekEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2016 University Health Network. All rights reserved.