public class FhirSearch extends Object
Constructor and Description |
---|
FhirSearch(ca.uhn.fhir.rest.client.api.IGenericClient client) |
Modifier and Type | Method and Description |
---|---|
org.hl7.fhir.instance.model.api.IBaseBundle |
searchByUrl(String url,
Map<ExtraParameters,Object> extraParameters)
Perform a search directly by URL.
|
public org.hl7.fhir.instance.model.api.IBaseBundle searchByUrl(String url, Map<ExtraParameters,Object> extraParameters)
url
- The URL to search for. Note that this URL may be complete (e.g. "http://example.com/base/Patient?name=foo") in which case the client's base URL will be ignored. Or it can be relative
(e.g. "Patient?name=foo") in which case the client's base URL will be used.extraParameters
- see ExtraParameters
for a full list of parameters that can be passed, may be NULLIBaseBundle
Apache Camel