Uses of Class
org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a.EPrescriptionMedicament
Packages that use EPrescriptionMedicament
-
Uses of EPrescriptionMedicament in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan that return EPrescriptionMedicamentModifier and TypeMethodDescriptionprotected EPrescriptionMedicamentEPrescriptionConverter.getNewMedicamentInstance()protected EPrescriptionMedicamentEPrescriptionConverter.toMedicament(ChEmedEprMedication medication, ChEmedEprDosage baseDosage, List<@NonNull ChEmedEprDosage> additionalDosages, @Nullable String treatmentReason, Author medicalAuthor, SubstanceAdministrationSubstitutionCode substitutionCode, @Nullable org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent dispenseRequest, EMediplanType mediplanType) Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type EPrescriptionMedicamentModifier and TypeMethodDescriptionprotected List<@NonNull org.hl7.fhir.r4.model.Dosage> EPrescriptionConverter.getDosage(EPrescriptionMedicament medicament) Gets the CH EMED EPR dosage instructions, i.e. the list ofDosageobjects, for a medication entry of an eMediplan ePrescription.protected ChEmedEprMedicationRequestPreEPrescriptionConverter.toMedicationRequest(EPrescriptionMedicament medicament, ChEmedEprPatient patient, ChEmedEprPractitionerRole requester, Instant timestamp, LanguageCode language) Gets the CH EMED EPR MedicationRequest representation of a received medication from an eMediplan ePrescription.