Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleEntryResponseComponent
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.r4.formats
Modifier 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) Modifier 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
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionvoid
Bundle.BundleEntryResponseComponent.copyValues
(Bundle.BundleEntryResponseComponent dst) Bundle.BundleEntryComponent.setResponse
(Bundle.BundleEntryResponseComponent value)