Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/16/08 12:29:31 (6 months ago)
Author:
bwolfe
Message:

Merging trunk to the 1.3.x branch (sideporting) to get bug fixes into an RC5 release [4745]:[4946]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/1.3.x/src/api/org/openmrs/api/db/EncounterDAO.java

    r4358 r4947  
    3636         * @throws DAOException 
    3737         */ 
    38         public void saveEncounter(Encounter encounter) throws DAOException; 
     38        public Encounter saveEncounter(Encounter encounter) throws DAOException; 
    3939 
    4040        /** 
     
    8585         * @param encounterType 
    8686         */ 
    87         public void saveEncounterType(EncounterType encounterType); 
     87        public EncounterType saveEncounterType(EncounterType encounterType); 
    8888         
    8989        /**