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 MedicationStatement
MedicationStatement.Builder. build()
Build theMedicationStatement
Methods in org.linuxforhealth.fhir.model.resource with parameters of type MedicationStatement Modifier and Type Method Description protected MedicationStatement.Builder
MedicationStatement.Builder. from(MedicationStatement medicationStatement)
protected void
MedicationStatement.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, MedicationStatement medicationStatement)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, MedicationStatement medicationStatement)
-