> <%== code_display(entry, 'value_set_map' => filtered_vs_map, 'preferred_code_sets' => ['*']) %> <%= entry.description %> /> /> <%== render(:partial => 'author_qdm', :locals => {:entry => entry}) %> <%== render(:partial => 'reason', :locals => {:entry => entry, :reason_oids=>field_oids["REASON"]}) %> <%if !entry.values.empty? %> <%== render(:partial => 'results', :locals => {:entry => entry, :result_oids => result_oids, :value_set_oid => value_set_oid}) %> <% end %> <% if entry.components -%> <%== render(:partial => 'components', :locals => {:entry => entry} ) %> <% end %> <% if entry.referenceRangeHigh || entry.referenceRangeLow %> <% if entry.referenceRangeLow %> unit="<%= entry.referenceRangeLow['units'] %>"<% else -%>unit="1"<% end -%>/> <% end %> <% if entry.referenceRangeHigh %> unit="<%= entry.referenceRangeHigh['units'] %>"<% else -%>unit="1"<% end -%>/> <% end %> <% end %>