Future Appointments

<% if (appointment.length > 0) { %>

Appointments within next 120 days

<% $.each(appointment, function(i) { %> <% }); %>
Facility / Clinic Provider Date / Time
<%= this.facilityName %> / <%= this.clinicName %> <%= this.providerName %> <%= this.appointmentDate %> <%= this.appointmentTime %>
<% } else { %> No Data Found <% } %>