Package dev.dsf.fhir.dao
Interface OrganizationAffiliationDao
- All Superinterfaces:
ResourceDao<org.hl7.fhir.r4.model.OrganizationAffiliation>
- All Known Implementing Classes:
OrganizationAffiliationDaoJdbc
public interface OrganizationAffiliationDao
extends ResourceDao<org.hl7.fhir.r4.model.OrganizationAffiliation>
-
Field Summary
Fields inherited from interface dev.dsf.fhir.dao.ResourceDao
FIRST_VERSION, FIRST_VERSION_STRING -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsNotDeletedByParentOrganizationMemberOrganizationRoleAndNotEndpointWithTransaction(Connection connection, UUID parentOrganization, UUID memberOrganization, String roleSystem, String roleCode, UUID endpoint) List<org.hl7.fhir.r4.model.OrganizationAffiliation>readActiveNotDeletedByMemberOrganizationIdentifierIncludingOrganizationIdentifiersWithTransaction(Connection connection, String identifierValue) Methods inherited from interface dev.dsf.fhir.dao.ResourceDao
create, createSearchQuery, createSearchQueryWithoutUserFilter, createWithId, createWithTransactionAndId, delete, deletePermanently, deletePermanentlyWithTransaction, deleteWithTransaction, existsNotDeleted, existsNotDeletedWithTransaction, getResourceType, getResourceTypeName, newReadWriteTransaction, read, readAll, readAllWithTransaction, readIncludingDeleted, readIncludingDeletedWithTransaction, readVersion, readVersionWithTransaction, readWithTransaction, search, searchWithTransaction, update, update, updateWithTransaction, updateWithTransaction
-
Method Details
-
readActiveNotDeletedByMemberOrganizationIdentifierIncludingOrganizationIdentifiersWithTransaction
List<org.hl7.fhir.r4.model.OrganizationAffiliation> readActiveNotDeletedByMemberOrganizationIdentifierIncludingOrganizationIdentifiersWithTransaction(Connection connection, String identifierValue) throws SQLException - Throws:
SQLException
-
existsNotDeletedByParentOrganizationMemberOrganizationRoleAndNotEndpointWithTransaction
boolean existsNotDeletedByParentOrganizationMemberOrganizationRoleAndNotEndpointWithTransaction(Connection connection, UUID parentOrganization, UUID memberOrganization, String roleSystem, String roleCode, UUID endpoint) throws SQLException - Throws:
SQLException
-