public interface Observation
| 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 |
getId()
Get the unique identifier for the observation.
|
Date |
getTimestamp()
Get the date of the observation.
|
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 |
setId(String inId)
Set the unique identifier for the observation.
|
void |
setTimestamp(Date inTimestamp)
Set the date of the observation.
|
String getId()
void setId(String inId)
inId - The unique identifier for the observation.Long getEncounterId()
void setEncounterId(Long inEncounterId)
inEncounterId - The unique identifier for the encounter.Date getTimestamp()
void setTimestamp(Date inTimestamp)
inTimestamp - The date of the observation.String getEntityId()
void setEntityId(String inEntityId)
inEntityId - The unique identifier for the entity.Copyright © 2012–2016 Emory University. All rights reserved.