public static class Observation.ReferenceRange extends BaseIdentifiableElement implements IResourceBlock
Definition: Guidance on how to interpret the value by comparison to a normal or recommended range
| Constructor and Description |
|---|
ReferenceRange() |
| Modifier and Type | Method and Description |
|---|---|
RangeDt |
getAge()
Gets the value(s) for age ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
SimpleQuantityDt |
getHigh()
Gets the value(s) for high ().
|
SimpleQuantityDt |
getLow()
Gets the value(s) for low ().
|
CodeableConceptDt |
getMeaning()
Gets the value(s) for meaning ().
|
String |
getText()
Gets the value(s) for text ().
|
StringDt |
getTextElement()
Gets the value(s) for text ().
|
boolean |
isEmpty() |
Observation.ReferenceRange |
setAge(RangeDt theValue)
Sets the value(s) for age ()
|
Observation.ReferenceRange |
setHigh(SimpleQuantityDt theValue)
Sets the value(s) for high ()
|
Observation.ReferenceRange |
setLow(SimpleQuantityDt theValue)
Sets the value(s) for low ()
|
Observation.ReferenceRange |
setMeaning(CodeableConceptDt theValue)
Sets the value(s) for meaning ()
|
Observation.ReferenceRange |
setText(String theString)
Sets the value for text ()
|
Observation.ReferenceRange |
setText(StringDt theValue)
Sets the value(s) for text ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic ReferenceRange()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic SimpleQuantityDt getLow()
null.
Definition: The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).
public Observation.ReferenceRange setLow(SimpleQuantityDt theValue)
Definition: The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).
public SimpleQuantityDt getHigh()
null.
Definition: The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).
public Observation.ReferenceRange setHigh(SimpleQuantityDt theValue)
Definition: The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).
public CodeableConceptDt getMeaning()
null.
Definition: Code for the meaning of the reference range
public Observation.ReferenceRange setMeaning(CodeableConceptDt theValue)
Definition: Code for the meaning of the reference range
public RangeDt getAge()
null.
Definition: The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so
public Observation.ReferenceRange setAge(RangeDt theValue)
Definition: The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so
public StringDt getTextElement()
null.
Definition: Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of \"Negative\" or a list or table of 'normals'.
public String getText()
null.
Definition: Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of \"Negative\" or a list or table of 'normals'.
public Observation.ReferenceRange setText(StringDt theValue)
Definition: Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of \"Negative\" or a list or table of 'normals'.
public Observation.ReferenceRange setText(String theString)
Definition: Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of \"Negative\" or a list or table of 'normals'.
Copyright © 2014–2016 University Health Network. All rights reserved.