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 interfaceQuantityClientParam.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()StringgetParamName()Returns the name of this parameterNumberClientParam.IMatches<QuantityClientParam.IAndUnits>greaterThan()NumberClientParam.IMatches<QuantityClientParam.IAndUnits>greaterThanOrEquals()ICriterion<?>isMissing(boolean theMissing)Sets the:missingqualifier 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:IParamReturns the name of this parameter- Specified by:
getParamNamein 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, ornullfor no prefix
-
isMissing
public ICriterion<?> isMissing(boolean theMissing)
Description copied from interface:IParamSets the:missingqualifier for this parameter. Set this totrueto indicate that the server should return resources with this valuepopulated
. Set this tofalseto indicate that the server should return resources with this value missing.
-
-