Uses of Class
com.ibm.fhir.model.resource.Bundle.Entry.Response
-
Packages that use Bundle.Entry.Response Package Description com.ibm.fhir.model.resource -
-
Uses of Bundle.Entry.Response in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Bundle.Entry.Response Modifier and Type Method Description Bundle.Entry.ResponseBundle.Entry.Response.Builder. build()Build theBundle.Entry.ResponseBundle.Entry.ResponseBundle.Entry. getResponse()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 com.ibm.fhir.model.resource with parameters of type Bundle.Entry.Response Modifier and Type Method Description protected Bundle.Entry.Response.BuilderBundle.Entry.Response.Builder. from(Bundle.Entry.Response response)Bundle.Entry.BuilderBundle.Entry.Builder. response(Bundle.Entry.Response 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.
-