Uses of Class
org.hl7.fhir.r4.model.Bundle
-
-
Uses of Bundle in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return Bundle Modifier and Type Method Description BundleSimpleWorkerContext.IContextResourceLoader. loadBundle(InputStream stream, boolean isJson) -
Uses of Bundle in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.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.r4.ips
Methods in org.hl7.fhir.r4.ips that return Bundle Modifier and Type Method Description static BundleIPSBuilder. generateIPS(FHIRToolingClient server, String patientId)Methods in org.hl7.fhir.r4.ips with parameters of type Bundle Modifier and Type Method Description StringIPSRenderer. render(Bundle document) -
Uses of Bundle in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Bundle Modifier and Type Method Description BundleBundle. addEntry(Bundle.BundleEntryComponent t)BundleBundle. addLink(Bundle.BundleLinkComponent t)BundleBundle. copy()BundleBundle. setEntry(List<Bundle.BundleEntryComponent> theEntry)BundleBundle. setIdentifier(Identifier value)BundleBundle. setLink(List<Bundle.BundleLinkComponent> theLink)BundleBundle. setSignature(Signature value)BundleBundle. setTimestamp(Date value)BundleBundle. setTimestampElement(InstantType 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.r4.model with parameters of type Bundle Modifier and Type Method Description voidBundle. copyValues(Bundle dst) -
Uses of Bundle in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return Bundle Modifier and Type Method Description BundleLoincToDEConvertor. getBundle()BundleLoincToDEConvertor. process(String sourceFile) -
Uses of Bundle in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type Bundle Modifier and Type Method Description booleanNarrativeGenerator. generate(Bundle b, boolean evenIfAlreadyHasNarrative, Set<String> outputTracker)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)Constructors in org.hl7.fhir.r4.utils with parameters of type Bundle Constructor Description ResourceContext(Bundle bundle, DomainResource dr) -
Uses of Bundle in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.utils.client that return Bundle Modifier and Type Method Description BundleFHIRToolingClient. fetchFeed(String url)BundleFHIRToolingClient. search(String type, String criteria)BundleFHIRToolingClient. transaction(Bundle batch)Methods in org.hl7.fhir.r4.utils.client with parameters of type Bundle Modifier and Type Method Description BundleFHIRToolingClient. transaction(Bundle batch) -
Uses of Bundle in org.hl7.fhir.r4.utils.client.network
Methods in org.hl7.fhir.r4.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, int timeout)BundleClient. issuePostFeedRequest(URI resourceUri, Map<String,String> parameters, String resourceName, Resource resource, String resourceFormat, int timeout)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.
-