Uses of Class
org.linuxforhealth.fhir.model.resource.Medication
-
Packages that use Medication Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Medication in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Medication Modifier and Type Method Description Medication
Medication.Builder. build()
Build theMedication
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Medication Modifier and Type Method Description protected Medication.Builder
Medication.Builder. from(Medication medication)
protected void
Medication.Builder. validate(Medication medication)
-
Uses of Medication in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Medication Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Medication medication)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Medication medication)
-