Uses of Class
org.openehealth.ipf.commons.ihe.fhir.AbstractBundleProvider
-
Uses of AbstractBundleProvider in org.openehealth.ipf.commons.ihe.fhir
Modifier and TypeClassDescriptionclass
Simple Bundle provider that fetches ALL results and caches them as soon as one ofEagerBundleProvider.size()
orEagerBundleProvider.getResources(int, int)
is called.class
Bundle provider that requests information from theRequestConsumer
on request: If only the size of the result set is requested, the request will contain an additional empty message header namedConstants.FHIR_REQUEST_SIZE_ONLY
, and the response is expected to populate this header with the result size as integer value.