|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.BaseOpenmrsObject org.openmrs.Concept org.openmrs.ConceptDerived
public class ConceptDerived
Represent a concept derived from multiple observations or non-observational data
Constructor Summary | |
---|---|
ConceptDerived()
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the full name (including package) of class implementing the rule |
java.util.Date |
getCompileDate()
Date that rule was last compiled |
java.lang.String |
getCompileStatus()
Result status of last compilation of rule |
java.lang.String |
getRule()
Returns the rule for the derived concept |
void |
setClassName(java.lang.String className)
Updates the name of the class that implements this rule |
void |
setCompileDate(java.util.Date compileDate)
Updates date on which rule was last compiled |
void |
setCompileStatus(java.lang.String compileStatus)
Sets result status of last compilation of rule |
void |
setRule(java.lang.String rule)
Updates rule for derived concept |
Methods inherited from class org.openmrs.BaseOpenmrsObject |
---|
getUuid, setUuid |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openmrs.OpenmrsObject |
---|
getUuid, setUuid |
Constructor Detail |
---|
public ConceptDerived()
Method Detail |
---|
public java.lang.String getRule()
public void setRule(java.lang.String rule)
rule
- new rule for derived conceptpublic java.util.Date getCompileDate()
public void setCompileDate(java.util.Date compileDate)
compileDate
- date on which rule was compiledpublic java.lang.String getCompileStatus()
public void setCompileStatus(java.lang.String compileStatus)
compileStatus
- result status of last compilation of rulepublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- name of class that implements this rule
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |