Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleEntryResponseComponent
-
Packages that use Bundle.BundleEntryResponseComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Bundle.BundleEntryResponseComponent Modifier and Type Method Description protected Bundle.BundleEntryResponseComponentJsonParser. parseBundleBundleEntryResponseComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryResponseComponentXmlParser. parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) -
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Bundle.BundleEntryResponseComponent Modifier and Type Field Description protected Bundle.BundleEntryResponseComponentBundle.BundleEntryComponent. responseIndicates 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 with parameters of type Bundle.BundleEntryResponseComponent Modifier and Type Method Description voidBundle.BundleEntryResponseComponent. copyValues(Bundle.BundleEntryResponseComponent dst)Bundle.BundleEntryComponentBundle.BundleEntryComponent. setResponse(Bundle.BundleEntryResponseComponent value)
-