Uses of Class
com.ibm.fhir.model.resource.Bundle
-
Packages that use Bundle Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.util com.ibm.fhir.model.visitor -
-
Uses of Bundle in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Bundle Modifier and Type Method Description BundleBundle.Builder. build()Build theBundleMethods in com.ibm.fhir.model.resource with parameters of type Bundle Modifier and Type Method Description protected Bundle.BuilderBundle.Builder. from(Bundle bundle) -
Uses of Bundle in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util that return Bundle Modifier and Type Method Description static BundleFHIRUtil. createStandaloneBundle(BundleType bundleType, Map<String,Resource> resources)Create a self-contained bundle from the passed map of resources, replacing Resource.id values and references with a generated UUID.Methods in com.ibm.fhir.model.util with parameters of type Bundle Modifier and Type Method Description static Bundle.EntryFHIRUtil. resolveBundleReference(Bundle bundle, Bundle.Entry sourceEntry, Reference ref)Resolve the referencerefto an entry withinbundlestatic <T extends Resource>
TFHIRUtil. resolveBundleReference(Class<T> resourceType, Bundle bundle, Bundle.Entry sourceEntry, Reference ref)Resolve the referencerefto an entry withinbundleand return the corresponding resourcestatic ResourceFHIRUtil. resolveReference(Reference ref, DomainResource resource, Bundle bundle, Bundle.Entry entry)Resolve referencerefto a bundle entry or a resource contained withinresourceand return the corresponding resource container. -
Uses of Bundle in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Bundle Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Bundle bundle)Delegates to#visit(elementName, elementIndex, Resource)booleanVisitor. visit(String elementName, int elementIndex, Bundle bundle)
-