
Package ca.uhn.fhir.rest.gclient
Class QuantityClientParam
java.lang.Object
ca.uhn.fhir.rest.gclient.QuantityClientParam
- All Implemented Interfaces:
IParam
Quantity parameter type for use in fluent client interfaces
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexactly()Returns the name of this parameterICriterion<?> isMissing(boolean theMissing) Sets the:missingqualifier for this parameter.lessThan()withPrefix(ParamPrefixEnum thePrefix) Use the given quantity prefix
-
Constructor Details
-
QuantityClientParam
-
-
Method Details
-
approximately
-
exactly
-
getParamName
Description copied from interface:IParamReturns the name of this parameter- Specified by:
getParamNamein interfaceIParam
-
greaterThan
-
greaterThanOrEquals
-
lessThan
-
lessThanOrEquals
-
withPrefix
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> withPrefix(ParamPrefixEnum thePrefix) Use the given quantity prefix- Parameters:
thePrefix- The prefix, ornullfor no prefix
-
isMissing
Description copied from interface:IParamSets the:missingqualifier for this parameter. Set this totrueto indicate that the server should return resources with this valuemissing
. Set this tofalseto indicate that the server should return resources with this value populated.
-