public class Observation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Observation.Builder
The builder for Observation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBlob()
Gets the i2b2 observation blob.
|
String |
getConceptCode()
Gets the i2b2 concept code for this observation.
|
String |
getConceptPath()
Gets the i2b2 concept path for this observation.
|
Date |
getEndDate()
Gets the end date of this observation.
|
Event |
getEvent()
Gets the event this observation was recorded at.
|
String |
getLocation()
Gets the location of the observation
|
String |
getModifier()
Gets the i2b2 modifier code.
|
String |
getNval()
Gets the value of the numerical result of the observation.
|
String |
getObserver()
Gets the observer string.
|
Date |
getStartDate()
Gets the start date of this observation.
|
String |
getTval()
Gets the value of the text result of the observation.
|
String |
getUnits()
Gets the units of the observation result.
|
String |
getValueflag()
Gets the value flag of the observation.
|
String |
getValuetype()
Gets the value type of the observation result (text or numerical).
|
public Event getEvent()
Event this observation was recorded atpublic String getConceptCode()
public String getConceptPath()
public String getObserver()
public Date getStartDate()
Datepublic Date getEndDate()
Datepublic String getModifier()
public String getValuetype()
public String getTval()
public String getNval()
public String getValueflag()
public String getUnits()
public String getLocation()
public String getBlob()
Copyright © 2016–2017 Emory University. All rights reserved.