Package org.openmrs.api.db

OpenMRS database layer interfaces.

See:
          Description

Interface Summary
AdministrationDAO Database methods for the AdministrationService
CohortDAO Database methods for cohort objects.
ConceptDAO Concept-related database functions
ContextDAO Defines the functions that the Context needs to access the database
EncounterDAO Encounter-related database functions
FormDAO Database access functions for the Form, FormField, and Field objects
LocationDAO Location-related database functions
NoteDAO Note-related database functions
ObsDAO Observation-related database functions
OrderDAO Order-related database functions This class should never be used directly.
PatientDAO Database methods for the PatientService
PatientSetDAO  
PersonDAO Person-related database functions This is used by the PersonService.
ProgramWorkflowDAO Program- and PatientProgram- and ConceptStateConversion-related database functions
TemplateDAO Message template related database functions
UserDAO Database methods for the UserService
 

Exception Summary
DAOException Represents often fatal errors that occur within the database layer.
 

Package org.openmrs.api.db Description

OpenMRS database layer interfaces. These data access objects (DAOs) provide the necessary methods to access and manipulate OpenMRS domain objects.

DAOs should be used by the API (org.openmrs.api.*Services) and rarely (if ever) accessed directly.


OpenMRS-trunk

Generated May 29 2008 02:01 AM. NOTE - these libraries are in active development and subject to change