Package | Description |
---|---|
org.openmrs.logic |
The OpenMRS Logic Service provides access to granular and derived
data.
|
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 © 2024 OpenMRS Inc.. All rights reserved.