public interface ObservationWithResult extends Observation
| Modifier and Type | Method and Description |
|---|---|
String |
getFlag()
Get the flag for the result.
|
Double |
getResultAsNum()
Get the results as a number.
|
String |
getResultAsStr()
Get the results as a string.
|
String |
getUnits()
Get the units used to measure the results.
|
void |
setFlag(String inFlag)
Set the flag for the result.
|
void |
setResultAsNum(Double inResultAsNum)
Set the results as a number
|
void |
setResultAsStr(String inResultAsStr)
Set the results as a string.
|
void |
setUnits(String inUnits)
Set the units used to measure the results.
|
getEncounterId, getEntityId, getId, getTimestamp, setEncounterId, setEntityId, setId, setTimestampString getResultAsStr()
void setResultAsStr(String inResultAsStr)
inResultAsStr - the results, as a string.Double getResultAsNum()
void setResultAsNum(Double inResultAsNum)
inResultAsNum - The results as a number.String getUnits()
void setUnits(String inUnits)
inUnits - The units units to measure the results.String getFlag()
void setFlag(String inFlag)
inFlag - The flag for the result.Copyright © 2012–2017 Emory University. All rights reserved.