Uses of Class
org.hl7.fhir.r4b.model.Bundle.BundleEntryComponent
-
Packages that use Bundle.BundleEntryComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.renderers.utils org.hl7.fhir.r4b.utils -
-
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Bundle.BundleEntryComponent Modifier and Type Method Description protected Bundle.BundleEntryComponentJsonParser. parseBundleEntryComponent(com.google.gson.JsonObject json)protected Bundle.BundleEntryComponentXmlParser. parseBundleEntryComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Bundle.BundleEntryComponent Modifier and Type Method Description protected voidJsonParser. composeBundleEntryComponent(String name, Bundle.BundleEntryComponent element)protected voidRdfParser. composeBundleEntryComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Bundle.BundleEntryComponent element, int index)protected voidXmlParser. composeBundleEntryComponent(String name, Bundle.BundleEntryComponent element)protected voidXmlParser. composeBundleEntryComponentElements(Bundle.BundleEntryComponent element)protected voidJsonParser. composeBundleEntryComponentProperties(Bundle.BundleEntryComponent element)protected booleanXmlParser. parseBundleEntryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle.BundleEntryComponent res)protected voidJsonParser. parseBundleEntryComponentProperties(com.google.gson.JsonObject json, Bundle.BundleEntryComponent res) -
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.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.r4b.renderers.utils
Methods in org.hl7.fhir.r4b.renderers.utils that return Bundle.BundleEntryComponent Modifier and Type Method Description Bundle.BundleEntryComponentResolver.ResourceContext. resolve(String value) -
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return Bundle.BundleEntryComponent Modifier and Type Method Description static Bundle.BundleEntryComponentResourceUtilities. getEntryById(Bundle feed, ResourceType type, String reference)
-