| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
IQuery<Y> |
IQuery.and(ICriterion<?> theCriterion)
Add a search parameter to the query.
|
IQuery<T> |
ISort.ascending(IParam theParam)
Sort ascending
|
IQuery<T> |
ISort.ascending(String theParam)
Sort ascending
|
IQuery<T> |
IUntypedQuery.byUrl(String theSearchUrl)
Perform a search directly by URL.
|
IQuery<Y> |
IQuery.count(int theCount)
Specifies the
_count parameter, which indicates to the server how many resources should be returned
on a single page. |
IQuery<T> |
ISort.defaultOrder(IParam theParam)
Sort by the default order.
|
IQuery<T> |
ISort.defaultOrder(String theParam)
Sort by the default order.
|
IQuery<T> |
ISort.descending(IParam theParam)
Sort descending
|
IQuery<T> |
ISort.descending(String theParam)
Sort ascending
|
IQuery<T> |
IUntypedQuery.forAllResources() |
IQuery<T> |
IUntypedQuery.forResource(Class<? extends IBaseResource> theClass) |
IQuery<T> |
IUntypedQuery.forResource(String theResourceName) |
IQuery<Y> |
IQuery.include(Include theInclude)
Add an "_include" specification or an "_include:recurse" specification.
|
IQuery<Y> |
IQuery.lastUpdated(DateRangeParam theLastUpdated)
Add a "_lastUpdated" specification
|
IQuery<Y> |
IQuery.limitTo(int theLimitTo)
Deprecated.
This parameter is badly named, since FHIR calls this parameter "_count" and not "_limit". Use
count(int) instead (it also sets the _count parameter) |
<B extends IBaseBundle> |
IQuery.returnBundle(Class<B> theClass)
Request that the client return the specified bundle type, e.g.
|
IQuery<Y> |
IQuery.revInclude(Include theIncludeTarget)
Add a "_revinclude" specification
|
IQuery<Y> |
IQuery.sort(SortSpec theSortSpec)
Adds a sort using a
SortSpec object |
IQuery<Y> |
IQuery.totalMode(SearchTotalModeEnum theTotalMode)
Request that the server modify the response using the
_total param
THIS IS AN EXPERIMENTAL FEATURE - Use with caution, as it may be
removed or modified in a future version. |
IQuery<Y> |
IQuery.usingStyle(SearchStyleEnum theStyle)
Forces the query to perform the search using the given method (allowable methods are described in the
FHIR Search Specification)
|
IQuery<Y> |
IQuery.where(ICriterion<?> theCriterion)
Add a search parameter to the query.
|
IQuery<Y> |
IQuery.withAnyProfile(Collection<String> theProfileUris)
Matches any of the profiles given as argument.
|
IQuery<Y> |
IQuery.withIdAndCompartment(String theResourceId,
String theCompartmentName) |
IQuery<Y> |
IQuery.withProfile(String theProfileUri)
Match only resources where the resource has the given profile declaration.
|
IQuery<Y> |
IQuery.withSecurity(String theSystem,
String theCode)
Match only resources where the resource has the given security tag.
|
IQuery<Y> |
IQuery.withTag(String theSystem,
String theCode)
Match only resources where the resource has the given tag.
|
Copyright © 2014–2019 University Health Network. All rights reserved.