| Package | Description |
|---|---|
| org.fhir.ucum | |
| org.fhir.ucum.special |
| Modifier and Type | Method and Description |
|---|---|
Decimal |
Decimal.add(Decimal other) |
Decimal |
UcumEssenceService.convert(Decimal value,
String sourceUnit,
String destUnit) |
Decimal |
UcumService.convert(Decimal value,
String sourceUnit,
String destUnit)
given a value and source unit, return the value in the given dest unit
an exception is thrown if the conversion is not possible
|
Decimal |
Decimal.copy() |
Decimal |
Decimal.divide(Decimal other) |
Decimal |
Decimal.divInt(Decimal other) |
Decimal |
Pair.getValue() |
Decimal |
Prefix.getValue() |
Decimal |
Canonical.getValue() |
Decimal |
Value.getValue() |
Decimal |
Decimal.modulo(Decimal other) |
Decimal |
Decimal.multiply(Decimal other) |
static Decimal |
Decimal.one() |
Decimal |
Decimal.subtract(Decimal other) |
Decimal |
Decimal.trunc() |
static Decimal |
Decimal.zero() |
| Modifier and Type | Method and Description |
|---|---|
Decimal |
Decimal.add(Decimal other) |
int |
Decimal.comparesTo(Decimal other) |
Decimal |
UcumEssenceService.convert(Decimal value,
String sourceUnit,
String destUnit) |
Decimal |
UcumService.convert(Decimal value,
String sourceUnit,
String destUnit)
given a value and source unit, return the value in the given dest unit
an exception is thrown if the conversion is not possible
|
Decimal |
Decimal.divide(Decimal other) |
void |
Canonical.divideValue(Decimal divisor) |
Decimal |
Decimal.divInt(Decimal other) |
boolean |
Decimal.equals(Decimal other) |
boolean |
Decimal.equals(Decimal value,
Decimal maxDifference) |
Decimal |
Decimal.modulo(Decimal other) |
Decimal |
Decimal.multiply(Decimal other) |
void |
Canonical.multiplyValue(Decimal multiplicand) |
void |
Prefix.setValue(Decimal index) |
void |
Canonical.setValue(Decimal value) |
void |
Value.setValue(Decimal value) |
Decimal |
Decimal.subtract(Decimal other) |
| Constructor and Description |
|---|
Canonical(Decimal value) |
Pair(Decimal value,
String code) |
Value(String unit,
String unitUC,
Decimal value) |
| Modifier and Type | Method and Description |
|---|---|
Decimal |
FahrenheitHandler.getValue() |
abstract Decimal |
SpecialUnitHandler.getValue()
get the conversion value
|
Decimal |
CelsiusHandler.getValue() |
Decimal |
HoldingHandler.getValue() |
| Constructor and Description |
|---|
HoldingHandler(String code,
String units,
Decimal value) |
Copyright © 2014–2019 University Health Network. All rights reserved.