Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/06/08 17:17:55 (5 months ago)
Author:
mseaton
Message:

synchronization_bidirectional_branch: merge from [4734] to [5181].

Files:

Legend:

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

    r4969 r5183  
    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        /**