begin: PHI Column Encryption
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public interface IPhiAccessLogService
|
||||
{
|
||||
Task LogViewAsync(Guid patientId, string resourcePath);
|
||||
Task LogListAsync(string resourcePath, int resultCount, string? searchQuery = null);
|
||||
Task LogCreateAsync(Guid patientId, string resourcePath);
|
||||
Task LogUpdateAsync(Guid patientId, string resourcePath);
|
||||
}
|
||||
Reference in New Issue
Block a user