Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleEntryComponent
-
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Bundle.BundleEntryComponent
JsonParser.parseBundleBundleEntryComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryComponent
XmlParser.parseBundleBundleEntryComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBundleBundleEntryComponent
(String name, Bundle.BundleEntryComponent element) protected void
XmlParser.composeBundleBundleEntryComponent
(String name, Bundle.BundleEntryComponent element) protected void
JsonParser.composeBundleBundleEntryComponentInner
(Bundle.BundleEntryComponent element) -
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<Bundle.BundleEntryComponent> Bundle.entry
An entry in a bundle resource - will either contain a resource, or information about a resource (transactions and history only).Modifier and TypeMethodDescriptionBundle.addEntry()
Bundle.BundleEntryComponent.addLink
(Bundle.BundleLinkComponent t) Bundle.BundleEntryComponent.copy()
Bundle.BundleEntryComponent.setFullUrl
(String value) Bundle.BundleEntryComponent.setFullUrlElement
(UriType value) Bundle.BundleEntryComponent.setRequest
(Bundle.BundleEntryRequestComponent value) Bundle.BundleEntryComponent.setResource
(Resource value) Bundle.BundleEntryComponent.setResponse
(Bundle.BundleEntryResponseComponent value) Bundle.BundleEntryComponent.setSearch
(Bundle.BundleEntrySearchComponent value) -
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.dstu2.utils
Modifier and TypeMethodDescriptionstatic Bundle.BundleEntryComponent
ResourceUtilities.getEntryById
(Bundle feed, ResourceType type, String reference)