Uses of Class
org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.ChMed16AMedicament
Packages that use ChMed16AMedicament
Package
Description
-
Uses of ChMed16AMedicament in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a
Classes in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a with type parameters of type ChMed16AMedicamentModifier and TypeClassDescriptionclassChMed16AEMediplan<M extends ChMed16AMedicament>This is the main eMediplan object, calledMedicationin CHMED16A specification.Modifier and TypeClassDescriptionclassExtension of theChMed16AMedicamentfor the revision 3 of the CHMED16A ePrescription format. -
Uses of ChMed16AMedicament in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Classes in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with type parameters of type ChMed16AMedicamentModifier and TypeClassDescriptionclassChMed16ABaseConverter<M extends ChMed16AMedicament,E extends ChMed16AEMediplan<M>> Utility class to convert CH EMED EPR documents to an eMediplan object equivalent according to the CHMED16A specifications.Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan that return ChMed16AMedicamentModifier and TypeMethodDescriptionprotected ChMed16AMedicamentChMed16AConverter.getNewMedicamentInstance()Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan that return types with arguments of type ChMed16AMedicamentModifier and TypeMethodDescriptionprotected ChMed16AEMediplan<ChMed16AMedicament> ChMed16AConverter.getNewEmediplanInstance()Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type ChMed16AMedicamentModifier and TypeMethodDescriptionprotected voidChMed16ABaseConverter.appendToApplicationInstructions(ChMed16AMedicament med, String extraContent) protected ChMed16APosologyChMed16ABaseConverter.toPlanPosology(ChEmedEprDosage baseDosage, List<@NonNull ChEmedEprDosage> additionalDosages, ChMed16AMedicament medicament) Converts the list of Dosage objects of a CH EMED EPR resource (either medication statement or medication request) to aChMed16APosologyobject assumed to belong to a medication plan document.@Nullable ChMed16APosologyChMed16ABaseConverter.toPosology(ChEmedEprDosage baseDosage, List<@NonNull ChEmedEprDosage> additionalDosages, ChMed16AMedicament medicament, EMediplanType mediplanType) Converts the list of Dosage objects of a CH EMED EPR resource (either medication statement or medication request) to anChMed16APosologyobject.protected @Nullable ChMed16APosologyChMed16ABaseConverter.toPrescriptionPosology(ChEmedEprDosage baseDosage, List<@NonNull ChEmedEprDosage> additionalDosages, ChMed16AMedicament medicament) Converts the list of Dosage objects of a CH EMED EPR resource (either medication statement or medication request) to aChMed16APosologyobject assumed to belong to a prescription document.