Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.pre.ChEmedEprMedicationRequestPre
Packages that use ChEmedEprMedicationRequestPre
Package
Description
-
Uses of ChEmedEprMedicationRequestPre in org.projecthusky.fhir.emed.ch.epr.resource.pml
Methods in org.projecthusky.fhir.emed.ch.epr.resource.pml with parameters of type ChEmedEprMedicationRequestPreModifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.Bundle.BundleEntryComponentChEmedEprDocumentPml.addMedicationRequest(ChEmedEprMedicationRequestPre medicationRequest) Adds a medication request. -
Uses of ChEmedEprMedicationRequestPre in org.projecthusky.fhir.emed.ch.epr.resource.pre
Methods in org.projecthusky.fhir.emed.ch.epr.resource.pre that return ChEmedEprMedicationRequestPreModifier and TypeMethodDescriptionChEmedEprMedicationRequestPre.copy()ChEmedEprDocumentPre.resolveLastRequest()It resolves the last medication request from the PRE.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pre that return types with arguments of type ChEmedEprMedicationRequestPreModifier and TypeMethodDescriptionChEmedEprCompositionPre.resolveMedicationRequests()Returns the list medication requests or throws.List<@NonNull ChEmedEprMedicationRequestPre> ChEmedEprDocumentPre.resolveMedicationRequests()Convenience method to resolve all the medication requests listed in the composition of this prescription document.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pre with parameters of type ChEmedEprMedicationRequestPreModifier and TypeMethodDescriptionChEmedEprCompositionPre.addMedicationRequest(ChEmedEprMedicationRequestPre medicationRequest) Adds aChEmedEprMedicationRequestPre.ChEmedEprDocumentPre.addMedicationRequest(ChEmedEprMedicationRequestPre medicationRequest) Adds a medication request in the document. -
Uses of ChEmedEprMedicationRequestPre in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan that return ChEmedEprMedicationRequestPreModifier and TypeMethodDescriptionprotected 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.Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type ChEmedEprMedicationRequestPreModifier and TypeMethodDescriptionTreatmentPlanResolver.getTreatmentPlan(ChEmedEprMedicationRequestPre medRequest) Gets the treatment plan to which to attach the received newly created CH EMED EPR medication request.protected MChMed16ABaseConverter.toMedicament(ChEmedEprMedicationRequestPre request)