From e07ddb86f1845fe76abcc3e0d3c5d72bfbbb4cce Mon Sep 17 00:00:00 2001 From: peter li Date: Wed, 4 Sep 2019 14:53:56 -0400 Subject: [PATCH] Add author element to physical exam performed --- templates/cat1/r5/_2.16.840.1.113883.10.20.24.3.59.cat1.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/cat1/r5/_2.16.840.1.113883.10.20.24.3.59.cat1.erb b/templates/cat1/r5/_2.16.840.1.113883.10.20.24.3.59.cat1.erb index 6a59eb6e5..aae4a5753 100644 --- a/templates/cat1/r5/_2.16.840.1.113883.10.20.24.3.59.cat1.erb +++ b/templates/cat1/r5/_2.16.840.1.113883.10.20.24.3.59.cat1.erb @@ -16,6 +16,7 @@ /> <%== 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} ) %>