Uses of Class
com.ibm.fhir.model.resource.Bundle
- 
- 
Uses of Bundle in com.ibm.fhir.client
Methods in com.ibm.fhir.client with parameters of type Bundle Modifier and Type Method Description FHIRResponseFHIRClient. batch(Bundle bundle, FHIRRequestHeader... headers)Invokes the 'batch/transaction' FHIR REST API operation for a request bundle of type 'batch'.FHIRResponseFHIRClient. transaction(Bundle bundle, FHIRRequestHeader... headers)Invokes the 'batch/transaction' FHIR REST API operation for a request bundle of type 'transaction'. - 
Uses of Bundle in com.ibm.fhir.client.impl
Methods in com.ibm.fhir.client.impl with parameters of type Bundle Modifier and Type Method Description FHIRResponseFHIRClientImpl. batch(Bundle bundle, FHIRRequestHeader... headers)FHIRResponseFHIRClientImpl. transaction(Bundle bundle, FHIRRequestHeader... headers) - 
Uses of Bundle in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Bundle Modifier and Type Method Description BundleBundle.Builder. build()Build theBundleMethods in com.ibm.fhir.model.resource with parameters of type Bundle Modifier and Type Method Description protected Bundle.BuilderBundle.Builder. from(Bundle bundle) - 
Uses of Bundle in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util that return Bundle Modifier and Type Method Description static BundleFHIRUtil. createStandaloneBundle(BundleType bundleType, Map<String,Resource> resources)Create a self-contained bundle from the passed map of resources, replacing Resource.id values and references with a generated UUID.Methods in com.ibm.fhir.model.util with parameters of type Bundle Modifier and Type Method Description static Bundle.EntryFHIRUtil. resolveBundleReference(Bundle bundle, Bundle.Entry sourceEntry, Reference ref)Resolve the referencerefto an entry withinbundlestatic <T extends Resource>
TFHIRUtil. resolveBundleReference(Class<T> resourceType, Bundle bundle, Bundle.Entry sourceEntry, Reference ref)Resolve the referencerefto an entry withinbundleand return the corresponding resourcestatic ResourceFHIRUtil. resolveReference(Reference ref, DomainResource resource, Bundle bundle, Bundle.Entry entry)Resolve referencerefto a bundle entry or a resource contained withinresourceand return the corresponding resource container. - 
Uses of Bundle in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Bundle Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Bundle bundle)Delegates to#visit(elementName, elementIndex, Resource)booleanVisitor. visit(String elementName, int elementIndex, Bundle bundle) - 
Uses of Bundle in com.ibm.fhir.search.parameters
Methods in com.ibm.fhir.search.parameters with parameters of type Bundle Modifier and Type Method Description static Map<String,ParametersMap>ParametersUtil. buildSearchParametersMapFromBundle(Bundle bundle)Builds a Map of ParameterMaps from the passed Bundle. - 
Uses of Bundle in com.ibm.fhir.server.exception
Methods in com.ibm.fhir.server.exception that return Bundle Modifier and Type Method Description BundleFHIRRestBundledRequestException. getResponseBundle()Constructors in com.ibm.fhir.server.exception with parameters of type Bundle Constructor Description FHIRRestBundledRequestException(String message, Bundle responseBundle)FHIRRestBundledRequestException(String message, Bundle responseBundle, Throwable t) - 
Uses of Bundle in com.ibm.fhir.server.operation.spi
Methods in com.ibm.fhir.server.operation.spi that return Bundle Modifier and Type Method Description BundleFHIRResourceHelpers. doBundle(Bundle bundle, Map<String,String> requestProperties)Processes a bundled request (batch or transaction type).BundleFHIRResourceHelpers. doHistory(String type, String id, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters, String requestUri, Map<String,String> requestProperties)Performs the work of retrieving versions of a Resource.BundleFHIRResourceHelpers. doSearch(String type, String compartment, String compartmentId, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters, String requestUri, Map<String,String> requestProperties, Resource contextResource)Performs heavy lifting associated with a 'search' operation.Methods in com.ibm.fhir.server.operation.spi with parameters of type Bundle Modifier and Type Method Description BundleFHIRResourceHelpers. doBundle(Bundle bundle, Map<String,String> requestProperties)Processes a bundled request (batch or transaction type). - 
Uses of Bundle in com.ibm.fhir.server.util
Methods in com.ibm.fhir.server.util that return Bundle Modifier and Type Method Description BundleFHIRRestHelper. doBundle(Bundle inputBundle, Map<String,String> requestProperties)Processes a bundled request.BundleFHIRRestHelper. doHistory(String type, String id, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters, String requestUri, Map<String,String> requestProperties)Performs the work of retrieving versions of a Resource.BundleFHIRRestHelper. doSearch(String type, String compartment, String compartmentId, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters, String requestUri, Map<String,String> requestProperties, Resource contextResource)Performs heavy lifting associated with a 'search' operation.Methods in com.ibm.fhir.server.util with parameters of type Bundle Modifier and Type Method Description BundleFHIRRestHelper. doBundle(Bundle inputBundle, Map<String,String> requestProperties)Processes a bundled request.static voidRestAuditLogger. logBundle(javax.servlet.http.HttpServletRequest request, Bundle bundle, Date startTime, Date endTime, javax.ws.rs.core.Response.Status responseStatus)Builds an audit log entry for a 'bundle' REST service invocation.static voidRestAuditLogger. logHistory(javax.servlet.http.HttpServletRequest request, Bundle bundle, Date startTime, Date endTime, javax.ws.rs.core.Response.Status responseStatus)Builds an audit log entry for a 'history' REST service invocation.static voidRestAuditLogger. logSearch(javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.MultivaluedMap<String,String> queryParms, Bundle bundle, Date startTime, Date endTime, javax.ws.rs.core.Response.Status responseStatus)Builds an audit log entry for a 'search' REST service invocation. 
 -