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 MedicationMedication.Builder. build()Build theMedicationMethods in org.linuxforhealth.fhir.model.resource with parameters of type Medication Modifier and Type Method Description protected Medication.BuilderMedication.Builder. from(Medication medication)protected voidMedication.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Medication medication)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Medication medication)
-