Uses of Class
org.hl7.fhir.r4b.model.Bundle
-
-
Uses of Bundle in org.hl7.fhir.r4b.context
Methods in org.hl7.fhir.r4b.context that return Bundle Modifier and Type Method Description BundleIWorkerContext.IContextResourceLoader. loadBundle(InputStream stream, boolean isJson)Request to actually load the resources and do whatever is required -
Uses of Bundle in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.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.r4b.formats with parameters of type Bundle Modifier and Type Method Description protected voidJsonParser. composeBundle(String name, Bundle element)protected voidRdfParser. composeBundle(org.hl7.fhir.utilities.turtle.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. composeBundleProperties(Bundle element)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.r4b.model
Methods in org.hl7.fhir.r4b.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.r4b.model with parameters of type Bundle Modifier and Type Method Description voidBundle. copyValues(Bundle dst) -
Uses of Bundle in org.hl7.fhir.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers with parameters of type Bundle Modifier and Type Method Description booleanBundleRenderer. canRender(Bundle b)StringBundleRenderer. display(Bundle bundle)org.hl7.fhir.utilities.xhtml.XhtmlNodeBundleRenderer. render(Bundle b) -
Uses of Bundle in org.hl7.fhir.r4b.terminologies
Methods in org.hl7.fhir.r4b.terminologies that return Bundle Modifier and Type Method Description BundleLoincToDEConvertor. getBundle()BundleLoincToDEConvertor. process(String sourceFile)BundleTerminologyClient. validateBatch(Bundle batch)Methods in org.hl7.fhir.r4b.terminologies with parameters of type Bundle Modifier and Type Method Description BundleTerminologyClient. validateBatch(Bundle batch) -
Uses of Bundle in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return Bundle Modifier and Type Method Description BundleGraphDefinitionEngine. getOutput()BundleIGraphDefinitionEngine. getOutput()Methods in org.hl7.fhir.r4b.utils with parameters of type Bundle Modifier and Type Method Description 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)voidGraphDefinitionEngine. setOutput(Bundle bundle) -
Uses of Bundle in org.hl7.fhir.r4b.utils.client
Methods in org.hl7.fhir.r4b.utils.client that return Bundle Modifier and Type Method Description BundleFHIRToolingClient. fetchFeed(String url)BundleFHIRToolingClient. transaction(Bundle batch)Methods in org.hl7.fhir.r4b.utils.client with parameters of type Bundle Modifier and Type Method Description BundleFHIRToolingClient. transaction(Bundle batch) -
Uses of Bundle in org.hl7.fhir.r4b.utils.client.network
Methods in org.hl7.fhir.r4b.utils.client.network that return Bundle Modifier and Type Method Description BundleFhirRequestBuilder. executeAsBatch()<T extends Resource>
BundleClient. executeBundleRequest(okhttp3.Request.Builder request, String resourceFormat, okhttp3.Headers headers, String message, int retryCount, long timeout)BundleClient. issueGetFeedRequest(URI resourceUri, String resourceFormat)BundleClient. issuePostFeedRequest(URI resourceUri, Map<String,String> parameters, String resourceName, Resource resource, String resourceFormat)BundleClient. postBatchRequest(URI resourceUri, byte[] payload, String resourceFormat, okhttp3.Headers headers, String message, int timeout)protected BundleFhirRequestBuilder. unmarshalFeed(okhttp3.Response response, String format)Unmarshalls Bundle from response stream.
-