org.openmrs.arden
Class ArdenValue

java.lang.Object
  extended by org.openmrs.arden.ArdenValue

public class ArdenValue
extends java.lang.Object


Constructor Summary
ArdenValue()
           
ArdenValue(Patient p, java.util.Locale l)
           
 
Method Summary
 void addObs(java.util.List<Obs> o)
           
 Patient getPatient()
           
 java.lang.Boolean getValueAsBoolean()
          This converts the value_numeric to a value_boolean, essentially
 java.lang.Integer getValueCoded()
           
 java.lang.Double getValueNumeric()
           
 java.lang.String getValueText()
           
 void PrintObsMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArdenValue

public ArdenValue()

ArdenValue

public ArdenValue(Patient p,
                  java.util.Locale l)
Method Detail

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()

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change