
Package ca.uhn.fhir.rest.gclient
Class QuantityClientParam
- java.lang.Object
-
- ca.uhn.fhir.rest.gclient.QuantityClientParam
-
- All Implemented Interfaces:
IParam
public class QuantityClientParam extends Object implements IParam
Token parameter type for use in fluent client interfaces
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
QuantityClientParam.IAndUnits
-
Constructor Summary
Constructors Constructor Description QuantityClientParam(String theParamName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumberClientParam.IMatches<QuantityClientParam.IAndUnits>
approximately()
NumberClientParam.IMatches<QuantityClientParam.IAndUnits>
exactly()
String
getParamName()
Returns the name of this parameterNumberClientParam.IMatches<QuantityClientParam.IAndUnits>
greaterThan()
NumberClientParam.IMatches<QuantityClientParam.IAndUnits>
greaterThanOrEquals()
ICriterion<?>
isMissing(boolean theMissing)
Sets the:missing
qualifier for this parameter.NumberClientParam.IMatches<QuantityClientParam.IAndUnits>
lessThan()
NumberClientParam.IMatches<QuantityClientParam.IAndUnits>
lessThanOrEquals()
NumberClientParam.IMatches<QuantityClientParam.IAndUnits>
withPrefix(ParamPrefixEnum thePrefix)
Use the given quantity prefix
-
-
-
Constructor Detail
-
QuantityClientParam
public QuantityClientParam(String theParamName)
-
-
Method Detail
-
approximately
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> approximately()
-
exactly
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> exactly()
-
getParamName
public String getParamName()
Description copied from interface:IParam
Returns the name of this parameter- Specified by:
getParamName
in interfaceIParam
-
greaterThan
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> greaterThan()
-
greaterThanOrEquals
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> greaterThanOrEquals()
-
lessThan
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> lessThan()
-
lessThanOrEquals
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> lessThanOrEquals()
-
withPrefix
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> withPrefix(ParamPrefixEnum thePrefix)
Use the given quantity prefix- Parameters:
thePrefix
- The prefix, ornull
for no prefix
-
isMissing
public ICriterion<?> isMissing(boolean theMissing)
Description copied from interface:IParam
Sets the:missing
qualifier for this parameter. Set this totrue
to indicate that the server should return resources with this valuepopulated
. Set this tofalse
to indicate that the server should return resources with this value missing.
-
-