public class QuantityClientParam extends Object implements IParam
| Modifier and Type | Class and Description |
|---|---|
static interface |
QuantityClientParam.IAndUnits |
| Constructor and Description |
|---|
QuantityClientParam(String theParamName) |
public QuantityClientParam(String theParamName)
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> approximately()
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> exactly()
public String getParamName()
IParamgetParamName in interface IParampublic NumberClientParam.IMatches<QuantityClientParam.IAndUnits> greaterThan()
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> greaterThanOrEquals()
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> lessThan()
public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> lessThanOrEquals()
@Deprecated public NumberClientParam.IMatches<QuantityClientParam.IAndUnits> withComparator(QuantityCompararatorEnum theComparator)
withPrefix(ParamPrefixEnum) instead, as QuantityCompararatorEnum has been deprecatedpublic NumberClientParam.IMatches<QuantityClientParam.IAndUnits> withPrefix(ParamPrefixEnum thePrefix)
thePrefix - The prefix, or null for no prefixpublic ICriterion<?> isMissing(boolean theMissing)
IParam:missing qualifier for this parameter. Set this to true
to indicate that the server should return resources with this value populated
. Set this tofalse to indicate that the server should return resources with this value missing.Copyright © 2014–2017 University Health Network. All rights reserved.