Uses of Class
org.hl7.fhir.r5.model.Bundle
Package
Description
-
Uses of Bundle in org.hl7.fhir.r5.context
Modifier and TypeMethodDescriptionIContextResourceLoader.loadBundle
(InputStream stream, boolean isJson) Request to actually load the resources and do whatever is required -
Uses of Bundle in org.hl7.fhir.r5.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
RdfParser.composeBundle
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Bundle element, int index) protected void
XmlParser.composeBundle
(String name, Bundle element) protected void
XmlParser.composeBundleElements
(Bundle element) protected void
JsonParser.composeBundleProperties
(Bundle element) protected boolean
XmlParser.parseBundleContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle res) protected void
JsonParser.parseBundleProperties
(com.google.gson.JsonObject json, Bundle res) -
Uses of Bundle in org.hl7.fhir.r5.ips
Modifier and TypeMethodDescriptionstatic Bundle
IPSBuilder.generateIPS
(FHIRToolingClient server, String patientId) -
Uses of Bundle in org.hl7.fhir.r5.model
Modifier 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 Bundle
Bundle.typedCopy()
-
Uses of Bundle in org.hl7.fhir.r5.renderers
-
Uses of Bundle in org.hl7.fhir.r5.terminologies.client
Modifier and TypeMethodDescriptionITerminologyClient.validateBatch
(Bundle batch) TerminologyClientR5.validateBatch
(Bundle batch) Modifier and TypeMethodDescriptionITerminologyClient.validateBatch
(Bundle batch) TerminologyClientR5.validateBatch
(Bundle batch) -
Uses of Bundle in org.hl7.fhir.r5.test.utils
Modifier and TypeMethodDescriptionTestPackageLoader.loadBundle
(InputStream stream, boolean isJson) -
Uses of Bundle in org.hl7.fhir.r5.utils
Modifier and TypeMethodDescriptionGraphDefinitionEngine.getOutput()
IGraphDefinitionEngine.getOutput()
Modifier and TypeMethodDescriptionstatic Resource
ResourceUtilities.getById
(Bundle feed, ResourceType type, String reference) static Bundle.BundleEntryComponent
ResourceUtilities.getEntryById
(Bundle feed, ResourceType type, String reference) static String
void
-
Uses of Bundle in org.hl7.fhir.r5.utils.client
-
Uses of Bundle in org.hl7.fhir.r5.utils.client.network
Modifier and TypeMethodDescriptionFhirRequestBuilder.executeAsBatch()
Client.executeBundleRequest
(okhttp3.Request.Builder request, String resourceFormat, okhttp3.Headers headers, String message, int retryCount, long timeout) Client.issueGetFeedRequest
(URI resourceUri, String resourceFormat) Client.issuePostFeedRequest
(URI resourceUri, Map<String, String> parameters, String resourceName, Resource resource, String resourceFormat) Client.postBatchRequest
(URI resourceUri, byte[] payload, String resourceFormat, okhttp3.Headers headers, String message, int timeout) protected Bundle
FhirRequestBuilder.unmarshalFeed
(okhttp3.Response response, String format) Unmarshalls Bundle from response stream.