public interface IUntypedQuery<T>
| Modifier and Type | Method and Description |
|---|---|
IQuery<T> |
byUrl(String theSearchUrl)
Perform a search directly by URL.
|
IQuery<T> |
forAllResources() |
IQuery<T> |
forResource(Class<? extends IBaseResource> theClass) |
IQuery<T> |
forResource(String theResourceName) |
IQuery<T> forAllResources()
IQuery<T> forResource(String theResourceName)
IQuery<T> forResource(Class<? extends IBaseResource> theClass)
IQuery<T> byUrl(String theSearchUrl)
forAllResources(), forResource(Class) etc, but sometimes it is useful to simply search by
entering a search URL directly.theSearchUrl - 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.Copyright © 2014–2019 University Health Network. All rights reserved.