Sha256: 6d05f03a8174ce25d2352301d4965daeaeb14457e1790e24a018696c141fcb8b

Contents?: true

Size: 727 Bytes

Versions: 8

Compression:

Stored size: 727 Bytes

Contents

<% values.compact!
   if !values.empty?
      values.each do |ev| 
	     if ev.respond_to?(:codes) -%>
	<%== code_display(ev, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM'], 'tag_name' => 'value', 'extra_content' => "xsi:type=\"CD\"") %>
	<%   elsif ev.respond_to?(:scalar) -%>
	<%     if is_num?(ev.scalar) -%>
	<value xsi:type="PQ" value="<%= ev.scalar %>" <% if ev.units && (ev.units != "") -%>unit="<%= ev.units %>"<% end -%>/>
	<%     elsif is_bool?(ev.scalar)%>
	<value xsi:type="BL" value="<%= ev.scalar %>" />
	<%     else -%>
	<value xsi:type="ST" ><%= ev.scalar %></value> 
	<%     end 
	     end
      end
   # else is empty   
   else -%>
<value xsi:type="CD" nullFlavor="UNK"/>
<% end -%>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
health-data-standards-3.2.7 templates/cat1/_result_value.cat1.erb
health-data-standards-3.2.6 templates/cat1/_result_value.cat1.erb
health-data-standards-3.2.5 templates/cat1/_result_value.cat1.erb
health-data-standards-3.2.4 templates/cat1/_result_value.cat1.erb
health-data-standards-3.2.3 templates/cat1/_result_value.cat1.erb
health-data-standards-3.2.2 templates/cat1/_result_value.cat1.erb
health-data-standards-3.2.1 templates/cat1/_result_value.cat1.erb
health-data-standards-3.2.0 templates/cat1/_result_value.cat1.erb