public class ArdenValue
extends java.lang.Object
Constructor and Description |
---|
ArdenValue() |
ArdenValue(Patient p,
java.util.Locale l) |
Modifier and Type | Method and Description |
---|---|
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() |
public ArdenValue()
public ArdenValue(Patient p, java.util.Locale l)
public void addObs(java.util.List<Obs> o)
public java.lang.Double getValueNumeric()
public java.lang.Boolean getValueAsBoolean()
public java.lang.String getValueText()
public java.lang.Integer getValueCoded()
public Patient getPatient()
public void PrintObsMap()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.