
Uses of Class
org.hl7.fhir.dstu3.model.Bundle
Packages that use Bundle
-
Uses of Bundle in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return BundleModifier and TypeMethodDescriptionprotected Bundle
JsonParser.parseBundle
(com.google.gson.JsonObject json) protected Bundle
XmlParser.parseBundle
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type BundleModifier and TypeMethodDescriptionprotected void
JsonParser.composeBundle
(String name, Bundle element) protected void
RdfParser.composeBundle
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Bundle element, int index) protected void
XmlParser.composeBundle
(String name, Bundle element) protected void
XmlParser.composeBundleElements
(Bundle element) protected void
JsonParser.composeBundleInner
(Bundle element) protected Bundle.BundleEntryComponent
JsonParser.parseBundleBundleEntryComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryComponent
XmlParser.parseBundleBundleEntryComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected boolean
XmlParser.parseBundleBundleEntryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryComponent res) protected void
JsonParser.parseBundleBundleEntryComponentProperties
(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryComponent res) protected Bundle.BundleEntryRequestComponent
JsonParser.parseBundleBundleEntryRequestComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryRequestComponent
XmlParser.parseBundleBundleEntryRequestComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected boolean
XmlParser.parseBundleBundleEntryRequestComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryRequestComponent res) protected void
JsonParser.parseBundleBundleEntryRequestComponentProperties
(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryRequestComponent res) protected Bundle.BundleEntryResponseComponent
JsonParser.parseBundleBundleEntryResponseComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryResponseComponent
XmlParser.parseBundleBundleEntryResponseComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected boolean
XmlParser.parseBundleBundleEntryResponseComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryResponseComponent res) protected void
JsonParser.parseBundleBundleEntryResponseComponentProperties
(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryResponseComponent res) protected Bundle.BundleEntrySearchComponent
JsonParser.parseBundleBundleEntrySearchComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntrySearchComponent
XmlParser.parseBundleBundleEntrySearchComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected boolean
XmlParser.parseBundleBundleEntrySearchComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntrySearchComponent res) protected void
JsonParser.parseBundleBundleEntrySearchComponentProperties
(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntrySearchComponent res) protected Bundle.BundleLinkComponent
JsonParser.parseBundleBundleLinkComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleLinkComponent
XmlParser.parseBundleBundleLinkComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected boolean
XmlParser.parseBundleBundleLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleLinkComponent res) protected void
JsonParser.parseBundleBundleLinkComponentProperties
(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleLinkComponent res) protected boolean
XmlParser.parseBundleContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle res) protected void
JsonParser.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 BundleModifier and TypeFieldDescriptionprotected Bundle
MeasureReport.evaluatedResourcesTarget
The 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 BundleModifier and TypeMethodDescriptionBundle.addEntry
(Bundle.BundleEntryComponent t) Bundle.addLink
(Bundle.BundleLinkComponent t) Bundle.copy()
MeasureReport.getEvaluatedResourcesTarget()
Bundle.setEntry
(List<Bundle.BundleEntryComponent> theEntry) Bundle.setIdentifier
(Identifier value) Bundle.setLink
(List<Bundle.BundleLinkComponent> theLink) Bundle.setSignature
(Signature value) Bundle.setTotal
(int value) Bundle.setTotalElement
(UnsignedIntType value) Bundle.setType
(Bundle.BundleType value) Bundle.setTypeElement
(Enumeration<Bundle.BundleType> value) protected Bundle
Bundle.typedCopy()
Methods in org.hl7.fhir.dstu3.model with parameters of type Bundle -
Uses of Bundle in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils with parameters of type BundleModifier and TypeMethodDescriptionstatic Resource
ResourceUtilities.getById
(Bundle feed, ResourceType type, String reference) static Bundle.BundleEntryComponent
ResourceUtilities.getEntryById
(Bundle feed, ResourceType type, String reference) static String
static String
ResourceUtilities.representDataElementCollection
(IWorkerContext context, Bundle bundle, boolean profileLink, String linkBase)