Skip to content

Commit

Permalink
Merge branch 'v0.3.6.2' into 672-Antimicrobial-to-medication-history
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Jan 26, 2019
2 parents 40542ac + fa2ece7 commit c8824bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions elcid/templates/detail/infection_service.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
{% record_panel models.Line %}
{% include "partials/antimicrobial_panel.html" %}
{% include "partials/imaging_panel.html" %}
{% include "partials/edrm_panel.html" %}
{% include "partials/blood_culture_result_display.html" %}
{% if permissions.view_lab_test_trends %}
{% include "partials/upstream_blood_culture_result_display.html" %}
Expand Down
13 changes: 13 additions & 0 deletions elcid/templates/partials/edrm_panel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{% load forms %}
<div ng-repeat="parent in [episode]">
<div class="panel panel-default record-panel">
<div class="panel-heading">
<h3>
{% icon "fa-book" %} Documents
</h3>
</div>
<div class="panel-footer">
<a target="_blank" href="http://rfh-edrm-live:18080/horus/api/visual/record/[[ episode.demographics[0].hospital_number ]]"></i>EDRM <i class="fa fa-external-link" aria-hidden="true"></i></a>
</div>
</div>
</div>

0 comments on commit c8824bf

Please sign in to comment.