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 TimingEventAmbu
Gets the Enum with a given code.static @Nullable TimingEventAmbu
TimingEventAmbu.getEnum
(@Nullable org.hl7.fhir.r4.model.Coding coding) Gets the Enum with a given FHIR Coding.static TimingEventAmbu
Returns 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 theeventTiming
record 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 thesimpleEventTimings
record component.Methods in org.projecthusky.fhir.emed.ch.epr.model.common with parameters of type TimingEventAmbuModifier and TypeMethodDescription@Nullable DosageIntake
EffectiveDosageInstructions.getIntake
(TimingEventAmbu eventTiming) boolean
EffectiveDosageInstructions.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 DaySegment
DaySegment.fromTimingEventAmbu
(TimingEventAmbu timingEvent)