Uses of Class
org.hl7.fhir.dstu3.model.Bundle
-
-
Uses of Bundle in org.hl7.fhir.dstu3.context
Methods in org.hl7.fhir.dstu3.context that return Bundle Modifier and Type Method Description BundleSimpleWorkerContext.IContextResourceLoader. loadBundle(InputStream stream, boolean isJson) -
Uses of Bundle in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Bundle Modifier and Type Field Description protected BundleMeasureReport. evaluatedResourcesTargetThe actual object that is the target of the reference (A reference to a Bundle containing the Resources that were used in the evaluation of this report.)Methods in org.hl7.fhir.dstu3.model that return Bundle Modifier and Type Method Description BundleBundle. addEntry(Bundle.BundleEntryComponent t)BundleBundle. addLink(Bundle.BundleLinkComponent t)BundleBundle. copy()BundleMeasureReport. getEvaluatedResourcesTarget()BundleBundle. setEntry(List<Bundle.BundleEntryComponent> theEntry)BundleBundle. setIdentifier(Identifier value)BundleBundle. setLink(List<Bundle.BundleLinkComponent> theLink)BundleBundle. setSignature(Signature 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.dstu3.model with parameters of type Bundle Modifier and Type Method Description MeasureReportMeasureReport. setEvaluatedResourcesTarget(Bundle value) -
Uses of Bundle in org.hl7.fhir.dstu3.terminologies
Methods in org.hl7.fhir.dstu3.terminologies that return Bundle Modifier and Type Method Description BundleLoincToDEConvertor. getBundle()BundleLoincToDEConvertor. process(String sourceFile) -
Uses of Bundle in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils with parameters of type Bundle Modifier and Type Method Description booleanNarrativeGenerator. generate(Bundle b, boolean evenIfAlreadyHasNarrative)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)static StringResourceUtilities. representDataElementCollection(IWorkerContext context, Bundle bundle, boolean profileLink, String linkBase)Constructors in org.hl7.fhir.dstu3.utils with parameters of type Bundle Constructor Description ResourceContext(Bundle bundle, DomainResource dr) -
Uses of Bundle in org.hl7.fhir.dstu3.utils.client
Methods in org.hl7.fhir.dstu3.utils.client that return Bundle Modifier and Type Method Description BundleFHIRToolingClient. fetchFeed(String url)BundleFHIRToolingClient. transaction(Bundle batch)Methods in org.hl7.fhir.dstu3.utils.client with parameters of type Bundle Modifier and Type Method Description BundleFHIRToolingClient. transaction(Bundle batch) -
Uses of Bundle in org.hl7.fhir.dstu3.utils.client.network
Methods in org.hl7.fhir.dstu3.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, String message, int timeout)protected BundleFhirRequestBuilder. unmarshalFeed(okhttp3.Response response, String format)Unmarshalls Bundle from response stream.
-