Uses of Record Class
org.projecthusky.fhir.emed.ch.epr.model.common.AmountQuantity
Packages that use AmountQuantity
Package
Description
-
Uses of AmountQuantity in org.projecthusky.fhir.emed.ch.epr.datatypes
Methods in org.projecthusky.fhir.emed.ch.epr.datatypes that return AmountQuantityModifier and TypeMethodDescription@Nullable AmountQuantityChEmedEprDosage.resolveMaxDosePerAdministration()Returns the resolved max dose per administration, ornullif it is not specified.@Nullable AmountQuantityChEmedEprDosage.resolveMaxDosePerLifetime()Returns the resolved max dose per lifetime, ornullif it is not specified. -
Uses of AmountQuantity in org.projecthusky.fhir.emed.ch.epr.model.common
Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return AmountQuantityModifier and TypeMethodDescriptionAmountPerDuration.amount()Returns the value of theamountrecord component.static AmountQuantityAmountQuantity.fromQuantity(org.hl7.fhir.r4.model.Quantity quantity) Creates an instance from an HAPI Quantity.@Nullable AmountQuantityDose.high()Returns the value of thehighrecord component.@Nullable AmountQuantityDose.low()Returns the value of thelowrecord component.@Nullable AmountQuantityEffectiveDosageInstructions.maxDosePerAdministration()Returns the value of themaxDosePerAdministrationrecord component.@Nullable AmountQuantityDose.quantity()Returns the value of thequantityrecord component.Constructors in org.projecthusky.fhir.emed.ch.epr.model.common with parameters of type AmountQuantityModifierConstructorDescriptionAmountPerDuration(AmountQuantity amount, Duration duration) Constructor.Dose(@Nullable AmountQuantity quantity, @Nullable AmountQuantity low, @Nullable AmountQuantity high) Constructor.EffectiveDosageInstructions(@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 aEffectiveDosageInstructionsrecord class.