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