Class FhirClientSearchParamProvider
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.module.standalone.FhirClientSearchParamProvider
-
- All Implemented Interfaces:
ISearchParamProvider
@Service public class FhirClientSearchParamProvider extends Object implements ISearchParamProvider
-
-
Constructor Summary
Constructors Constructor Description FhirClientSearchParamProvider(ca.uhn.fhir.rest.client.api.IGenericClient theClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intrefreshCache(SearchParamRegistryImpl theSearchParamRegistry, long theRefreshInterval)ca.uhn.fhir.rest.api.server.IBundleProvidersearch(SearchParameterMap theParams)
-
-
-
Constructor Detail
-
FhirClientSearchParamProvider
@Autowired public FhirClientSearchParamProvider(ca.uhn.fhir.rest.client.api.IGenericClient theClient)
-
-
Method Detail
-
search
public ca.uhn.fhir.rest.api.server.IBundleProvider search(SearchParameterMap theParams)
- Specified by:
searchin interfaceISearchParamProvider
-
refreshCache
public int refreshCache(SearchParamRegistryImpl theSearchParamRegistry, long theRefreshInterval)
- Specified by:
refreshCachein interfaceISearchParamProvider
-
-