Uses of Class
org.hl7.fhir.r4.model.Bundle
Packages that use Bundle
Package
Description
-
Uses of Bundle in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return BundleModifier and TypeMethodDescriptionSimpleWorkerContext.IContextResourceLoader.loadBundle(InputStream stream, boolean isJson) -
Uses of Bundle in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type BundleModifier and TypeMethodDescriptionprotected voidJsonParser.composeBundle(String name, Bundle element)protected voidRdfParser.composeBundle(Turtle.Complex parent, String parentType, String name, Bundle element, int index)protected voidXmlParser.composeBundle(String name, Bundle element)protected voidXmlParser.composeBundleElements(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 booleanXmlParser.parseBundleBundleEntryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryComponent res)protected voidJsonParser.parseBundleBundleEntryComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryComponent res)protected Bundle.BundleEntryRequestComponentJsonParser.parseBundleBundleEntryRequestComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryRequestComponentXmlParser.parseBundleBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected booleanXmlParser.parseBundleBundleEntryRequestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryRequestComponent res)protected voidJsonParser.parseBundleBundleEntryRequestComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryRequestComponent res)protected Bundle.BundleEntryResponseComponentJsonParser.parseBundleBundleEntryResponseComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryResponseComponentXmlParser.parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected booleanXmlParser.parseBundleBundleEntryResponseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryResponseComponent res)protected voidJsonParser.parseBundleBundleEntryResponseComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryResponseComponent res)protected Bundle.BundleEntrySearchComponentJsonParser.parseBundleBundleEntrySearchComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntrySearchComponentXmlParser.parseBundleBundleEntrySearchComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected booleanXmlParser.parseBundleBundleEntrySearchComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntrySearchComponent res)protected voidJsonParser.parseBundleBundleEntrySearchComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntrySearchComponent res)protected Bundle.BundleLinkComponentJsonParser.parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleLinkComponentXmlParser.parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected booleanXmlParser.parseBundleBundleLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleLinkComponent res)protected voidJsonParser.parseBundleBundleLinkComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleLinkComponent res)protected booleanXmlParser.parseBundleContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle res)protected voidJsonParser.parseBundleProperties(com.google.gson.JsonObject json, Bundle res) -
Uses of Bundle in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return BundleModifier and TypeMethodDescriptionBundle.addEntry(Bundle.BundleEntryComponent t)Bundle.addLink(Bundle.BundleLinkComponent t)Bundle.copy()Bundle.setEntry(List<Bundle.BundleEntryComponent> theEntry)Bundle.setIdentifier(Identifier value)Bundle.setLink(List<Bundle.BundleLinkComponent> theLink)Bundle.setSignature(Signature value)Bundle.setTimestamp(Date value)Bundle.setTimestampElement(InstantType value)Bundle.setTotal(int value)Bundle.setTotalElement(UnsignedIntType value)Bundle.setType(Bundle.BundleType value)Bundle.setTypeElement(Enumeration<Bundle.BundleType> value)protected BundleBundle.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Bundle -
Uses of Bundle in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return Bundle -
Uses of Bundle in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type BundleModifier and TypeMethodDescriptionbooleanNarrativeGenerator.generate(Bundle b, boolean evenIfAlreadyHasNarrative, Set<String> outputTracker)org.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 Stringorg.hl7.fhir.utilities.xhtml.XhtmlNodeNarrativeGenerator.renderBundle(Bundle b)Constructors in org.hl7.fhir.r4.utils with parameters of type Bundle -
Uses of Bundle in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.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, String message, int timeout)FHIRToolingClient.transaction(Bundle batch)protected BundleClientUtils.unmarshalFeed(org.apache.http.HttpResponse response, String format)Unmarshals Bundle from response stream.Methods in org.hl7.fhir.r4.utils.client with parameters of type BundleModifier and TypeMethodDescriptionbyte[]ClientUtils.getFeedAsByteArray(Bundle feed, boolean pretty, boolean isJson)FHIRToolingClient.transaction(Bundle batch)