Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationStatement
-
Packages that use MedicationStatement Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of MedicationStatement in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationStatement Modifier and Type Method Description MedicationStatementMedicationStatement.Builder. build()Build theMedicationStatementMethods in org.linuxforhealth.fhir.model.resource with parameters of type MedicationStatement Modifier and Type Method Description protected MedicationStatement.BuilderMedicationStatement.Builder. from(MedicationStatement medicationStatement)protected voidMedicationStatement.Builder. validate(MedicationStatement medicationStatement) -
Uses of MedicationStatement in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type MedicationStatement Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, MedicationStatement medicationStatement)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, MedicationStatement medicationStatement)
-