public class RangeDt extends BaseIdentifiableElement implements ICompositeDatatype
Definition: A set of ordered Quantities defined by a low and high limit.
Requirements: Need to be able to specify ranges of values
| Constructor and Description |
|---|
RangeDt()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
SimpleQuantityDt |
getHigh()
Gets the value(s) for high ().
|
SimpleQuantityDt |
getLow()
Gets the value(s) for low ().
|
boolean |
isEmpty() |
RangeDt |
setHigh(SimpleQuantityDt theValue)
Sets the value(s) for high ()
|
RangeDt |
setLow(SimpleQuantityDt theValue)
Sets the value(s) for low ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptypublic RangeDt()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic SimpleQuantityDt getLow()
null.
Definition: The low limit. The boundary is inclusive.
public RangeDt setLow(SimpleQuantityDt theValue)
Definition: The low limit. The boundary is inclusive.
public SimpleQuantityDt getHigh()
null.
Definition: The high limit. The boundary is inclusive.
public RangeDt setHigh(SimpleQuantityDt theValue)
Definition: The high limit. The boundary is inclusive.
Copyright © 2014–2016 University Health Network. All rights reserved.