Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4870

Show
Ignore:
Timestamp:
07/09/08 13:40:42 (6 months ago)
Author:
tmdugan
Message:

-- openmrs logic-api-refactoring

* added processing for NOT in java translation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/logic-api-refactoring/src/api/org/openmrs/arden/MLMObject.java

    r4803 r4870  
    370370                                } else if (key.equalsIgnoreCase("OR")) { 
    371371                                        w.append(" || "); 
     372                                } else if (key.equalsIgnoreCase("NOT")) { 
     373                                        w.append("!"); 
    372374                                } else if (key.equalsIgnoreCase("Logic_Assignment")) { 
    373375                                        if (logicIterator.hasNext()) {