◆ UserProfileRepository()
| BMA.EHR.Application.Repositories.UserProfileRepository.UserProfileRepository |
( |
IApplicationDBContext |
dbContext, |
|
|
IHttpContextAccessor |
httpContextAccessor |
|
) |
| |
|
inline |
◆ GetProfileByKeycloakIdAsync()
| async Task< Profile?> BMA.EHR.Application.Repositories.UserProfileRepository.GetProfileByKeycloakIdAsync |
( |
Guid |
keycloakId | ) |
|
|
inline |
◆ GetRootOcId()
| Guid? BMA.EHR.Application.Repositories.UserProfileRepository.GetRootOcId |
( |
Guid |
ocId | ) |
|
|
inline |
◆ GetUserFullName()
| string BMA.EHR.Application.Repositories.UserProfileRepository.GetUserFullName |
( |
Guid |
keycloakId | ) |
|
|
inline |
◆ GetUserOCId()
| Guid BMA.EHR.Application.Repositories.UserProfileRepository.GetUserOCId |
( |
Guid |
keycloakId | ) |
|
|
inline |
◆ SearchProfile()
| async Task< List< Profile > > BMA.EHR.Application.Repositories.UserProfileRepository.SearchProfile |
( |
string? |
citizenId, |
|
|
string? |
firstName, |
|
|
string? |
lastName |
|
) |
| |
|
inline |
◆ SearchProfileEmployee()
| async Task< List< Profile > > BMA.EHR.Application.Repositories.UserProfileRepository.SearchProfileEmployee |
( |
string? |
citizenId, |
|
|
string? |
firstName, |
|
|
string? |
lastName |
|
) |
| |
|
inline |
◆ UpdateDutyTimeAsync()
| async Task< bool > BMA.EHR.Application.Repositories.UserProfileRepository.UpdateDutyTimeAsync |
( |
Guid |
profileId, |
|
|
Guid |
roundId, |
|
|
DateTime |
effectiveDate |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: