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