Sha256: c4407c2d60bbb50f0cfd2b55a3cf81c6a5d790770ce108767368924b111138e9
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
<div id="patient_information_by_section" style="display:block"> <% entries_by_section = {} Record::Sections.each do |section| if section != :insurance_providers patient.send(section).each do |entry| decoded_section = decode_hqmf_section(section, entry.oid) entries_by_section[decoded_section] ||= [] entries_by_section[decoded_section] << entry end if patient.respond_to? section end end %> <% entries_by_section.each do |section, entries| %> <%== render :partial => 'section', :locals => {entries: entries, section: section, code_map: code_map} %> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-3.0.4 | templates/html/_entries_by_section.html.erb |
health-data-standards-3.0.3 | templates/html/_entries_by_section.html.erb |