Uses of Class
org.projecthusky.cda.elga.models.PrescriptionEntry
Packages that use PrescriptionEntry
-
Uses of PrescriptionEntry in org.projecthusky.cda.elga.models.emed
Methods in org.projecthusky.cda.elga.models.emed that return PrescriptionEntryModifier and TypeMethodDescriptionPharmaceuticalRecommendationEntry.getAlteredPrescriptionEntry()Methods in org.projecthusky.cda.elga.models.emed that return types with arguments of type PrescriptionEntryModifier and TypeMethodDescriptionEmedDispense.getPrescriptionEntries()EmedPrescription.getPrescriptionEntries()Methods in org.projecthusky.cda.elga.models.emed with parameters of type PrescriptionEntryModifier and TypeMethodDescriptionvoidPharmaceuticalRecommendationEntry.setAlteredPrescriptionEntry(PrescriptionEntry prescriptionEntry) Method parameters in org.projecthusky.cda.elga.models.emed with type arguments of type PrescriptionEntryModifier and TypeMethodDescriptionvoidEmedDispense.setPrescriptionEntries(List<PrescriptionEntry> prescriptionEntries) voidEmedPrescription.setPrescriptionEntries(List<PrescriptionEntry> prescriptionEntries) -
Uses of PrescriptionEntry in org.projecthusky.cda.elga.models.ps
Methods in org.projecthusky.cda.elga.models.ps that return types with arguments of type PrescriptionEntryMethod parameters in org.projecthusky.cda.elga.models.ps with type arguments of type PrescriptionEntryModifier and TypeMethodDescriptionvoidPatientConsultationSummary.setPrescriptions(List<PrescriptionEntry> prescriptions)