Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
04/07/08 14:31:55 (9 months ago)
Author:
bwolfe
Message:

Merging obs_group branch to trunk [3438]:[3843]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/api/org/openmrs/api/db/ObsDAO.java

    r3685 r3847  
    3131 * Observation-related database functions 
    3232 *  
    33  * @version 1.0 
     33 * @see org.openmrs.api.ObsService 
    3434 */ 
    3535public interface ObsDAO { 
     
    5454         */ 
    5555        public void deleteObs(Obs obs) throws DAOException; 
    56  
     56         
    5757        /** 
    5858         * @see org.openmrs.api.ObsService#getMimeTypes()