The following sample UIM file gives an example of how these VIMs could be used in a custom active evidence page
<PAGE
PAGE_ID="MyProduct_active"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="file://Curam/UIMSchema.xsd"
>
<!-- Page Title etc -->
<ACTION_SET>
<INCLUDE
FILE_NAME="Evidence_workspaceActiveHighLevelLinks.vim"
/>
<!-- Add custom actions here -->
</ACTION_SET>
<INCLUDE
FILE_NAME="Evidence_workspaceActiveHighLevelView.vim"
/>
</PAGE>