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

<%== render :partial => 'header', :locals => {:patient => patient} %>

View By Encounter

<%== render :partial => 'entries_by_section', :locals => {patient: patient, concept_map: concept_map} %> <%== render :partial => 'entries_by_encounter', :locals => {patient: patient, concept_map: concept_map} %>