Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.pmlc.ChEmedEprMedicationStatementPmlc
Packages that use ChEmedEprMedicationStatementPmlc
-
Uses of ChEmedEprMedicationStatementPmlc in org.projecthusky.fhir.emed.ch.epr.resource.pmlc
Methods in org.projecthusky.fhir.emed.ch.epr.resource.pmlc that return ChEmedEprMedicationStatementPmlcModifier and TypeMethodDescriptionChEmedEprMedicationStatementPmlc.copy()
@Nullable ChEmedEprMedicationStatementPmlc
ChEmedEprDocumentPmlc.resolveLastStatement()
It resolves the last medication statement from the PMLC.ChEmedEprMedicationStatementPmlc.setLastConsideredDocumentElement
(org.hl7.fhir.r4.model.Identifier lastConsideredDocument) Sets the last considered document identifier.ChEmedEprMedicationStatementPmlc.setTreatmentPlanElement
(ChEmedExtPrescription prescription) Sets the prescription reference.ChEmedEprMedicationStatementPmlc.setTreatmentPlanElement
(ChEmedExtTreatmentPlan treatmentPlan) Sets the treatment plan reference.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pmlc that return types with arguments of type ChEmedEprMedicationStatementPmlcModifier and TypeMethodDescriptionChEmedEprCompositionPmlc.resolveMedicationStatements()
Returns the list with medication statement or throws.ChEmedEprDocumentPmlc.resolveStatements()
Methods in org.projecthusky.fhir.emed.ch.epr.resource.pmlc with parameters of type ChEmedEprMedicationStatementPmlcModifier and TypeMethodDescriptionChEmedEprDocumentPmlc.addMedicationStatement
(ChEmedEprMedicationStatementPmlc medicationStatement) Adds a medication statement.