Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update link to go to OpenMRS Add-ons index instead

...

...

  • in the 1.8.x line: any version after 1.8 Beta (from revision 17709)
  • in the 1.7.x line: from 1.7.2 (from revision 17710)
  • in the 1.6.x line: from 1.6.3 (from revision 17711 – use this custom version, identical to the one in the module repository but with a more relaxed require_version.)

User-visible changes

Ticket

Description

LOGIC-3

Implement asOf() operator for LogicCriteria

LOGIC-42

Edit / Remove Logic Token

LOGIC-47

Make logic module compatible with 1.6+ and replace Derived Concept with LogicRule

LOGIC-54

Patient data source of patient identifier is not implemented

LOGIC-57

PersonDataSource should let you access ther person's name

LOGIC-61

Tokens should be case-preserving case-insensitive

LOGIC-62

Better UI for managing logic tokens and rules

LOGIC-67

Groovy rules

Under-the-hood changes

Ticket

Description

LOGIC-46

Logic Module contains antlr-2.7.6 in its lib folder

LOGIC-59

Logic Rule Token needs a uuid

LOGIC-71

LogicDataSources have their names defined in XML

LOGIC-78

LogicService.eval(..., String, ...) should treat the String as an expression, not a token

LOGIC-79

LogicContext's indexDate operates as a date+time, but it should just operate as a date

LOGIC-80

Logic cache never has any cache hits

LOGIC-64

Rename LogicRuleToken to TokenRegistration

LOGIC-65

Introduce a RuleProvider interface so modules can consistently provide and register rules

LOGIC-68

Allow modules to register LanguageHandlers via Spring

LOGIC-69

Allow users to change names of tokens, while still allowing RuleProviders to access their rules

LOGIC-70

Call afterStartup methods of RuleProviders after the logic module starts up

LOGIC-76

TokenService should cache rules it gets from RuleProviders, so they don't have to be recompiled every time

LOGIC-77

Rules have access to a full Patient, but LogicDataSources don't

...

0.4.1

Ticket

Description

Author

LOGIC-53

LogicService.parse(String) on a badly-formed expression may run forever

djazayeri