Uses of Class
com.ibm.fhir.model.resource.BodyStructure
-
Packages that use BodyStructure Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of BodyStructure in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return BodyStructure Modifier and Type Method Description BodyStructure
BodyStructure.Builder. build()
Build theBodyStructure
Methods in com.ibm.fhir.model.resource with parameters of type BodyStructure Modifier and Type Method Description protected BodyStructure.Builder
BodyStructure.Builder. from(BodyStructure bodyStructure)
-
Uses of BodyStructure in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type BodyStructure Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, BodyStructure bodyStructure)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, BodyStructure bodyStructure)
-