Uses of Record Class
org.projecthusky.fhir.emed.ch.epr.model.common.Dose
Packages that use Dose
Package
Description
-
Uses of Dose in org.projecthusky.fhir.emed.ch.epr.datatypes
Methods in org.projecthusky.fhir.emed.ch.epr.datatypes that return Dose -
Uses of Dose in org.projecthusky.fhir.emed.ch.epr.model.common
Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return DoseModifier and TypeMethodDescriptionDosageIntake.dose()
Returns the value of thedose
record component.static Dose
Dose.fromDosageDoseAndRateComponent
(org.hl7.fhir.r4.model.Dosage.DosageDoseAndRateComponent doseAndRate) @Nullable Dose
EffectiveDosageInstructions.simpleDose()
Returns the value of thesimpleDose
record component.Constructors in org.projecthusky.fhir.emed.ch.epr.model.common with parameters of type DoseModifierConstructorDescriptionDosageIntake
(TimingEventAmbu eventTiming, Dose dose) 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. -
Uses of Dose in org.projecthusky.fhir.emed.ch.epr.service
Methods in org.projecthusky.fhir.emed.ch.epr.service with parameters of type DoseModifier and TypeMethodDescriptionprotected static EMediplanDose
EMediplanConverter.getEMediplanDoseFromChEmedEpr
(Dose chEmedEprDose) Converts a CH EMED EPRDose
to the appropriateEMediplanDose
object.