public class RatioDt extends BaseIdentifiableElement implements ICompositeDatatype
Definition: A relationship of two Quantity values - expressed as a numerator and a denominator.
Requirements: Need to able to capture ratios for some measurements (titers) and some rates (costs)
| Constructor and Description |
|---|
RatioDt()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
QuantityDt |
getDenominator()
Gets the value(s) for denominator ().
|
QuantityDt |
getNumerator()
Gets the value(s) for numerator ().
|
boolean |
isEmpty() |
RatioDt |
setDenominator(QuantityDt theValue)
Sets the value(s) for denominator ()
|
RatioDt |
setNumerator(QuantityDt theValue)
Sets the value(s) for numerator ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptypublic RatioDt()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic QuantityDt getNumerator()
null.
Definition: The value of the numerator
public RatioDt setNumerator(QuantityDt theValue)
Definition: The value of the numerator
public QuantityDt getDenominator()
null.
Definition: The value of the denominator
public RatioDt setDenominator(QuantityDt theValue)
Definition: The value of the denominator
Copyright © 2014–2016 University Health Network. All rights reserved.