Cypress Certification Patient Test Record: <%= patient.first%> <%= patient.last%>

<%== render :partial => 'header', :locals => {:patient => patient} %> <% if measures.length==0 %>

View By Encounter

<% end %> <%== render :partial => 'entries_by_section', :locals => {patient: patient, code_map: code_map, measures: measures} %> <% if measures.length==0 %> <%== render :partial => 'entries_by_encounter', :locals => {patient: patient, code_map: code_map, measures: measures} %> <% end %>