Uses of Class
org.hl7.fhir.r4.model.Bundle
-
Packages that use Bundle Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.terminologies org.hl7.fhir.r4.utils org.hl7.fhir.r4.utils.client -
-
Uses of Bundle in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return Bundle Modifier and Type Method Description BundleSimpleWorkerContext.IContextResourceLoader. loadBundle(InputStream stream, boolean isJson) -
Uses of Bundle in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Bundle Modifier and Type Method Description protected 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 Bundle Modifier and Type Method Description protected 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 Bundle Modifier and Type Method Description BundleBundle. addEntry(Bundle.BundleEntryComponent t)BundleBundle. addLink(Bundle.BundleLinkComponent t)BundleBundle. copy()BundleBundle. setEntry(List<Bundle.BundleEntryComponent> theEntry)BundleBundle. setIdentifier(Identifier value)BundleBundle. setLink(List<Bundle.BundleLinkComponent> theLink)BundleBundle. setSignature(Signature value)BundleBundle. setTimestamp(Date value)BundleBundle. setTimestampElement(InstantType value)BundleBundle. setTotal(int value)BundleBundle. setTotalElement(UnsignedIntType value)BundleBundle. setType(Bundle.BundleType value)BundleBundle. setTypeElement(Enumeration<Bundle.BundleType> value)protected BundleBundle. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Bundle Modifier and Type Method Description voidBundle. copyValues(Bundle dst) -
Uses of Bundle in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return Bundle Modifier and Type Method Description BundleLoincToDEConvertor. getBundle()BundleLoincToDEConvertor. process(String sourceFile) -
Uses of Bundle in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type Bundle Modifier and Type Method Description booleanNarrativeGenerator. 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 StringResourceUtilities. getLink(Bundle feed, String rel)org.hl7.fhir.utilities.xhtml.XhtmlNodeNarrativeGenerator. renderBundle(Bundle b)Constructors in org.hl7.fhir.r4.utils with parameters of type Bundle Constructor Description ResourceContext(Bundle bundle, DomainResource dr) -
Uses of Bundle in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.utils.client that return Bundle Modifier and Type Method Description BundleFHIRToolingClient. fetchFeed(String url)BundleClientUtils. issueGetFeedRequest(URI resourceUri, String resourceFormat)BundleClientUtils. issuePostFeedRequest(URI resourceUri, Map<String,String> parameters, String resourceName, Resource resource, String resourceFormat)BundleClientUtils. postBatchRequest(URI resourceUri, byte[] payload, String resourceFormat, String message, int timeout)BundleFHIRToolingClient. 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 Bundle Modifier and Type Method Description byte[]ClientUtils. getFeedAsByteArray(Bundle feed, boolean pretty, boolean isJson)BundleFHIRToolingClient. transaction(Bundle batch)
-