| Package | Description |
|---|---|
| org.hl7.fhir.utilities.ucum |
| Modifier and Type | Method and Description |
|---|---|
Pair |
UcumEssenceService.getCanonicalForm(Pair value) |
Pair |
UcumService.getCanonicalForm(Pair value)
given a value/unit pair, return the canonical form as a value/unit pair
1 mm -> 1e-3 m
|
Pair |
UcumEssenceService.multiply(Pair o1,
Pair o2) |
Pair |
UcumService.multiply(Pair o1,
Pair o2)
multiply two value/units pairs together and return the result in canonical units
Note: since the units returned are canonical,
|
| Modifier and Type | Method and Description |
|---|---|
Pair |
UcumEssenceService.getCanonicalForm(Pair value) |
Pair |
UcumService.getCanonicalForm(Pair value)
given a value/unit pair, return the canonical form as a value/unit pair
1 mm -> 1e-3 m
|
Pair |
UcumEssenceService.multiply(Pair o1,
Pair o2) |
Pair |
UcumService.multiply(Pair o1,
Pair o2)
multiply two value/units pairs together and return the result in canonical units
Note: since the units returned are canonical,
|
Copyright © 2014–2018 University Health Network. All rights reserved.