Changeset 5183 for openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/EncounterDAO.java
- Timestamp:
- 08/06/08 17:17:55 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/EncounterDAO.java
r4969 r5183 36 36 * @throws DAOException 37 37 */ 38 public voidsaveEncounter(Encounter encounter) throws DAOException;38 public Encounter saveEncounter(Encounter encounter) throws DAOException; 39 39 40 40 /** … … 85 85 * @param encounterType 86 86 */ 87 public voidsaveEncounterType(EncounterType encounterType);87 public EncounterType saveEncounterType(EncounterType encounterType); 88 88 89 89 /**