Uses of Class
org.hl7.fhir.dstu2016may.model.Bundle
-
-
Uses of Bundle in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type Bundle Modifier and Type Method Description protected voidJsonParser. composeBundle(String name, Bundle element)protected voidRdfParser. composeBundle(RdfGenerator.Complex parent, String parentType, String name, Bundle element, int index)protected voidXmlParser. composeBundle(String name, 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 Bundle.BundleEntryRequestComponentJsonParser. parseBundleBundleEntryRequestComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryRequestComponentXmlParser. parseBundleBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected Bundle.BundleEntryResponseComponentJsonParser. parseBundleBundleEntryResponseComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryResponseComponentXmlParser. parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected Bundle.BundleEntrySearchComponentJsonParser. parseBundleBundleEntrySearchComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntrySearchComponentXmlParser. parseBundleBundleEntrySearchComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)protected Bundle.BundleLinkComponentJsonParser. parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleLinkComponentXmlParser. parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) -
Uses of Bundle in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.model that return Bundle Modifier and Type Method Description BundleBundle. addEntry(Bundle.BundleEntryComponent t)BundleBundle. addLink(Bundle.BundleLinkComponent t)BundleBundle. copy()BundleMeasureReport. getEvaluatedResourcesTarget()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.dstu2016may.model with parameters of type Bundle Modifier and Type Method Description MeasureReportMeasureReport. setEvaluatedResourcesTarget(Bundle value) -
Uses of Bundle in org.hl7.fhir.dstu2016may.terminologies
Methods in org.hl7.fhir.dstu2016may.terminologies that return Bundle Modifier and Type Method Description BundleLoincToDEConvertor. getBundle()BundleLoincToDEConvertor. process(String sourceFile) -
Uses of Bundle in org.hl7.fhir.dstu2016may.utils
Methods in org.hl7.fhir.dstu2016may.utils with parameters of type Bundle Modifier and Type Method Description 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)static StringResourceUtilities. representDataElementCollection(IWorkerContext context, Bundle bundle, boolean profileLink, String linkBase) -
Uses of Bundle in org.hl7.fhir.dstu2016may.utils.client
Methods in org.hl7.fhir.dstu2016may.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, int timeoutLoading)BundleFHIRToolingClient. transaction(Bundle batch)protected BundleClientUtils. unmarshalFeed(org.apache.http.HttpResponse response, String format)Unmarshals Bundle from response stream.Methods in org.hl7.fhir.dstu2016may.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)
-