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 BodyStructure
BodyStructure.Builder. build()
Build theBodyStructure
Methods in org.linuxforhealth.fhir.model.resource with parameters of type BodyStructure Modifier and Type Method Description protected BodyStructure.Builder
BodyStructure.Builder. from(BodyStructure bodyStructure)
protected void
BodyStructure.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, BodyStructure bodyStructure)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, BodyStructure bodyStructure)
-