Uses of Interface
org.ehrbase.dao.access.interfaces.I_EntryAccess
-
Packages that use I_EntryAccess Package Description org.ehrbase.dao.access.interfaces org.ehrbase.dao.access.jooq -
-
Uses of I_EntryAccess in org.ehrbase.dao.access.interfaces
Methods in org.ehrbase.dao.access.interfaces that return I_EntryAccess Modifier and Type Method Description I_EntryAccessI_CompositionAccess. getContent()Get the entry linked to the composition.static I_EntryAccessI_EntryAccess. getNewInstance(I_DomainAccess domain, String templateId, Integer sequence, UUID compositionId, com.nedap.archie.rm.composition.Composition composition)create and get a new Entry commitstatic I_EntryAccessI_EntryAccess. retrieveInstanceInComposition(I_DomainAccess domainAccess, I_CompositionAccess compositionAccess)Retrieve theI_EntryAccesslinked to given composition.static I_EntryAccessI_EntryAccess. retrieveInstanceInCompositionVersion(I_DomainAccess domainAccess, I_CompositionAccess compositionHistoryAccess, int version)Retrieve theI_EntryAccesslinked to given composition history.Methods in org.ehrbase.dao.access.interfaces with parameters of type I_EntryAccess Modifier and Type Method Description voidI_CompositionAccess. setContent(I_EntryAccess content) -
Uses of I_EntryAccess in org.ehrbase.dao.access.jooq
Classes in org.ehrbase.dao.access.jooq that implement I_EntryAccess Modifier and Type Class Description classEntryAccessOperations on the Entry part of a Composition (Entry is archetyped).Methods in org.ehrbase.dao.access.jooq that return I_EntryAccess Modifier and Type Method Description I_EntryAccessCompositionAccess. getContent()static I_EntryAccessEntryAccess. retrieveInstanceInComposition(I_DomainAccess domainAccess, I_CompositionAccess compositionAccess)static I_EntryAccessEntryAccess. retrieveInstanceInCompositionVersion(I_DomainAccess domainAccess, I_CompositionAccess compositionHistoryAccess, int version)Methods in org.ehrbase.dao.access.jooq with parameters of type I_EntryAccess Modifier and Type Method Description voidCompositionAccess. setContent(I_EntryAccess content)
-