Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleEntryComponent
-
Packages that use Bundle.BundleEntryComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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)Methods in org.hl7.fhir.dstu2.formats with parameters of type Bundle.BundleEntryComponent Modifier and Type Method Description protected voidJsonParser. composeBundleBundleEntryComponent(String name, Bundle.BundleEntryComponent element)protected voidXmlParser. composeBundleBundleEntryComponent(String name, Bundle.BundleEntryComponent element)protected voidJsonParser. composeBundleBundleEntryComponentInner(Bundle.BundleEntryComponent element) -
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.model that return Bundle.BundleEntryComponent Modifier and Type Method Description Bundle.BundleEntryComponentBundle. addEntry()Bundle.BundleEntryComponentBundle.BundleEntryComponent. addLink(Bundle.BundleLinkComponent t)Bundle.BundleEntryComponentBundle.BundleEntryComponent. copy()Bundle.BundleEntryComponentBundle.BundleEntryComponent. setFullUrl(String value)Bundle.BundleEntryComponentBundle.BundleEntryComponent. setFullUrlElement(UriType value)Bundle.BundleEntryComponentBundle.BundleEntryComponent. setRequest(Bundle.BundleEntryRequestComponent value)Bundle.BundleEntryComponentBundle.BundleEntryComponent. setResource(Resource value)Bundle.BundleEntryComponentBundle.BundleEntryComponent. setResponse(Bundle.BundleEntryResponseComponent value)Bundle.BundleEntryComponentBundle.BundleEntryComponent. setSearch(Bundle.BundleEntrySearchComponent value)Methods in org.hl7.fhir.dstu2.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.dstu2.model with parameters of type Bundle.BundleEntryComponent Modifier and Type Method Description BundleBundle. addEntry(Bundle.BundleEntryComponent t) -
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return Bundle.BundleEntryComponent Modifier and Type Method Description static Bundle.BundleEntryComponentResourceUtilities. getEntryById(Bundle feed, ResourceType type, String reference)
-