Uses of Class
ca.uhn.fhir.util.bundle.BundleEntryParts
-
Packages that use BundleEntryParts Package Description ca.uhn.fhir.util ca.uhn.fhir.util.bundle -
-
Uses of BundleEntryParts in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return types with arguments of type BundleEntryParts Modifier and Type Method Description static List<BundleEntryParts>BundleUtil. toListOfEntries(FhirContext theContext, IBaseBundle theBundle)Extract all of the resources from a given bundle -
Uses of BundleEntryParts in ca.uhn.fhir.util.bundle
Methods in ca.uhn.fhir.util.bundle that return types with arguments of type BundleEntryParts Modifier and Type Method Description List<BundleEntryParts>EntryListAccumulator. getList()Constructors in ca.uhn.fhir.util.bundle with parameters of type BundleEntryParts Constructor Description ModifiableBundleEntry(BundleEntryParts theBundleEntryParts, BundleEntryMutator theBundleEntryMutator)
-