<%= source %> Medications

<% if (medication.length > 0) { %> <% var count = 0; $.each(medication, function(i) { if (typeof this.medicationSource !== 'undefined' && this.medicationSource && this.medicationSource.toUpperCase() === source) { %> <% count++; } }); if (count === 0) { %> No Data Found <% } else { %> <% } %>
<%= this.drugName %>
<%= this.sig %>
<%= this.status %> <%= this.sourceSystem %>
Active and Recently Expired Status Source
<% } else { %> No Data Found <% } %>