
Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleEntryComponent
Packages that use Bundle.BundleEntryComponent
-
Uses of Bundle.BundleEntryComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Bundle.BundleEntryComponentModifier and TypeMethodDescriptionprotected 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.BundleEntryComponentModifier and TypeMethodDescriptionprotected 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.BundleEntryComponentModifier and TypeFieldDescriptionprotected 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.BundleEntryComponentModifier 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) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Bundle.BundleEntryComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Bundle.BundleEntryComponent