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 AmountQuantity
ChEmedEprDosage.resolveMaxDosePerAdministration()
Returns the resolved max dose per administration, ornull
if it is not specified.@Nullable AmountQuantity
ChEmedEprDosage.resolveMaxDosePerLifetime()
Returns the resolved max dose per lifetime, ornull
if 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 theamount
record component.static AmountQuantity
AmountQuantity.fromQuantity
(org.hl7.fhir.r4.model.Quantity quantity) Creates an instance from an HAPI Quantity.@Nullable AmountQuantity
Dose.high()
Returns the value of thehigh
record component.@Nullable AmountQuantity
Dose.low()
Returns the value of thelow
record component.@Nullable AmountQuantity
EffectiveDosageInstructions.maxDosePerAdministration()
Returns the value of themaxDosePerAdministration
record component.@Nullable AmountQuantity
Dose.quantity()
Returns the value of thequantity
record 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 aEffectiveDosageInstructions
record class.