Uses of Class
org.hl7.fhir.dstu2.model.Timing.EventTiming
-
Packages that use Timing.EventTiming Package Description org.hl7.fhir.dstu2.model -
-
Uses of Timing.EventTiming in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Timing.EventTiming Modifier and Type Field Description protected Enumeration<Timing.EventTiming>Timing.TimingRepeatComponent. whenA real world event that the occurrence of the event should be tied to.Methods in org.hl7.fhir.dstu2.model that return Timing.EventTiming Modifier and Type Method Description static Timing.EventTimingTiming.EventTiming. fromCode(String codeString)Timing.EventTimingTiming.EventTimingEnumFactory. fromCode(String codeString)Timing.EventTimingTiming.TimingRepeatComponent. getWhen()static Timing.EventTimingTiming.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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Timing.EventTiming Modifier and Type Method Description Enumeration<Timing.EventTiming>Timing.EventTimingEnumFactory. fromType(Base code)Enumeration<Timing.EventTiming>Timing.TimingRepeatComponent. getWhenElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Timing.EventTiming Modifier and Type Method Description Timing.TimingRepeatComponentTiming.TimingRepeatComponent. setWhen(Timing.EventTiming value)StringTiming.EventTimingEnumFactory. toCode(Timing.EventTiming code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Timing.EventTiming Modifier and Type Method Description Timing.TimingRepeatComponentTiming.TimingRepeatComponent. setWhenElement(Enumeration<Timing.EventTiming> value)
-