Package | Description |
---|---|
org.openmrs.arden | |
org.openmrs.logic |
The OpenMRS Logic Service provides access to granular and derived
data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MlmRule
A medical logic module (MLM) is an independent unit in a health knowledge base that combines the
knowledge required and the definition of the way it should be applied for a single health
decision (from: wikipedia).
|
Modifier and Type | Method and Description |
---|---|
Rule |
LogicService.getRule(String token)
Gets the rule registered under a given token
|
Modifier and Type | Method and Description |
---|---|
void |
LogicService.addRule(String token,
Rule rule)
Registers a new rule with the logic service.
|
void |
LogicService.addRule(String token,
String[] tags,
Rule rule)
Registers a new rule with the logic service, associating the tags with the given token
|
void |
LogicService.updateRule(String token,
Rule rule)
Update a rule that has previously been registered
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.