<% if(typeof(module_) != 'undefined' && module_ == 'adherence') { %>
Notification Cohort

Shows average values across treatment duration for patients notified during the time period

Calendar Month

Shows average values for patients on treatment during the month(s) irrespective of the date of notification

<% } %>
    <% _.each(cal_type, function(d) { %>
  • By <%- d %>
  • <% }) %>
<% _.each(cal_type, function(d) { %>
<% if(d == 'Quarter') { %> left-arrow
<%- qr_year[0]+'-'+qr_year[qr_year.length - 1] %>
left-arrow <% }else if(d == 'Month') { %> left-arrow
<%- mnth_yr[0]+'-'+mnth_yr[mnth_yr.length - 1] %>
left-arrow <% }else if(d == 'Year') { %> left-arrow
<%- d_year[0]+'-'+d_year[d_year.length - 1] %>
left-arrow <% } %>
<% if(d == 'Quarter') { %>
<% _.each(qr_year, function(q_yr) { %>
<%- q_yr %>
<% _.each(d_quarter, function(qr) { %> <%- qr %> <% }) %>
<% }) %>
<% } else if(d == 'Year') { %>
<% _.each(d_year, function(yr) { %> <%- yr %> <% }) %>
<% } else if(d == 'Month') { %>
<% _.each(mnth_yr, function(m_yr) { %>
<%- m_yr %>
<% _.each(d_month, function(index, m) { %> <%- m %> <% }) %>
<% }) %>
<% } %>
<% }) %>