public class Vital extends Object
| Constructor and Description |
|---|
Vital() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEncounterId()
Get the unique identifier for the encounter with which the observation is
associated.
|
String |
getEntityId()
Get the unique identifier for the entity associated with the observation.
|
String |
getFlag()
Get the flag for the result.
|
String |
getId()
Get the unique identifier for the observation.
|
Double |
getResultAsNum()
Get the results as a number.
|
String |
getResultAsStr()
Get the results as a string.
|
Date |
getTimestamp()
Get the date of the observation.
|
String |
getUnits()
Get the units used to measure the results.
|
void |
setEncounterId(Long inEncounterId)
Set the unique identifier for the encounter with which the observation is
associated.
|
void |
setEntityId(String inEntityId)
Set the unique identifier for the entity associated with the observation.
|
void |
setFlag(String inFlag)
Set the flag for the result.
|
void |
setId(String inId)
Set the unique identifier for the observation.
|
void |
setResultAsNum(Double inResultAsNum)
Set the results as a number
|
void |
setResultAsStr(String inResultAsStr)
Set the results as a string.
|
void |
setTimestamp(Date inTimestamp)
Set the date of the observation.
|
void |
setUnits(String inUnits)
Set the units used to measure the results.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncounterId, getEntityId, getId, getTimestamp, setEncounterId, setEntityId, setId, setTimestamppublic String getResultAsStr()
ObservationWithResultgetResultAsStr in interface ObservationWithResultpublic void setResultAsStr(String inResultAsStr)
ObservationWithResultsetResultAsStr in interface ObservationWithResultinResultAsStr - the results, as a string.public Double getResultAsNum()
ObservationWithResultgetResultAsNum in interface ObservationWithResultpublic void setResultAsNum(Double inResultAsNum)
ObservationWithResultsetResultAsNum in interface ObservationWithResultinResultAsNum - The results as a number.public String getUnits()
ObservationWithResultgetUnits in interface ObservationWithResultpublic void setUnits(String inUnits)
ObservationWithResultsetUnits in interface ObservationWithResultinUnits - The units units to measure the results.public String getFlag()
ObservationWithResultgetFlag in interface ObservationWithResultpublic void setFlag(String inFlag)
ObservationWithResultsetFlag in interface ObservationWithResultinFlag - The flag for the result.public String getId()
ObservationgetId in interface Observationpublic void setId(String inId)
ObservationsetId in interface ObservationinId - The unique identifier for the observation.public Long getEncounterId()
ObservationgetEncounterId in interface Observationpublic void setEncounterId(Long inEncounterId)
ObservationsetEncounterId in interface ObservationinEncounterId - The unique identifier for the encounter.public Date getTimestamp()
ObservationgetTimestamp in interface Observationpublic void setTimestamp(Date inTimestamp)
ObservationsetTimestamp in interface ObservationinTimestamp - The date of the observation.public String getEntityId()
ObservationgetEntityId in interface Observationpublic void setEntityId(String inEntityId)
ObservationsetEntityId in interface ObservationinEntityId - The unique identifier for the entity.Copyright © 2012–2017 Emory University. All rights reserved.