public interface MlmRule extends Rule
ArdenService
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
Returns the action that should be taken when the logic evaluates to true
|
java.lang.Integer |
getAgeMax() |
java.lang.String |
getAgeMaxUnits() |
java.lang.Integer |
getAgeMin() |
java.lang.String |
getAgeMinUnits() |
java.lang.String |
getAuthor()
Returns the name of the person that authored this rule
|
java.lang.String |
getCitations()
Returns citations that can be used as reference for this rule
|
java.lang.String |
getData()
Returns the portion of the rule logic that pulls the data to run the rule
|
java.lang.String |
getDate()
Returns the date this rule was created
|
java.lang.String |
getExplanation()
Returns an explanation of why this rule is needed
|
java.lang.String |
getInstitution()
Returns the institution that authored this rule
|
java.lang.String |
getKeywords()
Returns keywords that can be used to classify the rule
|
java.lang.String |
getLinks()
Returns urls that can be used as reference for this rule
|
java.lang.String |
getLogic()
Returns the logic that is applied to the data to decide what action should be taken
|
java.lang.Integer |
getPriority()
Returns the priority value of the rule.
|
java.lang.String |
getPurpose()
Returns the purpose of this rule
|
java.lang.String |
getSpecialist()
Returns the name of the specialist this rule applies to
|
java.lang.String |
getTitle()
Returns a descriptive title for the rule.
|
java.lang.String |
getType()
Returns the type of the rule.
|
java.lang.Double |
getVersion()
Returns the version of the rule.
|
eval, getDefaultDatatype, getDependencies, getParameterList, getTTL
java.lang.Integer getPriority()
java.lang.String getTitle()
java.lang.Double getVersion()
java.lang.String getInstitution()
java.lang.String getAuthor()
java.lang.String getSpecialist()
java.lang.String getDate()
java.lang.String getPurpose()
java.lang.String getExplanation()
java.lang.String getKeywords()
java.lang.String getCitations()
java.lang.String getLinks()
java.lang.String getData()
java.lang.String getLogic()
java.lang.String getAction()
java.lang.String getType()
java.lang.Integer getAgeMin()
java.lang.Integer getAgeMax()
java.lang.String getAgeMinUnits()
java.lang.String getAgeMaxUnits()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.