| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| 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<DateClientParam> |
DateClientParam.IDateSpecifier.day(Date theValue) |
ICriterion<DateClientParam> |
DateClientParam.IDateSpecifier.day(String theValue) |
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasChainedProperty(ICriterion<?> theCriterion) |
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasId(IdDt 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.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<DateClientParam> |
DateClientParam.IDateSpecifier.now() |
ICriterion<DateClientParam> |
DateClientParam.IDateSpecifier.second(Date theValue) |
ICriterion<DateClientParam> |
DateClientParam.IDateSpecifier.second(String theValue) |
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<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<StringClientParam> |
StringClientParam.IStringMatch.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> |
ICompositeWithLeft.withRight(ICriterion<B> theRight) |
ICriterion<B> |
CompositeCriterion.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() |
| Modifier and Type | Method and Description |
|---|---|
IQuery<T> |
IQuery.and(ICriterion<?> theCriterion) |
T |
IBaseQuery.and(ICriterion<?> theCriterion) |
ICriterion<ReferenceClientParam> |
ReferenceClientParam.hasChainedProperty(ICriterion<?> theCriterion) |
IQuery<T> |
IQuery.where(ICriterion<?> theCriterion) |
T |
IBaseQuery.where(ICriterion<?> theCriterion) |
ICompositeWithLeft<B> |
CompositeClientParam.withLeft(ICriterion<A> theLeft) |
ICriterion<B> |
ICompositeWithLeft.withRight(ICriterion<B> theRight) |
ICriterion<B> |
CompositeCriterion.withRight(ICriterion<B> theRight) |
| Constructor and Description |
|---|
CompositeCriterion(String theName,
ICriterion<A> theLeft) |
Copyright © 2014–2016 University Health Network. All rights reserved.