Uses of Class
org.hl7.fhir.dstu2.model.Bundle
Packages that use Bundle
Package
Description
-
Uses of Bundle in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return BundleModifier and TypeMethodDescriptionprotected BundleJsonParser.parseBundle(com.google.gson.JsonObject json)protected BundleXmlParser.parseBundle(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type BundleModifier and TypeMethodDescriptionprotected voidJsonParser.composeBundle(String name, Bundle element)protected voidXmlParser.composeBundle(String name, Bundle element)protected voidJsonParser.composeBundleInner(Bundle element)protected Bundle.BundleEntryComponentJsonParser.parseBundleBundleEntryComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryComponentXmlParser.parseBundleBundleEntryComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected Bundle.BundleEntryRequestComponentJsonParser.parseBundleBundleEntryRequestComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryRequestComponentXmlParser.parseBundleBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected Bundle.BundleEntryResponseComponentJsonParser.parseBundleBundleEntryResponseComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryResponseComponentXmlParser.parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected Bundle.BundleEntrySearchComponentJsonParser.parseBundleBundleEntrySearchComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntrySearchComponentXmlParser.parseBundleBundleEntrySearchComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected Bundle.BundleLinkComponentJsonParser.parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleLinkComponentXmlParser.parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) -
Uses of Bundle in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return BundleModifier and TypeMethodDescriptionBundle.addEntry(Bundle.BundleEntryComponent t)Bundle.addLink(Bundle.BundleLinkComponent t)Bundle.copy()Bundle.setSignature(Signature value)Bundle.setTotal(int value)Bundle.setTotalElement(UnsignedIntType value)Bundle.setType(Bundle.BundleType value)Bundle.setTypeElement(Enumeration<Bundle.BundleType> value)protected BundleBundle.typedCopy() -
Uses of Bundle in org.hl7.fhir.dstu2.terminologies
Methods in org.hl7.fhir.dstu2.terminologies that return Bundle -
Uses of Bundle in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type BundleModifier and TypeMethodDescriptionorg.hl7.fhir.utilities.xhtml.XhtmlNodeNarrativeGenerator.generateDocumentNarrative(Bundle feed)static ResourceResourceUtilities.getById(Bundle feed, ResourceType type, String reference)static Bundle.BundleEntryComponentResourceUtilities.getEntryById(Bundle feed, ResourceType type, String reference)static Stringstatic StringResourceUtilities.representDataElementCollection(IWorkerContext context, Bundle bundle, boolean profileLink, String linkBase) -
Uses of Bundle in org.hl7.fhir.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.utils.client that return BundleModifier and TypeMethodDescriptionClientUtils.issueGetFeedRequest(URI resourceUri, String resourceFormat)ClientUtils.issuePostFeedRequest(URI resourceUri, Map<String,String> parameters, String resourceName, Resource resource, String resourceFormat)ClientUtils.postBatchRequest(URI resourceUri, byte[] payload, String resourceFormat, int timeoutLoading)FHIRToolingClient.transaction(Bundle batch)protected BundleClientUtils.unmarshalFeed(org.apache.http.HttpResponse response, String format)Unmarshals Bundle from response stream.Methods in org.hl7.fhir.dstu2.utils.client with parameters of type BundleModifier and TypeMethodDescriptionbyte[]ClientUtils.getFeedAsByteArray(Bundle feed, boolean pretty, boolean isJson)FHIRToolingClient.transaction(Bundle batch)