Uses of Class
org.hl7.fhir.dstu2.model.Bundle
Package
Description
-
Uses of Bundle in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Bundle
JsonParser.parseBundle
(com.google.gson.JsonObject json) protected Bundle
XmlParser.parseBundle
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBundle
(String name, Bundle element) protected void
XmlParser.composeBundle
(String name, Bundle element) protected void
JsonParser.composeBundleInner
(Bundle element) protected Bundle.BundleEntryComponent
JsonParser.parseBundleBundleEntryComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryComponent
XmlParser.parseBundleBundleEntryComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleEntryRequestComponent
JsonParser.parseBundleBundleEntryRequestComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryRequestComponent
XmlParser.parseBundleBundleEntryRequestComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleEntryResponseComponent
JsonParser.parseBundleBundleEntryResponseComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryResponseComponent
XmlParser.parseBundleBundleEntryResponseComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleEntrySearchComponent
JsonParser.parseBundleBundleEntrySearchComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntrySearchComponent
XmlParser.parseBundleBundleEntrySearchComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleLinkComponent
JsonParser.parseBundleBundleLinkComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleLinkComponent
XmlParser.parseBundleBundleLinkComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) -
Uses of Bundle in org.hl7.fhir.dstu2.model
Modifier 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 Bundle
Bundle.typedCopy()
-
Uses of Bundle in org.hl7.fhir.dstu2.terminologies
-
Uses of Bundle in org.hl7.fhir.dstu2.utils
Modifier and TypeMethodDescriptionorg.hl7.fhir.utilities.xhtml.XhtmlNode
NarrativeGenerator.generateDocumentNarrative
(Bundle feed) static Resource
ResourceUtilities.getById
(Bundle feed, ResourceType type, String reference) static Bundle.BundleEntryComponent
ResourceUtilities.getEntryById
(Bundle feed, ResourceType type, String reference) static String
static String
ResourceUtilities.representDataElementCollection
(IWorkerContext context, Bundle bundle, boolean profileLink, String linkBase) -
Uses of Bundle in org.hl7.fhir.dstu2.utils.client
Modifier 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 Bundle
ClientUtils.unmarshalFeed
(org.apache.http.HttpResponse response, String format) Unmarshals Bundle from response stream.Modifier and TypeMethodDescriptionbyte[]
ClientUtils.getFeedAsByteArray
(Bundle feed, boolean pretty, boolean isJson) FHIRToolingClient.transaction
(Bundle batch)