public static class RiskAssessment.Prediction extends BaseIdentifiableElement implements IResourceBlock
Definition: Describes the expected outcome for the subject
| Constructor and Description |
|---|
Prediction() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getOutcome()
Gets the value(s) for outcome ().
|
IDatatype |
getProbability()
Gets the value(s) for probability[x] ().
|
String |
getRationale()
Gets the value(s) for rationale ().
|
StringDt |
getRationaleElement()
Gets the value(s) for rationale ().
|
BigDecimal |
getRelativeRisk()
Gets the value(s) for relativeRisk ().
|
DecimalDt |
getRelativeRiskElement()
Gets the value(s) for relativeRisk ().
|
IDatatype |
getWhen()
Gets the value(s) for when[x] ().
|
boolean |
isEmpty() |
RiskAssessment.Prediction |
setOutcome(CodeableConceptDt theValue)
Sets the value(s) for outcome ()
|
RiskAssessment.Prediction |
setProbability(IDatatype theValue)
Sets the value(s) for probability[x] ()
|
RiskAssessment.Prediction |
setRationale(String theString)
Sets the value for rationale ()
|
RiskAssessment.Prediction |
setRationale(StringDt theValue)
Sets the value(s) for rationale ()
|
RiskAssessment.Prediction |
setRelativeRisk(BigDecimal theValue)
Sets the value for relativeRisk ()
|
RiskAssessment.Prediction |
setRelativeRisk(DecimalDt theValue)
Sets the value(s) for relativeRisk ()
|
RiskAssessment.Prediction |
setRelativeRisk(double theValue)
Sets the value for relativeRisk ()
|
RiskAssessment.Prediction |
setRelativeRisk(long theValue)
Sets the value for relativeRisk ()
|
RiskAssessment.Prediction |
setWhen(IDatatype theValue)
Sets the value(s) for when[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 Prediction()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getOutcome()
null.
Definition: One of the potential outcomes for the patient (e.g. remission, death, a particular condition)
public RiskAssessment.Prediction setOutcome(CodeableConceptDt theValue)
Definition: One of the potential outcomes for the patient (e.g. remission, death, a particular condition)
public IDatatype getProbability()
null.
Definition: How likely is the outcome (in the specified timeframe)
public RiskAssessment.Prediction setProbability(IDatatype theValue)
Definition: How likely is the outcome (in the specified timeframe)
public DecimalDt getRelativeRiskElement()
null.
Definition: Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.)
public BigDecimal getRelativeRisk()
null.
Definition: Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.)
public RiskAssessment.Prediction setRelativeRisk(DecimalDt theValue)
Definition: Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.)
public RiskAssessment.Prediction setRelativeRisk(long theValue)
Definition: Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.)
public RiskAssessment.Prediction setRelativeRisk(double theValue)
Definition: Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.)
public RiskAssessment.Prediction setRelativeRisk(BigDecimal theValue)
Definition: Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.)
public IDatatype getWhen()
null.
Definition: Indicates the period of time or age range of the subject to which the specified probability applies
public RiskAssessment.Prediction setWhen(IDatatype theValue)
Definition: Indicates the period of time or age range of the subject to which the specified probability applies
public StringDt getRationaleElement()
null.
Definition: Additional information explaining the basis for the prediction
public String getRationale()
null.
Definition: Additional information explaining the basis for the prediction
public RiskAssessment.Prediction setRationale(StringDt theValue)
Definition: Additional information explaining the basis for the prediction
public RiskAssessment.Prediction setRationale(String theString)
Definition: Additional information explaining the basis for the prediction
Copyright © 2014–2016 University Health Network. All rights reserved.