Uses of Record Class
org.projecthusky.fhir.emed.ch.epr.model.common.DosageIntake
Packages that use DosageIntake
-
Uses of DosageIntake in org.projecthusky.fhir.emed.ch.epr.model.common
Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return DosageIntakeModifier and TypeMethodDescription@Nullable DosageIntake
EffectiveDosageInstructions.getEveIntake()
@Nullable DosageIntake
EffectiveDosageInstructions.getIntake
(TimingEventAmbu eventTiming) @Nullable DosageIntake
EffectiveDosageInstructions.getMornIntake()
@Nullable DosageIntake
EffectiveDosageInstructions.getNightIntake()
@Nullable DosageIntake
EffectiveDosageInstructions.getNoonIntake()
Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return types with arguments of type DosageIntakeModifier and TypeMethodDescriptionEffectiveDosageInstructions.intakes()
Returns the value of theintakes
record component.Constructor parameters in org.projecthusky.fhir.emed.ch.epr.model.common with type arguments of type DosageIntakeModifierConstructorDescriptionEffectiveDosageInstructions
(@Nullable String patientInstructions, String narrative, boolean isAsNeeded, List<DosageIntake> intakes, @Nullable Dose simpleDose, @Nullable List<TimingEventAmbu> simpleEventTimings, @Nullable String site, @Nullable RouteOfAdministrationEdqm routeOfAdministration, @Nullable org.hl7.fhir.r4.model.Period period, @Nullable AmountPerDuration maxDosePerPeriod, @Nullable AmountQuantity maxDosePerAdministration) Creates an instance of aEffectiveDosageInstructions
record class.