- Timestamp:
- 07/16/08 12:29:31 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/1.3.x/src/api/org/openmrs/api/db/EncounterDAO.java
r4358 r4947 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 /**