| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.base.composite | |
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.param | |
| ca.uhn.fhir.rest.param.binder |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IQueryParameterOr<T extends IQueryParameterType> |
| Modifier and Type | Method and Description |
|---|---|
IQueryParameterType |
IQueryParameterType.setMissing(Boolean theMissing)
If set to non-null value, indicates that this parameter has been populated with a "[name]:missing=true" or "[name]:missing=false" vale
instead of a normal value
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCodingDt |
class |
BaseIdentifierDt |
class |
BaseQuantityDt |
| Modifier and Type | Method and Description |
|---|---|
IQueryParameterType |
BaseIdentifierDt.setMissing(Boolean theMissing)
Deprecated.
get/setMissing is not supported in StringDt. Use
StringParam instead if you
need this functionality |
IQueryParameterType |
BaseQuantityDt.setMissing(Boolean theMissing)
Deprecated.
get/setMissing is not supported in StringDt. Use
QuantityParam instead if you
need this functionality |
IQueryParameterType |
BaseCodingDt.setMissing(Boolean theMissing)
Deprecated.
get/setMissing is not supported in StringDt. Use
TokenParam instead if you
need this functionality |
| Modifier and Type | Class and Description |
|---|---|
class |
IdrefDt |
class |
MarkdownDt |
class |
StringDt |
class |
TimeDt
Represents a Time datatype, per the FHIR specification.
|
| Modifier and Type | Method and Description |
|---|---|
IQueryParameterType |
StringDt.setMissing(Boolean theMissing)
Deprecated.
get/setMissing is not supported in StringDt. Use
StringParam instead if you
need this functionality |
| Modifier and Type | Method and Description |
|---|---|
IOperationUntypedWithInputAndPartialOutput<T> |
IOperationUntypedWithInputAndPartialOutput.andSearchParameter(String theName,
IQueryParameterType theValue)
Adds a URL parameter to the request.
|
<T extends IBaseParameters> |
IOperationUntyped.withSearchParameter(Class<T> theParameterType,
String theName,
IQueryParameterType theValue)
Use chained method calls to construct a Parameters input.
|
| Modifier and Type | Method and Description |
|---|---|
T |
IBaseQuery.where(Map<String,List<IQueryParameterType>> theCriterion)
Add a set of search parameters to the query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType> |
class |
CompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType> |
class |
CompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType> |
class |
CompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType> |
class |
CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType> |
class |
CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType> |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseParamWithPrefix<T extends ca.uhn.fhir.rest.param.BaseParam> |
class |
CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType> |
class |
DateParam |
class |
HasParam
Implementation of the _has method parameter
|
class |
InternalCodingDt |
class |
NumberParam |
class |
QuantityParam |
class |
ReferenceParam |
class |
SpecialParam |
class |
StringParam |
class |
TokenParam |
class |
UriParam |
| Modifier and Type | Method and Description |
|---|---|
IQueryParameterType |
InternalCodingDt.setMissing(Boolean theMissing)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static IQueryParameterOr<?> |
ParameterUtil.singleton(IQueryParameterType theParam,
String theParamName) |
| Modifier and Type | Method and Description |
|---|---|
IQueryParameterType |
QueryParameterTypeBinder.parse(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theParams) |
| Modifier and Type | Method and Description |
|---|---|
List<IQueryParameterOr<?>> |
QueryParameterTypeBinder.encode(FhirContext theContext,
IQueryParameterType theValue) |
| Constructor and Description |
|---|
QueryParameterAndBinder(Class<? extends IQueryParameterAnd<?>> theType,
List<Class<? extends IQueryParameterType>> theCompositeTypes) |
QueryParameterOrBinder(Class<? extends IQueryParameterOr<?>> theType,
List<Class<? extends IQueryParameterType>> theCompositeTypes) |
QueryParameterTypeBinder(Class<? extends IQueryParameterType> theType,
List<Class<? extends IQueryParameterType>> theCompositeTypes) |
QueryParameterTypeBinder(Class<? extends IQueryParameterType> theType,
List<Class<? extends IQueryParameterType>> theCompositeTypes) |
Copyright © 2014–2019 University Health Network. All rights reserved.