| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
NumberClientParam.IMatches<QuantityClientParam.IAndUnits> |
QuantityClientParam.withPrefix(ParamPrefixEnum thePrefix)
Use the given quantity prefix
|
NumberClientParam.IMatches<ICriterion<NumberClientParam>> |
NumberClientParam.withPrefix(ParamPrefixEnum thePrefix) |
| Modifier and Type | Method and Description |
|---|---|
static ParamPrefixEnum |
ParamPrefixEnum.forValue(String theValue)
Returns the prefix associated with a given DSTU2+ value (e.g.
|
ParamPrefixEnum |
BaseParamWithPrefix.getPrefix()
Returns the prefix used by this parameter (e.g.
|
static ParamPrefixEnum |
ParamPrefixEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamPrefixEnum[] |
ParamPrefixEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseParamWithPrefix.setPrefix(ParamPrefixEnum thePrefix)
Sets the prefix used by this parameter (e.g.
|
| Constructor and Description |
|---|
DateParam(ParamPrefixEnum thePrefix,
Date theDate)
Constructor
|
DateParam(ParamPrefixEnum thePrefix,
DateTimeDt theDate)
Constructor
|
DateParam(ParamPrefixEnum thePrefix,
IPrimitiveType<Date> theDate)
Constructor
|
DateParam(ParamPrefixEnum thePrefix,
long theDate)
Constructor
|
DateParam(ParamPrefixEnum thePrefix,
String theDate)
Constructor
|
QuantityParam(ParamPrefixEnum thePrefix,
BigDecimal theValue,
String theSystem,
String theUnits)
Constructor
|
QuantityParam(ParamPrefixEnum thePrefix,
double theValue,
String theSystem,
String theUnits)
Constructor
|
QuantityParam(ParamPrefixEnum thePrefix,
long theValue,
String theSystem,
String theUnits)
Constructor
|
Copyright © 2014–2017 University Health Network. All rights reserved.