public class Icd9Diagnosis extends Object
| Constructor and Description |
|---|
Icd9Diagnosis() |
| 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.
|
int |
getRank() |
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 |
setRank(int rank) |
void |
setTimestamp(Date inTimestamp)
Set the date of the observation.
|
public int getRank()
public void setRank(int rank)
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.