Class BatchTransactionResourceProvider
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirProvider
org.openehealth.ipf.commons.ihe.fhir.SharedFhirProvider
org.openehealth.ipf.commons.ihe.fhir.support.BatchTransactionResourceProvider
- All Implemented Interfaces:
Serializable
Deprecated.
Resource provider for batch requests or transaction requests
- Since:
- 3.6
- Author:
- Christian Ohr
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.org.hl7.fhir.r4.model.Bundle
provideResponseBundle
(org.hl7.fhir.r4.model.Bundle bundle, RequestDetails requestDetails, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Deprecated.Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.SharedFhirProvider
getFhirContext, getRequestConsumer, requestTransaction, requiresDeregistration, requiresRegistration, setConsumer, unsetConsumer
Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirProvider
enrichParameters
-
Method Details
-
getInstance
Deprecated. -
provideResponseBundle
public org.hl7.fhir.r4.model.Bundle provideResponseBundle(org.hl7.fhir.r4.model.Bundle bundle, RequestDetails requestDetails, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Deprecated.
-
BatchTransactionResourceProvider
instead