Uses of Class
com.ibm.fhir.model.resource.Organization
-
Packages that use Organization Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of Organization in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Organization Modifier and Type Method Description OrganizationOrganization.Builder. build()Build theOrganizationMethods in com.ibm.fhir.model.resource with parameters of type Organization Modifier and Type Method Description protected Organization.BuilderOrganization.Builder. from(Organization organization) -
Uses of Organization in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Organization Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Organization organization)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, Organization organization)
-