Sha256: 9b08d073bab9dfda9908a2c749f7acf46660c9eb0a52d7310a9d1b2db4d82909

Contents?: true

Size: 815 Bytes

Versions: 45

Compression:

Stored size: 815 Bytes

Contents

<h3><a name="<%= "#{title}_link" %>" href="#toc"><%= section.to_s.titleize %></a></h3>
<div>
  <table class="narr_table" border="1" width="100%">
    <thead>
      <tr class="narr_tr">
        <th class="narr_th" width="30%">Description</th>
        <th class="narr_th" width="15%">Codes</th>
        <th class="narr_th" width="15%">Time</th>
        <th class="narr_th" width="10%">Status</th>
        <th class="narr_th" width="15%">Results</th>
        <th class="narr_th" width="15%">Fields</th>
      </tr>
    </thead>
    <tbody>
      <% (entries.sort { |left,right| left.as_point_in_time <=> right.as_point_in_time }).each do |entry| %> 
        <%== render :partial => 'entry', :locals => {:entry => entry, code_map: code_map, by_encounter: by_encounter} %>
      <% end %>
    </tbody>
  </table>
</div>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
health-data-standards-3.5.0 templates/html/_section.html.erb
health-data-standards-3.4.6 templates/html/_section.html.erb
health-data-standards-3.4.5 templates/html/_section.html.erb
health-data-standards-3.4.4 templates/html/_section.html.erb
health-data-standards-3.4.3 templates/html/_section.html.erb
health-data-standards-3.4.2 templates/html/_section.html.erb
health-data-standards-3.4.1 templates/html/_section.html.erb
health-data-standards-3.4.0 templates/html/_section.html.erb
health-data-standards-3.2.12 templates/html/_section.html.erb
health-data-standards-3.3.0 templates/html/_section.html.erb
health-data-standards-3.2.11 templates/html/_section.html.erb
health-data-standards-3.2.10 templates/html/_section.html.erb
health-data-standards-3.2.8 templates/html/_section.html.erb
health-data-standards-3.2.7 templates/html/_section.html.erb
health-data-standards-3.2.6 templates/html/_section.html.erb
health-data-standards-3.2.5 templates/html/_section.html.erb
health-data-standards-3.2.4 templates/html/_section.html.erb
health-data-standards-3.2.3 templates/html/_section.html.erb
health-data-standards-3.2.2 templates/html/_section.html.erb
health-data-standards-3.2.1 templates/html/_section.html.erb