Sha256: c7f176a2ff790d1e4471d52a94a48d7ac34ff13a2684c6595dba4dfcfb51d395

Contents?: true

Size: 500 Bytes

Versions: 3

Compression:

Stored size: 500 Bytes

Contents

<text>
  <table border="1" width="100%">
    <thead>
      <tr>
        <th>Description</th>
        <th>Codes</th>
        <th>Time</th>
      </tr>
    </thead>
    <tbody>
      <% entries.each_with_index do |entry, i| -%>
        <tr>
          <td ID="<%= section %>-desc-<%= i %>"><%= entry.description %></td>
          <td ID="<%= section %>-code-<%= i %>"><%= entry.codes_to_s %></td>
          <td><%= entry.times_to_s %></td>
        </tr>
      <%- end -%>
    </tbody>
  </table>
</text>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
health-data-standards-0.3.0 templates/_narrative_block.c32.erb
health-data-standards-0.2.0 templates/_narrative_block.c32.erb
health-data-standards-0.1.0 templates/_narrative_block.c32.erb