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.Response
Bundle.Entry.Response.Builder. build()
Build theBundle.Entry.Response
Bundle.Entry.Response
Bundle.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.Builder
Bundle.Entry.Response.Builder. from(Bundle.Entry.Response response)
Bundle.Entry.Builder
Bundle.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.
-