org.openmrs.arden
Class ArdenValue
java.lang.Object
org.openmrs.arden.ArdenValue
public class ArdenValue
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArdenValue
public ArdenValue()
ArdenValue
public ArdenValue(Patient p,
java.util.Locale l)
addObs
public void addObs(java.util.List<Obs> o)
getValueNumeric
public java.lang.Double getValueNumeric()
- Returns:
- Returns the valueNumeric. Returning the last elements value for now // TODO
getValueAsBoolean
public java.lang.Boolean getValueAsBoolean()
- This converts the value_numeric to a value_boolean, essentially
- Returns:
- Boolean of the obs value
getValueText
public java.lang.String getValueText()
- Returns:
- Returns the valueText. Returning the last elements value for now // TODO
getValueCoded
public java.lang.Integer getValueCoded()
getPatient
public Patient getPatient()
PrintObsMap
public void PrintObsMap()
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change