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 SubstanceSubstance.Builder. build()Build theSubstanceMethods in org.linuxforhealth.fhir.model.resource with parameters of type Substance Modifier and Type Method Description protected Substance.BuilderSubstance.Builder. from(Substance substance)protected voidSubstance.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Substance substance)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Substance substance) 
 -