| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Enumeration<Timing.EventTiming>> |
Timing.TimingRepeatComponent.when
An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur.
|
| Modifier and Type | Method and Description |
|---|---|
static Timing.EventTiming |
Timing.EventTiming.fromCode(String codeString) |
Timing.EventTiming |
Timing.EventTimingEnumFactory.fromCode(String codeString) |
static Timing.EventTiming |
Timing.EventTiming.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Timing.EventTiming[] |
Timing.EventTiming.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Timing.EventTiming> |
Timing.TimingRepeatComponent.addWhenElement() |
Enumeration<Timing.EventTiming> |
Timing.EventTimingEnumFactory.fromType(Base code) |
List<Enumeration<Timing.EventTiming>> |
Timing.TimingRepeatComponent.getWhen() |
| Modifier and Type | Method and Description |
|---|---|
Timing.TimingRepeatComponent |
Timing.TimingRepeatComponent.addWhen(Timing.EventTiming value) |
boolean |
Timing.TimingRepeatComponent.hasWhen(Timing.EventTiming value) |
String |
Timing.EventTimingEnumFactory.toCode(Timing.EventTiming code) |
String |
Timing.EventTimingEnumFactory.toSystem(Timing.EventTiming code) |
| Modifier and Type | Method and Description |
|---|---|
Timing.TimingRepeatComponent |
Timing.TimingRepeatComponent.setWhen(List<Enumeration<Timing.EventTiming>> theWhen) |
Copyright © 2014–2021 Health Level 7. All rights reserved.