Uses of Class
org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.posology.ChMed16ATakingTime
Packages that use ChMed16ATakingTime
Package
Description
-
Uses of ChMed16ATakingTime in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.posology
Fields in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.posology with type parameters of type ChMed16ATakingTimeModifier and TypeFieldDescriptionprotected @Nullable List<@NonNull ChMed16ATakingTime> ChMed16APosology.takingTimesThe list of complex taking times (to be used when the simplified dosing schedule (morning, noon, evening, night) cannot be applied).Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.posology that return types with arguments of type ChMed16ATakingTimeModifier and TypeMethodDescriptionList<@NonNull ChMed16ATakingTime> ChMed16APosology.getTakingTimes() -
Uses of ChMed16ATakingTime in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan that return ChMed16ATakingTimeModifier and TypeMethodDescriptionprotected ChMed16ATakingTimeChMed16ABaseConverter.getEMediplanTakingTimeFromChEmedEprDose(Dose chEmedEprDose, TimingEventAmbu timingEvent, boolean inReserve, @Nullable AmountQuantity maxDosePerAdministration) Converts a CH EMED EPRDoseto the appropriateChMed16ATakingTimeobject.