
Uses of Class
ca.uhn.fhir.util.CanonicalBundleEntry
Packages that use CanonicalBundleEntry
-
Uses of CanonicalBundleEntry in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return CanonicalBundleEntryModifier and TypeMethodDescriptionstatic CanonicalBundleEntry
CanonicalBundleEntry.fromBundleEntry
(FhirContext theFhirContext, IBaseBackboneElement theEntry) Factory method to create a CanonicalBundleEntry from a Bundle EntryMethods in ca.uhn.fhir.util that return types with arguments of type CanonicalBundleEntryModifier and TypeMethodDescriptionstatic List
<CanonicalBundleEntry> BundleUtil.toListOfCanonicalBundleEntries
(FhirContext theContext, IBaseBundle theBundle) Methods in ca.uhn.fhir.util with parameters of type CanonicalBundleEntryModifier and TypeMethodDescriptionBundleBuilder.addEntry
(CanonicalBundleEntry theEntry) Add an entry to the bundle.