
Uses of Class
org.hl7.fhir.r5.model.Bundle
Packages that use Bundle
Package
Description
-
Uses of Bundle in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return BundleModifier 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
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type BundleModifier and TypeMethodDescriptionprotected 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.r5.ips
Methods in org.hl7.fhir.r5.ips that return BundleModifier and TypeMethodDescriptionstatic BundleIPSBuilder.generateIPS(FHIRToolingClient server, String patientId) Methods in org.hl7.fhir.r5.ips with parameters of type Bundle -
Uses of Bundle in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.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.r5.model with parameters of type Bundle -
Uses of Bundle in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type Bundle -
Uses of Bundle in org.hl7.fhir.r5.terminologies.client
Methods in org.hl7.fhir.r5.terminologies.client that return BundleModifier and TypeMethodDescriptionMethods in org.hl7.fhir.r5.terminologies.client with parameters of type Bundle -
Uses of Bundle in org.hl7.fhir.r5.test.utils
Methods in org.hl7.fhir.r5.test.utils that return BundleModifier and TypeMethodDescriptionTestPackageLoader.loadBundle(InputStream stream, boolean isJson) -
Uses of Bundle in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools declared as BundleModifier and TypeFieldDescriptionprotected BundleCDSHookOrderSelectContext.draftOrdersFHIR Bundle of MedicationRequest, NutritionOrder, ServiceRequest, VisionPrescription with draft statusprotected BundleCDSHookOrderSignContext.draftOrdersFHIR Bundle of MedicationRequest, NutritionOrder, ServiceRequest, VisionPrescription with draft statusMethods in org.hl7.fhir.r5.tools that return BundleModifier and TypeMethodDescriptionCDSHookOrderSelectContext.getDraftOrders()CDSHookOrderSignContext.getDraftOrders()Methods in org.hl7.fhir.r5.tools with parameters of type BundleModifier and TypeMethodDescriptionCDSHookOrderSelectContext.setDraftOrders(Bundle value) CDSHookOrderSignContext.setDraftOrders(Bundle value) Constructors in org.hl7.fhir.r5.tools with parameters of type BundleModifierConstructorDescriptionCDSHookOrderSelectContext(String userId, String patientId, Bundle draftOrders) ConstructorCDSHookOrderSignContext(String userId, String patientId, Bundle draftOrders) Constructor -
Uses of Bundle in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return BundleModifier and TypeMethodDescriptionGraphDefinitionEngine.getOutput()IGraphDefinitionEngine.getOutput()Methods in org.hl7.fhir.r5.utils with parameters of type BundleModifier and TypeMethodDescriptionstatic ResourceResourceUtilities.getById(Bundle feed, ResourceType type, String reference) static Bundle.BundleEntryComponentResourceUtilities.getEntryById(Bundle feed, ResourceType type, String reference) static Stringvoid -
Uses of Bundle in org.hl7.fhir.r5.utils.client
Methods in org.hl7.fhir.r5.utils.client that return BundleMethods in org.hl7.fhir.r5.utils.client with parameters of type Bundle -
Uses of Bundle in org.hl7.fhir.r5.utils.client.network
Methods in org.hl7.fhir.r5.utils.client.network that return BundleModifier and TypeMethodDescriptionFhirRequestBuilder.executeAsBatch()Client.executeBundleRequest(org.hl7.fhir.utilities.http.HTTPRequest request, String resourceFormat, Iterable<org.hl7.fhir.utilities.http.HTTPHeader> 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, Iterable<org.hl7.fhir.utilities.http.HTTPHeader> headers, String message, int timeout) protected BundleFhirRequestBuilder.unmarshalFeed(org.hl7.fhir.utilities.http.HTTPResult response, String format) Unmarshalls Bundle from response stream.