Sha256: 649b6631cd4c6278f4e47f5a283466761243d3700d80bae5d7ced97dd4cb5c00
Contents?: true
Size: 922 Bytes
Versions: 2
Compression:
Stored size: 922 Bytes
Contents
<text> <table border="1" width="100%"> <thead> <tr> <th>Description</th> <th>Codes</th> <th>Time</th> <% if status.present? %> <th>Status</th> <% end %> <% if value.present? %> <th>Value</th> <% end %> </tr> </thead> <tbody> <% entries.each_with_index do |entry, i| -%> <tr> <td ID="<%= section %>-desc-<%= i %>"><%= entry.description %></td> <td ID="<%= section %>-code-<%= i %>"><b><%= entry.codes_to_s %></b><br/><i><%= entry.specifics %></i></td> <td><%= entry.times_to_s %></td> <% if status.present? %> <td><%= entry.status %></td> <% end %> <% if value.present? %> <td><%= entry.value["scalar"] %></td> <% end %> </tr> <%- end -%> </tbody> </table> </text>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-0.8.1 | templates/_narrative_block.c32.erb |
health-data-standards-0.8.0 | templates/_narrative_block.c32.erb |