public static class Observation.Component extends BaseIdentifiableElement implements IResourceBlock
Definition: Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
Observation.ReferenceRange |
addReferenceRange()
Adds and returns a new value for referenceRange ()
|
Observation.Component |
addReferenceRange(Observation.ReferenceRange theValue)
Adds a given new value for referenceRange ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code (what).
|
CodeableConceptDt |
getDataAbsentReason()
Gets the value(s) for dataAbsentReason ().
|
List<Observation.ReferenceRange> |
getReferenceRange()
Gets the value(s) for referenceRange ().
|
Observation.ReferenceRange |
getReferenceRangeFirstRep()
Gets the first repetition for referenceRange (),
creating it if it does not already exist.
|
IDatatype |
getValue()
Gets the value(s) for value[x] ().
|
boolean |
isEmpty() |
Observation.Component |
setCode(CodeableConceptDt theValue)
Sets the value(s) for code (what)
|
Observation.Component |
setDataAbsentReason(CodeableConceptDt theValue)
Sets the value(s) for dataAbsentReason ()
|
Observation.Component |
setReferenceRange(List<Observation.ReferenceRange> theValue)
Sets the value(s) for referenceRange ()
|
Observation.Component |
setValue(IDatatype theValue)
Sets the value(s) for value[x] ()
|
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 Component()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getCode()
null.
Definition: Describes what was observed. Sometimes this is called the observation \"code\"
public Observation.Component setCode(CodeableConceptDt theValue)
Definition: Describes what was observed. Sometimes this is called the observation \"code\"
public IDatatype getValue()
null.
Definition: The information determined as a result of making the observation, if the information has a simple value
public Observation.Component setValue(IDatatype theValue)
Definition: The information determined as a result of making the observation, if the information has a simple value
public CodeableConceptDt getDataAbsentReason()
null.
Definition: Provides a reason why the expected value in the element Observation.value[x] is missing.
public Observation.Component setDataAbsentReason(CodeableConceptDt theValue)
Definition: Provides a reason why the expected value in the element Observation.value[x] is missing.
public List<Observation.ReferenceRange> getReferenceRange()
null.
Definition: Guidance on how to interpret the value by comparison to a normal or recommended range
public Observation.Component setReferenceRange(List<Observation.ReferenceRange> theValue)
Definition: Guidance on how to interpret the value by comparison to a normal or recommended range
public Observation.ReferenceRange addReferenceRange()
Definition: Guidance on how to interpret the value by comparison to a normal or recommended range
public Observation.Component addReferenceRange(Observation.ReferenceRange theValue)
Definition: Guidance on how to interpret the value by comparison to a normal or recommended range
theValue - The referenceRange to add (must not be null)public Observation.ReferenceRange getReferenceRangeFirstRep()
Definition: Guidance on how to interpret the value by comparison to a normal or recommended range
Copyright © 2014–2016 University Health Network. All rights reserved.