Uses of Class
ca.uhn.fhir.model.base.composite.BaseQuantityDt
-
Packages that use BaseQuantityDt Package Description ca.uhn.fhir.model.base.composite -
-
Uses of BaseQuantityDt in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite that return BaseQuantityDt Modifier and Type Method Description abstract BaseQuantityDtBaseQuantityDt. setCode(String theCode)Sets the value for code (Coded form of the unit)abstract BaseQuantityDtBaseQuantityDt. setSystem(String theUri)Sets the value for system (System that defines coded unit form)abstract BaseQuantityDtBaseQuantityDt. setUnits(String theString)Sets the value for units (Unit representation)abstract BaseQuantityDtBaseQuantityDt. setValue(BigDecimal theValue)Sets the value(s) for value (Numerical value (with implicit precision))
-