Sha256: 0d9440825c25f02b35965ba5a94561ba66c8e97ec35671863c5789b710fe125f

Contents?: true

Size: 565 Bytes

Versions: 21

Compression:

Stored size: 565 Bytes

Contents

<precondition typeCode="PRCN">
  <%- if precondition.conjunction? -%>
  <<%= precondition.conjunction_code_with_negation %>>
    <id/>
    <%- precondition.preconditions.each do |child| -%>
    <%= xml_for_precondition(child) %>
    <%- end -%>
  </<%= precondition.conjunction_code_with_negation %>>
  <%- else -%>
    <criteriaReference moodCode="EVN" classCode="<%= reference_type_name(precondition.reference.id) %>">
      <id root="2.16.840.1.113883.3.100.1" extension="<%= precondition.reference.id %>"/>
    </criteriaReference>
  <%- end -%>
</precondition>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.3.4 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.3.3 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.3.2 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.3.1 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.3.0 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.2.0 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.1.0 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.0.6 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.0.5 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.0.4 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.0.3 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.0.2 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.0.1 lib/hqmf-generator/precondition.xml.erb
health-data-standards-4.0.0 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.7.0 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.6.1 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.5.3 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.5.2 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.5.1 lib/hqmf-generator/precondition.xml.erb