|
BMA EHR API Document
|
Public Member Functions | |
| MessageQueueRepository (IApplicationDBContext dbContext, IHttpContextAccessor httpContextAccessor) | |
| async Task< List< MessageQueueEntity > > | GetUnSentAsync (int count=10) |
Public Member Functions inherited from BMA.EHR.Application.Repositories.GenericRepository< Guid, MessageQueueEntity > | |
| 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) |
Additional Inherited Members | |
Properties inherited from BMA.EHR.Application.Repositories.GenericRepository< Guid, MessageQueueEntity > | |
| string? | UserId [get] |
| string? | FullName [get] |
| bool? | IsPlacementAdmin [get] |
|
inline |
|
inline |