Uses of Class
org.hl7.fhir.dstu3.model.Bundle.BundleEntryResponseComponent
-
Packages that use Bundle.BundleEntryResponseComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Bundle.BundleEntryResponseComponent Modifier and Type Field Description protected Bundle.BundleEntryResponseComponentBundle.BundleEntryComponent. responseAdditional information about how this entry should be processed as part of a transaction.Methods in org.hl7.fhir.dstu3.model with parameters of type Bundle.BundleEntryResponseComponent Modifier and Type Method Description Bundle.BundleEntryComponentBundle.BundleEntryComponent. setResponse(Bundle.BundleEntryResponseComponent value)
-