![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleEntryResponseComponent
Packages that use Bundle.BundleEntryResponseComponent
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionprotected Bundle.BundleEntryResponseComponent
JsonParser.parseBundleBundleEntryResponseComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryResponseComponent
XmlParser.parseBundleBundleEntryResponseComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) Methods in org.hl7.fhir.r4.formats with parameters of type Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeBundleBundleEntryResponseComponent
(String name, Bundle.BundleEntryResponseComponent element) protected void
RdfParser.composeBundleBundleEntryResponseComponent
(Turtle.Complex parent, String parentType, String name, Bundle.BundleEntryResponseComponent element, int index) protected void
XmlParser.composeBundleBundleEntryResponseComponent
(String name, Bundle.BundleEntryResponseComponent element) protected void
XmlParser.composeBundleBundleEntryResponseComponentElements
(Bundle.BundleEntryResponseComponent element) protected void
JsonParser.composeBundleBundleEntryResponseComponentInner
(Bundle.BundleEntryResponseComponent element) 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) -
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Bundle.BundleEntryResponseComponentModifier and TypeFieldDescriptionprotected Bundle.BundleEntryResponseComponent
Bundle.BundleEntryComponent.response
Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.Methods in org.hl7.fhir.r4.model that return Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionBundle.BundleEntryResponseComponent.copy()
Bundle.BundleEntryComponent.getResponse()
Bundle.BundleEntryResponseComponent.setEtagElement
(StringType value) Bundle.BundleEntryResponseComponent.setLastModified
(Date value) Bundle.BundleEntryResponseComponent.setLastModifiedElement
(InstantType value) Bundle.BundleEntryResponseComponent.setLocation
(String value) Bundle.BundleEntryResponseComponent.setLocationElement
(UriType value) Bundle.BundleEntryResponseComponent.setOutcome
(Resource value) Bundle.BundleEntryResponseComponent.setStatusElement
(StringType value) Methods in org.hl7.fhir.r4.model with parameters of type Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionvoid
Bundle.BundleEntryResponseComponent.copyValues
(Bundle.BundleEntryResponseComponent dst) Bundle.BundleEntryComponent.setResponse
(Bundle.BundleEntryResponseComponent value)