Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3884

Show
Ignore:
Timestamp:
04/09/08 14:38:36 (8 months ago)
Author:
bmckown
Message:

Clinical Summary Module: Added separate sql file for inserting new preferred AMPATH Clinical Summary.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/clinicalsummary/src/org/openmrs/module/clinicalsummary/SummaryExportFunctions.java

    r3864 r3884  
    255255    public String getCD4CountReminder() throws Exception { 
    256256        boolean duplicateCD4Obs = false; 
    257         DateFormat reminderFormat = new SimpleDateFormat("MMMMM, yyyy"); 
     257        DateFormat reminderFormat = new SimpleDateFormat("MMMMM yyyy"); 
    258258        DateFormat obsFormat = new SimpleDateFormat("dd-MMM-yyyy"); 
    259259        GregorianCalendar tomorrow = new GregorianCalendar();