public class RangeDt extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptypublic RangeDt()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.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–2018 University Health Network. All rights reserved.