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