
Uses of Class
org.hl7.fhir.dstu2.model.Bundle
Packages that use Bundle
-
Uses of Bundle in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type BundleModifier and TypeMethodDescriptionprotected void
JsonParser.composeBundle
(String name, Bundle element) protected void
XmlParser.composeBundle
(String name, 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 Bundle.BundleEntryRequestComponent
JsonParser.parseBundleBundleEntryRequestComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryRequestComponent
XmlParser.parseBundleBundleEntryRequestComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) 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 Bundle.BundleEntrySearchComponent
JsonParser.parseBundleBundleEntrySearchComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntrySearchComponent
XmlParser.parseBundleBundleEntrySearchComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleLinkComponent
JsonParser.parseBundleBundleLinkComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleLinkComponent
XmlParser.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 BundleModifier and TypeMethodDescriptionBundle.addEntry
(Bundle.BundleEntryComponent t) Bundle.addLink
(Bundle.BundleLinkComponent t) Bundle.copy()
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()