Uses of Class
com.ibm.fhir.model.resource.Bundle.Entry
-
Packages that use Bundle.Entry Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.util -
-
Uses of Bundle.Entry in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Bundle.Entry Modifier and Type Method Description Bundle.EntryBundle.Entry.Builder. build()Build theBundle.EntryMethods in com.ibm.fhir.model.resource that return types with arguments of type Bundle.Entry Modifier and Type Method Description List<Bundle.Entry>Bundle. getEntry()An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).Methods in com.ibm.fhir.model.resource with parameters of type Bundle.Entry Modifier and Type Method Description Bundle.BuilderBundle.Builder. entry(Bundle.Entry... entry)An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).protected Bundle.Entry.BuilderBundle.Entry.Builder. from(Bundle.Entry entry)Method parameters in com.ibm.fhir.model.resource with type arguments of type Bundle.Entry Modifier and Type Method Description Bundle.BuilderBundle.Builder. entry(Collection<Bundle.Entry> entry)An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only). -
Uses of Bundle.Entry in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util that return Bundle.Entry Modifier and Type Method Description static Bundle.EntryFHIRUtil. resolveBundleReference(Bundle bundle, Bundle.Entry sourceEntry, Reference ref)Resolve the referencerefto an entry withinbundleMethods in com.ibm.fhir.model.util with parameters of type Bundle.Entry 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.
-