| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DateClientParam.IDateCriterion |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeCriterion<A extends IParam,B extends IParam> |
| Modifier and Type | Method and Description |
|---|---|
ICriterion<QuantityClientParam> |
QuantityClientParam.IAndUnits.andNoUnits() |
ICriterion<QuantityClientParam> |
QuantityClientParam.IAndUnits.andUnits(String theUnits) |
ICriterion<QuantityClientParam> |
QuantityClientParam.IAndUnits.andUnits(String theSystem,
String theUnits) |
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.code(String theIdentifier)
Creates a search criterion that matches against the given code, with no code system specified
|
ICriterion<?> |
TokenClientParam.IMatches.codes(Collection<String> theCodes)
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with any system value.
|
ICriterion<?> |
TokenClientParam.IMatches.codes(String... theCodes)
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with any system value.
|
ICriterion<?> |
TokenClientParam.IMatches.codings(IBaseCoding... theCodings)
Creates a search criterion that matches a given system with a collection of possible
codes (this will be used to form a comma-separated OR query) with the given
Coding.system and Coding.value values. |
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasAnyOfIds(Collection<String> theIds)
Match the referenced resource if the resource has ANY of the given IDs
(this is an OR search, not an AND search), (this can be the logical ID or
the absolute URL of the resource).
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasAnyOfIds(String... theIds)
Match the referenced resource if the resource has ANY of the given IDs
(this is an OR search, not an AND search), (this can be the logical ID or
the absolute URL of the resource).
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasChainedProperty(ICriterion<?> theCriterion)
Include a chained search.
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasChainedProperty(String theResourceType,
ICriterion<?> theCriterion)
Include a chained search with a resource type.
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasId(IIdType theId)
Match the referenced resource if the resource has the given ID (this can be
the logical ID or the absolute URL of the resource)
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasId(String theId)
Match the referenced resource if the resource has the given ID (this can be
the logical ID or the absolute URL of the resource)
|
ICriterion<TokenClientParam> |
TokenClientParam.hasSystemWithAnyCode(String theSystem)
Create a search criterion that matches against the given system
value but does not specify a code.
|
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.identifier(BaseIdentifierDt theIdentifier)
Creates a search criterion that matches against the given identifier (system and code if both are present, or whatever is present)
|
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.identifier(String theIdentifier)
Creates a search criterion that matches against the given identifier, with no system specified
|
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.identifiers(BaseIdentifierDt... theIdentifiers)
Creates a search criterion that matches against the given collection of identifiers (system and code if both are present, or whatever is present).
|
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.identifiers(List<BaseIdentifierDt> theIdentifiers)
Creates a search criterion that matches against the given collection of identifiers (system and code if both are present, or whatever is present).
|
ICriterion<?> |
IParam.isMissing(boolean theMissing)
Sets the
:missing qualifier for this parameter. |
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.systemAndCode(String theSystem,
String theCode)
Creates a search criterion that matches against the given code system and code
|
ICriterion<TokenClientParam> |
TokenClientParam.IMatches.systemAndIdentifier(String theSystem,
String theIdentifier)
Creates a search criterion that matches against the given system and identifier
|
ICriterion<?> |
TokenClientParam.IMatches.systemAndValues(String theSystem,
Collection<String> theValues)
Creates a search criterion that matches a given system with a collection of possible
values (this will be used to form a comma-separated OR query)
|
ICriterion<?> |
TokenClientParam.IMatches.systemAndValues(String theSystem,
String... theValues)
Creates a search criterion that matches a given system with a collection of possible
values (this will be used to form a comma-separated OR query)
|
ICriterion<StringClientParam> |
StringClientParam.IStringMatch.value(IPrimitiveType<String> theValue)
Requests that resources be returned which match the given value
|
ICriterion<UriClientParam> |
UriClientParam.IUriMatch.value(String theValue)
Requests that resources be returned which match the given value
|
ICriterion<StringClientParam> |
StringClientParam.IStringMatch.value(String theValue)
Requests that resources be returned which match the given value
|
ICriterion<UriClientParam> |
UriClientParam.IUriMatch.value(StringDt theValue)
Requests that resources be returned which match the given value
|
ICriterion<UriClientParam> |
UriClientParam.IUriMatch.values(List<String> theValues)
Requests that resources be returned which match ANY of the given values (this is an OR search).
|
ICriterion<StringClientParam> |
StringClientParam.IStringMatch.values(List<String> theValues)
Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search).
|
ICriterion<?> |
UriClientParam.IUriMatch.values(String... theValues)
Requests that resources be returned which match ANY of the given values (this is an OR search).
|
ICriterion<?> |
StringClientParam.IStringMatch.values(String... theValues)
Requests that resources be returned which match ANY of the given values (this is an OR search, not an AND search).
|
ICriterion<B> |
CompositeCriterion.withRight(ICriterion<B> theRight) |
ICriterion<B> |
ICompositeWithLeft.withRight(ICriterion<B> theRight) |
| Modifier and Type | Method and Description |
|---|---|
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
NumberClientParam.exactly() |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
NumberClientParam.greaterThan() |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
NumberClientParam.greaterThanOrEqual() |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
NumberClientParam.lessThan() |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
NumberClientParam.lessThanOrEqual() |
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
NumberClientParam.withPrefix(ParamPrefixEnum thePrefix) |
| Modifier and Type | Method and Description |
|---|---|
IQuery<Y> |
IQuery.and(ICriterion<?> theCriterion)
Add a search parameter to the query.
|
T |
IBaseQuery.and(ICriterion<?> theCriterion)
Add a search parameter to the query.
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasChainedProperty(ICriterion<?> theCriterion)
Include a chained search.
|
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasChainedProperty(String theResourceType,
ICriterion<?> theCriterion)
Include a chained search with a resource type.
|
IQuery<Y> |
IQuery.where(ICriterion<?> theCriterion)
Add a search parameter to the query.
|
T |
IBaseQuery.where(ICriterion<?> theCriterion)
Add a search parameter to the query.
|
ICompositeWithLeft<B> |
CompositeClientParam.withLeft(ICriterion<A> theLeft) |
ICriterion<B> |
CompositeCriterion.withRight(ICriterion<B> theRight) |
ICriterion<B> |
ICompositeWithLeft.withRight(ICriterion<B> theRight) |
| Constructor and Description |
|---|
CompositeCriterion(String theName,
ICriterion<A> theLeft) |
Copyright © 2014–2019 University Health Network. All rights reserved.