Sha256: c9b611c2bc13990208565a00e2c16d91764abb948f5b060a6f2e42c1fadc2c38

Contents?: true

Size: 844 Bytes

Versions: 18

Compression:

Stored size: 844 Bytes

Contents

<PedigreeInfo>
  <% unless pedigree.source_documents.empty? && pedigree.source_documents.empty?%>
  <Source derived="true">
    <% pedigree.source_documents.each do |source| %>
    <PedigreeInfo>
      <Author><%=source.author.name%></Author>
      <Organization><%= source.organization %></Organization>
    </PedigreeInfo>
    <% end %>
    <% pedigree.source_documents.each do |doc|%>
    <Document>
      <Target <% if doc.extension %> targetExtension="<%=doc.extension%>" <% end %>><%= doc.uri %></Target>
    </Document>
  </Source>
  <% end %>
  <% if pedigree.author %>
    <Author typeCode="<%= pedigree.author.type %>" role="<%= pedigree.author.role%>">
      <%= pedigree.author.name %>
    </Author>
  <% end %>
  <% if pedigree.organization %>
  <Organization><%= pedigree.organization %></Organization>
  <% end %>
</PedigreeInfo>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
health-data-standards-3.1.1 templates/_pedigree.hdata.erb
health-data-standards-3.1.0 templates/_pedigree.hdata.erb
health-data-standards-3.0.6 templates/_pedigree.hdata.erb
health-data-standards-3.0.5 templates/_pedigree.hdata.erb
health-data-standards-3.0.4 templates/_pedigree.hdata.erb
health-data-standards-3.0.3 templates/_pedigree.hdata.erb
health-data-standards-2.2.1 templates/_pedigree.hdata.erb
health-data-standards-2.2.0 templates/_pedigree.hdata.erb
health-data-standards-2.1.4 templates/_pedigree.hdata.erb
health-data-standards-2.1.3 templates/_pedigree.hdata.erb
health-data-standards-2.1.2 templates/_pedigree.hdata.erb
health-data-standards-2.1.1 templates/_pedigree.hdata.erb
health-data-standards-2.1.0 templates/_pedigree.hdata.erb
health-data-standards-2.0.0 templates/_pedigree.hdata.erb
health-data-standards-1.0.1 templates/_pedigree.hdata.erb
health-data-standards-1.0.0 templates/_pedigree.hdata.erb
health-data-standards-0.8.1 templates/_pedigree.hdata.erb
health-data-standards-0.8.0 templates/_pedigree.hdata.erb