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.chmed23a.enums
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a.enums with parameters of type TimingEventAmbuModifier and TypeMethodDescriptionstatic DaySegmentDaySegment.fromTimingEventAmbu(TimingEventAmbu timingEvent) -
Uses of TimingEventAmbu in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type TimingEventAmbuModifier and TypeMethodDescriptionprotected voidEPrescriptionConverter.addDose(TimingEventAmbu timing, double value, UnitCode unit, List<@NonNull org.hl7.fhir.r4.model.Dosage> dosage) Adds a single dose information to the dosage instructions list.protected ChMed16ATakingTimeChMed16ABaseConverter.getEMediplanTakingTimeFromChEmedEprDose(Dose chEmedEprDose, TimingEventAmbu timingEvent, boolean inReserve, @Nullable AmountQuantity maxDosePerAdministration) Converts a CH EMED EPRDoseto the appropriateChMed16ATakingTimeobject.