Skip to content

Commit

Permalink
Merge pull request #1403 from jstirling91/mri_violations_id_scan
Browse files Browse the repository at this point in the history
fix link so that the seriesUID was included in the post request
  • Loading branch information
driusan committed Nov 13, 2015
2 parents c9e7d82 + 0934655 commit 5166631
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modules/mri_violations/templates/menu_mri_violations.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,16 @@
{if $items[item][piece]}
{if $items[item][piece].value eq 'Could not identify scan type'}
<td nowrap="nowrap" bgcolor="{$items[item][piece].bgcolor}">
<a href="#" class="mri_violations" id="mri_protocol_violations" data-PatientName="{$items[item].PatientName}" "{if $items[item].series}"data-SeriesUID="{$items[item].series}{/if}">{$items[item][piece].value}</a>
<a href="#"
class="mri_violations"
id="mri_protocol_violations"
data-PatientName="{$items[item].PatientName}"
{if $items[item].series}
data-SeriesUID="{$items[item].series}"
{/if}
>
{$items[item][piece].value}
</a>
</td>
{elseif $items[item][piece].value eq 'Protocol Violation'}
<td nowrap="nowrap" bgcolor="{$items[item][piece].bgcolor}">
Expand Down

0 comments on commit 5166631

Please # to comment.