Skip to content

Commit

Permalink
Added missing sections for medication
Browse files Browse the repository at this point in the history
  • Loading branch information
raj209 committed Sep 4, 2019
1 parent 557aeeb commit a9d1aa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def entries_for_data_criteria(data_criteria, patient)
entries.concat patient.entries_for_oid('2.16.840.1.113883.3.560.1.17')
when '2.16.840.1.113883.3.560.1.146'
entries.concat patient.entries_for_oid('2.16.840.1.113883.3.560.1.46')
when '2.16.840.1.113883.3.560.1.200'
entries.concat patient.entries_for_oid('2.16.840.1.113883.3.560.1.199')
when '2.16.840.1.113883.3.560.1.63'
entries.concat patient.entries_for_oid('2.16.840.1.113883.3.560.1.6')
when '2.16.840.1.113883.3.560.1.3'
Expand Down
4 changes: 3 additions & 1 deletion templates/cat1/r5/_2.16.840.1.113883.10.20.24.3.105.cat1.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@
</manufacturerOrganization>
</manufacturedProduct>
</consumable>
<%== render(:partial => 'author_qdm', :locals => {:entry => entry}) %>
<%== render(:partial => 'reason', :locals => {:entry => entry, :reason_oids=>field_oids["REASON"]}) %>
</substanceAdministration>
</entryRelationship>
<%== render(:partial => 'reason', :locals => {:entry => entry, :reason_oids=>field_oids["REASON"]}) %>

</act>
</entry>

0 comments on commit a9d1aa8

Please sign in to comment.