Uses of Interface
org.ehrbase.dao.access.interfaces.I_Compensatable
-
Packages that use I_Compensatable Package Description org.ehrbase.dao.access.interfaces org.ehrbase.dao.access.jooq -
-
Uses of I_Compensatable in org.ehrbase.dao.access.interfaces
Subinterfaces of I_Compensatable in org.ehrbase.dao.access.interfaces Modifier and Type Interface Description interfaceI_CompositionAccessComposition Access Layer Interface
Interface CRUD and specific methodsinterfaceI_CompositionHistoryAccessStripped down DAO interface to perform some `*_history` table related actions.interfaceI_FolderAccessData Access Object for CRUD operations on instances ofFolder.interfaceI_FolderHistoryAccessinterfaceI_StatusAccessStatus access layer interface
the status entry holds data pertaining to an Ehr owner, generally a patient Created by Christian Chevalley on 4/21/2015.interfaceI_StatusHistoryAccess -
Uses of I_Compensatable in org.ehrbase.dao.access.jooq
Classes in org.ehrbase.dao.access.jooq that implement I_Compensatable Modifier and Type Class Description classCompositionAccessOperations on the static part of Compositions (eg.classCompositionHistoryAccessStripped down DAO to perform some `*_history` table related actions.classFolderAccessPersistence operations on Folder.classFolderHistoryAccessPersistence operations on Folder history.classStatusAccessPersistence operations on EHR status.classStatusHistoryAccess
-