Compliance Manager-Not logging selects that are done through views

by Oct 10, 2014

We are using views to return PHI information to the users and set up rules to capture columns that are accessed that have that information.

Compliance Manager is not logging anything that is accessed through a view.

If tracking was set up for name on a table called SensitiveTable and a view was created (View_SensitiveTable) for the users to get that information, the examples below explain what is going on.

Example:
select name from SensitiveTable (this would work)

select name from View_SensitiveTable (this would not work)

Since we set up views for our users to access sensitive PHI data, we are no longer able to track who accesses the information.

Is there something that I am missing, it seems rather straight forward to set up.