Uses of Class
org.hl7.fhir.dstu2.model.Bundle
-
Packages that use Bundle Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.terminologies org.hl7.fhir.dstu2.utils org.hl7.fhir.dstu2.utils.client -
-
Uses of Bundle in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Bundle Modifier and Type Method Description protected voidJsonParser. composeBundle(String name, Bundle element)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.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return Bundle Modifier and Type Method Description BundleBundle. addEntry(Bundle.BundleEntryComponent t)BundleBundle. addLink(Bundle.BundleLinkComponent t)BundleBundle. copy()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() -
Uses of Bundle in org.hl7.fhir.dstu2.terminologies
Methods in org.hl7.fhir.dstu2.terminologies that return Bundle Modifier and Type Method Description BundleLoincToDEConvertor. getBundle()BundleLoincToDEConvertor. process(String sourceFile) -
Uses of Bundle in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.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.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.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.dstu2.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)
-