Skip to content

Commit

Permalink
Add author element to physical exam performed
Browse files Browse the repository at this point in the history
  • Loading branch information
peter li authored Sep 4, 2019
1 parent 0c03db2 commit e07ddb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<high <%= value_or_null_flavor(entry.end_time) %>/>
</effectiveTime>
<%== render(:partial => 'result_value', :locals => {:values => [value], :result_oids=>result_oids}) %>
<%== render(:partial => 'author_qdm', :locals => {:entry => entry}) %>
<%== render(:partial => 'reason', :locals => {:entry => entry, :reason_oids=>field_oids["REASON"]}) %>
<% if entry.components -%>
<%== render(:partial => 'components', :locals => {:entry => entry} ) %>
Expand Down

0 comments on commit e07ddb8

Please sign in to comment.