diff --git a/iTrust/WebRoot/auth/hcp/causeOfDeathTrendsReport.jsp b/iTrust/WebRoot/auth/hcp/causeOfDeathTrendsReport.jsp
index 99e23e5ac544fa18d44184e39a4669a602e337b6..df099bba4e0423a337f0d6cebdf74ef629d045b3 100644
--- a/iTrust/WebRoot/auth/hcp/causeOfDeathTrendsReport.jsp
+++ b/iTrust/WebRoot/auth/hcp/causeOfDeathTrendsReport.jsp
@@ -19,6 +19,9 @@ String view = request.getParameter("viewSelect");
 
 <%@include file="/header.jsp" %>
 <%
+    //log the page view
+    loggingAction.logEvent(TransactionType.DEATH_TRENDS_VIEW, loggedInMID.longValue(), 0, "View cause-of-death trends report");
+
 	CauseOfDeathTrendsReportDAO report = new CauseOfDeathTrendsReportDAO(prodDAO);
 	List<CauseOfDeathTrendsReportBean> allDeaths = null;