Uses of Class
org.linuxforhealth.fhir.model.resource.BodyStructure
- 
Packages that use BodyStructure Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor  - 
- 
Uses of BodyStructure in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return BodyStructure Modifier and Type Method Description BodyStructureBodyStructure.Builder. build()Build theBodyStructureMethods in org.linuxforhealth.fhir.model.resource with parameters of type BodyStructure Modifier and Type Method Description protected BodyStructure.BuilderBodyStructure.Builder. from(BodyStructure bodyStructure)protected voidBodyStructure.Builder. validate(BodyStructure bodyStructure) - 
Uses of BodyStructure in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type BodyStructure Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, BodyStructure bodyStructure)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, BodyStructure bodyStructure) 
 -