Uses of Class
org.hl7.fhir.dstu3.model.Bundle.BundleEntryResponseComponent
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu3.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.dstu3.model
Modifier and TypeFieldDescriptionprotected Bundle.BundleEntryResponseComponent
Bundle.BundleEntryComponent.response
Additional information about how this entry should be processed as part of a transaction.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 TypeMethodDescriptionBundle.BundleEntryComponent.setResponse
(Bundle.BundleEntryResponseComponent value)