| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.composite | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeDt<UnitsOfTimeEnum> |
TimingDt.Repeat.getDurationUnitsElement()
Gets the value(s) for durationUnits ().
|
BoundCodeDt<UnitsOfTimeEnum> |
TimingDt.Repeat.getPeriodUnitsElement()
Gets the value(s) for periodUnits ().
|
| Modifier and Type | Method and Description |
|---|---|
TimingDt.Repeat |
TimingDt.Repeat.setDurationUnits(UnitsOfTimeEnum theValue)
Sets the value(s) for durationUnits ()
|
TimingDt.Repeat |
TimingDt.Repeat.setPeriodUnits(UnitsOfTimeEnum theValue)
Sets the value(s) for periodUnits ()
|
| Modifier and Type | Method and Description |
|---|---|
TimingDt.Repeat |
TimingDt.Repeat.setDurationUnits(BoundCodeDt<UnitsOfTimeEnum> theValue)
Sets the value(s) for durationUnits ()
|
TimingDt.Repeat |
TimingDt.Repeat.setPeriodUnits(BoundCodeDt<UnitsOfTimeEnum> theValue)
Sets the value(s) for periodUnits ()
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<UnitsOfTimeEnum> |
UnitsOfTimeEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static UnitsOfTimeEnum |
UnitsOfTimeEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static UnitsOfTimeEnum |
UnitsOfTimeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitsOfTimeEnum[] |
UnitsOfTimeEnum.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.