Uses of Record Class
org.projecthusky.fhir.emed.ch.epr.model.common.EffectiveDosageInstructions
Packages that use EffectiveDosageInstructions
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of EffectiveDosageInstructions in org.projecthusky.fhir.emed.ch.epr.model.common
Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return EffectiveDosageInstructionsModifier and TypeMethodDescriptionstatic EffectiveDosageInstructions
EffectiveDosageInstructions.fromDosages
(ChEmedEprDosage baseDosage, List<ChEmedEprDosage> additionalDosages) Creates an instance from the base and additional dosages. -
Uses of EffectiveDosageInstructions in org.projecthusky.fhir.emed.ch.epr.resource
Methods in org.projecthusky.fhir.emed.ch.epr.resource that return EffectiveDosageInstructionsModifier and TypeMethodDescriptionChEmedEprMedicationDispense.resolveEffectiveDosageInstructions()
Converts the main and additional dosages into a read-only model, containing the effective dosage instructions.ChEmedEprMedicationRequest.resolveEffectiveDosageInstructions()
Converts the main and additional dosages into a read-only model, containing the effective dosage instructions.ChEmedEprMedicationStatement.resolveEffectiveDosageInstructions()
Converts the main and additional dosages into a read-only model, containing the effective dosage instructions.