Uses of Record Class
org.projecthusky.fhir.emed.ch.epr.model.common.AmountPerDuration
Packages that use AmountPerDuration
Package
Description
-
Uses of AmountPerDuration in org.projecthusky.fhir.emed.ch.epr.datatypes
Methods in org.projecthusky.fhir.emed.ch.epr.datatypes that return AmountPerDurationModifier and TypeMethodDescription@Nullable AmountPerDuration
ChEmedEprDosage.resolveMaxDosePerPeriod()
Returns the resolved max dose per period, ornull
if it is not specified. -
Uses of AmountPerDuration in org.projecthusky.fhir.emed.ch.epr.model.common
Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return AmountPerDurationModifier and TypeMethodDescriptionstatic AmountPerDuration
AmountPerDuration.fromRatio
(org.hl7.fhir.r4.model.Ratio ratio) Creates an instance from an HAPI Ratio.@Nullable AmountPerDuration
EffectiveDosageInstructions.maxDosePerPeriod()
Returns the value of themaxDosePerPeriod
record component.Constructors in org.projecthusky.fhir.emed.ch.epr.model.common with parameters of type AmountPerDurationModifierConstructorDescriptionEffectiveDosageInstructions
(@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.