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 thedoserecord component.static DoseDose.fromDosageDoseAndRateComponent(org.hl7.fhir.r4.model.Dosage.DosageDoseAndRateComponent doseAndRate) @Nullable DoseEffectiveDosageInstructions.simpleDose()Returns the value of thesimpleDoserecord 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 aEffectiveDosageInstructionsrecord 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 EMediplanDoseEMediplanConverter.getEMediplanDoseFromChEmedEpr(Dose chEmedEprDose) Converts a CH EMED EPRDoseto the appropriateEMediplanDoseobject.