Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/09/08 00:12:00 (8 months ago)
Author:
djazayeri
Message:

Reorganized options in Data Export simple column to order suggested by Cheryl and Ada. You may now pick any program, workflow, or drug set, instead of just the PIH ones. (PIH-specific hackiness still remains for relationships.)

Added BMI to patient dashboard. This should work with weights in kg/lb and heights in cm/m/in, although I've only tried for kg & cm. Make sure to set the global properties for concept.weight and concept.height.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/api/org/openmrs/api/impl/OrderServiceImpl.java

    r4095 r4150  
    393393                        dos = DrugOrderSupport.getInstance(); 
    394394                } catch ( Exception e ) { 
    395                         log.error("Error getting instance of DrugOrderSupport object"); 
     395                        log.error("Error getting instance of DrugOrderSupport object", e); 
    396396                } 
    397397