public class QuantityClientParam extends Object implements IParam
| Modifier and Type | Class and Description |
|---|---|
static interface |
QuantityClientParam.IAndUnits |
| Constructor and Description |
|---|
QuantityClientParam(String theParamName) |
| Modifier and Type | Method and Description |
|---|---|
NumberClientParam.IMatches<QuantityClientParam.IAndUnits> |
approximately() |
NumberClientParam.IMatches<QuantityClientParam.IAndUnits> |
exactly() |
String |
getParamName()
Returns the name of this parameter
|
NumberClientParam.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
|
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()
public 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.