Uses of Enum Class
org.projecthusky.fhir.emed.ch.epr.enums.TimingEventAmbu
Packages that use TimingEventAmbu
Package
Description
-
Uses of TimingEventAmbu in org.projecthusky.fhir.emed.ch.epr.datatypes
Methods in org.projecthusky.fhir.emed.ch.epr.datatypes that return types with arguments of type TimingEventAmbuModifier and TypeMethodDescriptionChEmedEprDosage.resolveWhen()Resolves the list of with event timings.Methods in org.projecthusky.fhir.emed.ch.epr.datatypes with parameters of type TimingEventAmbuModifier and TypeMethodDescriptionChEmedEprDosage.addWhen(TimingEventAmbu timing) Adds an event timing for time period occurrence. -
Uses of TimingEventAmbu in org.projecthusky.fhir.emed.ch.epr.enums
Methods in org.projecthusky.fhir.emed.ch.epr.enums that return TimingEventAmbuModifier and TypeMethodDescriptionstatic @Nullable TimingEventAmbuGets the Enum with a given code.static @Nullable TimingEventAmbuTimingEventAmbu.getEnum(@Nullable org.hl7.fhir.r4.model.Coding coding) Gets the Enum with a given FHIR Coding.static TimingEventAmbuReturns the enum constant of this class with the specified name.static TimingEventAmbu[]TimingEventAmbu.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TimingEventAmbu in org.projecthusky.fhir.emed.ch.epr.model.common
Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return TimingEventAmbuModifier and TypeMethodDescriptionDosageIntake.eventTiming()Returns the value of theeventTimingrecord component.Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return types with arguments of type TimingEventAmbuModifier and TypeMethodDescription@Nullable List<TimingEventAmbu>EffectiveDosageInstructions.simpleEventTimings()Returns the value of thesimpleEventTimingsrecord component.Methods in org.projecthusky.fhir.emed.ch.epr.model.common with parameters of type TimingEventAmbuModifier and TypeMethodDescription@Nullable DosageIntakeEffectiveDosageInstructions.getIntake(TimingEventAmbu eventTiming) booleanEffectiveDosageInstructions.hasSimpleEventTiming(TimingEventAmbu timing) Constructors in org.projecthusky.fhir.emed.ch.epr.model.common with parameters of type TimingEventAmbu -
Uses of TimingEventAmbu in org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums with parameters of type TimingEventAmbuModifier and TypeMethodDescriptionstatic DaySegmentDaySegment.fromTimingEventAmbu(TimingEventAmbu timingEvent)