| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu.valueset | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<QuantityCompararatorEnum> |
QuantityCompararatorEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
QuantityCompararatorEnum |
QuantityCompararatorEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static QuantityCompararatorEnum |
QuantityCompararatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuantityCompararatorEnum[] |
QuantityCompararatorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NumberClientParam.IMatches<QuantityClientParam.IAndUnits> |
QuantityClientParam.withComparator(QuantityCompararatorEnum theComparator) |
| Modifier and Type | Method and Description |
|---|---|
QuantityCompararatorEnum |
QuantityParam.getComparator() |
QuantityCompararatorEnum |
NumberParam.getComparator() |
QuantityCompararatorEnum |
DateParam.getComparator()
Returns the comparator, or
null if none has been set |
| Modifier and Type | Method and Description |
|---|---|
QuantityParam |
QuantityParam.setComparator(QuantityCompararatorEnum theComparator) |
void |
DateParam.setComparator(QuantityCompararatorEnum theComparator) |
| Constructor and Description |
|---|
DateParam(QuantityCompararatorEnum theComparator,
Date theDate)
Constructor
|
DateParam(QuantityCompararatorEnum theComparator,
DateTimeDt theDate)
Constructor
|
DateParam(QuantityCompararatorEnum theComparator,
IPrimitiveType<Date> theDate)
Constructor
|
DateParam(QuantityCompararatorEnum theComparator,
long theDate)
Constructor
|
DateParam(QuantityCompararatorEnum theComparator,
String theDate)
Constructor
|
QualifiedDateParam(QuantityCompararatorEnum theComparator,
Date theDate)
Deprecated.
Constructor
|
QualifiedDateParam(QuantityCompararatorEnum theComparator,
String theDate)
Deprecated.
Constructor
|
QuantityParam(QuantityCompararatorEnum theComparator,
BigDecimal theValue,
String theSystem,
String theUnits)
Constructor
|
QuantityParam(QuantityCompararatorEnum theComparator,
double theValue,
String theSystem,
String theUnits)
Constructor
|
QuantityParam(QuantityCompararatorEnum theComparator,
long theValue,
String theSystem,
String theUnits)
Constructor
|
Copyright © 2014–2016 University Health Network. All rights reserved.