public final class Observer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Observer.Builder
Builder for Observer
|
| Modifier and Type | Method and Description |
|---|---|
void |
addObservation(Observation observation)
Adds an observation to this observer's set of observations.
|
String |
getName()
Gets the observer name
|
Set<Observation> |
getObservations()
Gets the set of observations observed by this observer.
|
String |
getObserverCode()
Gets the i2b2 observer code.
|
String |
getObserverPath()
Gets the i2b2 observer path.
|
public String getObserverCode()
public String getObserverPath()
public String getName()
public Set<Observation> getObservations()
Set of Observationspublic void addObservation(Observation observation)
observation - the Observation to addCopyright © 2016–2019 Emory University. All rights reserved.