-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathehrAdmin.html
More file actions
41 lines (39 loc) · 3.75 KB
/
ehrAdmin.html
File metadata and controls
41 lines (39 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<div class="col-lg-3">
<div class="lead">
<h4><b>Admin:</b></h4>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/study-manageStudy.view">Manage EHR Study</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-populateLookupData.view">Populate Reports and Lookups</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/core-modulePropertyAdmin.view?moduleName=EHR">Set EHR Properties</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-ensureQcStates.view">Add QC States</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-ehrTemplates.view">EHR Extensible Columns</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-primeDataEntryCache.view">Prime/Refresh EHR Data Cache</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-cacheLivingAnimals.view">Cache Demographics On All Living Animals</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-cacheLivingAnimals.view?includeAll=true">Cache Demographics On All Animals</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-geneticCalculationSettings.view">Genetics Calculations</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-postgresMigration.view">Postgres Migration</a></div>
</div>
<div class="lead">
<h4><b>Notifications:</b></h4>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-updateTable.view?schemaName=ehr&query.queryName=NotificationRecipients">Manage Notification Recipients</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ldk-notificationAdmin.view">Notification Admin</a></div>
</div>
</div>
<div class="col-md-3">
<div class="lead">
<h4><b>Other Configuration Tables:</b></h4>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-updateTable.view?schemaName=ehr&query.queryName=reports">Manage Animal History Reports</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-updateTable.view?schemaName=ehr&query.queryName=NotificationTypes">Manage Notification Types</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-updateTable.view?schemaName=ehr&query.queryName=formtypes">Manage Form Types</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-updateTable.view?schemaName=ehr&query.queryName=FormPanelSections">Manage Form Sections</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-updateTable.view?schemaName=ehr&query.queryName=formtemplates">Manage Templates</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/ehr-updateTable.view?schemaName=ehr&query.queryName=formtemplaterecords">Manage Template Records</a></div>
</div>
<div class="lead">
<h4><b>Usage:</b></h4>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/query-executeQuery.view?schemaName=core&query.queryName=SiteUsageByDay">Site Logins By Day</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/query-executeQuery.view?schemaName=core&query.queryName=SiteUsageByMonth">Site Logins By Month</a></div>
<div><a class="labkey-text-link" href="<%=contextPath%><%=containerPath%>/query-executeQuery.view?schemaName=core&query.queryName=SiteUsageByGroup">Site Logins By Group</a></div>
</div>
</div>
</html>