| Package | Description |
|---|---|
| ca.uhn.fhir.model.base.composite |
| Modifier and Type | Method and Description |
|---|---|
abstract BaseQuantityDt |
BaseQuantityDt.setCode(String theCode)
Sets the value for code (Coded form of the unit)
|
abstract BaseQuantityDt |
BaseQuantityDt.setSystem(String theUri)
Sets the value for system (System that defines coded unit form)
|
abstract BaseQuantityDt |
BaseQuantityDt.setUnits(String theString)
Sets the value for units (Unit representation)
|
abstract BaseQuantityDt |
BaseQuantityDt.setValue(BigDecimal theValue)
Sets the value(s) for value (Numerical value (with implicit precision))
|
Copyright © 2014–2017 University Health Network. All rights reserved.