|
BMA EHR API Document
|


Public Member Functions | |
| GenericRepository (IApplicationDBContext dbContext, IHttpContextAccessor httpContextAccessor) | |
| async Task< Guid > | GetProfileOrganizationAsync (string citizenId) |
| async Task< bool > | CheckIsActiveOfficerAsync (string citizenId) |
| virtual async Task< IReadOnlyList< T > > | GetAllAsync () |
| virtual async Task< T?> | GetByIdAsync (S id) |
| virtual async Task< T > | AddAsync (T entity) |
| virtual async Task< T > | UpdateAsync (T entity) |
| virtual async Task | DeleteAsync (T entity) |
Properties | |
| string? | UserId [get] |
| string? | FullName [get] |
| bool? | IsPlacementAdmin [get] |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements BMA.EHR.Application.Common.Interfaces.IGenericRepository< S, T >.
Reimplemented in BMA.EHR.Application.Repositories.Commands.CommandRepository.
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
getprotected |
|
getprotected |
|
getprotected |