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 TypeMethodDescriptionvoid
PharmaceuticalRecommendationEntry.setAlteredPrescriptionEntry
(PrescriptionEntry prescriptionEntry) Method parameters in org.projecthusky.cda.elga.models.emed with type arguments of type PrescriptionEntryModifier and TypeMethodDescriptionvoid
EmedDispense.setPrescriptionEntries
(List<PrescriptionEntry> prescriptionEntries) void
EmedPrescription.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 TypeMethodDescriptionvoid
PatientConsultationSummary.setPrescriptions
(List<PrescriptionEntry> prescriptions)