Sha256: 050eba56600fcdacebfb4adeb68c0da77a17a12bcd5c8922dfd99d500b9fcf28
Contents?: true
Size: 915 Bytes
Versions: 2
Compression:
Stored size: 915 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 %>"><%= entry.codes_to_s %><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-1.0.1 | templates/_narrative_block.c32.erb |
health-data-standards-1.0.0 | templates/_narrative_block.c32.erb |