feature: RBAC + Clinical Audit Logging
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public interface ICurrentUserService
|
||||
{
|
||||
Guid? UserId { get; }
|
||||
string? Username { get; }
|
||||
string? DisplayName { get; }
|
||||
ClinicalRole? Role { get; }
|
||||
bool IsAuthenticated { get; }
|
||||
string? IpAddress { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user