Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleEntryComponent
-
Packages that use Bundle.BundleEntryComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Bundle.BundleEntryComponent Modifier and Type Method Description protected Bundle.BundleEntryComponentJsonParser. parseBundleBundleEntryComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryComponentXmlParser. parseBundleBundleEntryComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) -
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Bundle.BundleEntryComponent Modifier and Type Field Description protected List<Bundle.BundleEntryComponent>Bundle. entryAn entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).Methods in org.hl7.fhir.r4.model that return types with arguments of type Bundle.BundleEntryComponent Modifier and Type Method Description List<Bundle.BundleEntryComponent>Bundle. getEntry()Methods in org.hl7.fhir.r4.model with parameters of type Bundle.BundleEntryComponent Modifier and Type Method Description BundleBundle. addEntry(Bundle.BundleEntryComponent t)voidBundle.BundleEntryComponent. copyValues(Bundle.BundleEntryComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Bundle.BundleEntryComponent Modifier and Type Method Description BundleBundle. setEntry(List<Bundle.BundleEntryComponent> theEntry) -
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return Bundle.BundleEntryComponent Modifier and Type Method Description static Bundle.BundleEntryComponentResourceUtilities. getEntryById(Bundle feed, ResourceType type, String reference)
-