Skip to content

Commit

Permalink
NIST inconsistency fix - Included sorting and simultaneous selection …
Browse files Browse the repository at this point in the history
…of diagnosis, lab results and prescription.

(note left the original Rx report feature there for now)
  • Loading branch information
Visolve authored and bradymiller committed Feb 19, 2011
1 parent 6017d89 commit a7ec52c
Show file tree
Hide file tree
Showing 4 changed files with 784 additions and 0 deletions.
1 change: 1 addition & 0 deletions interface/main/left_nav.php
Expand Up @@ -1017,6 +1017,7 @@ function selpopup(selobj) {
<ul>
<?php genMiscLink('RTop','rep','0',xl('List'),'reports/patient_list.php'); ?>
<?php if (acl_check('patients', 'med') && !$GLOBALS['disable_prescriptions']) genMiscLink('RTop','rep','0',xl('Rx'),'reports/prescriptions_report.php'); ?>
<?php if (acl_check('patients', 'med')) genMiscLink('RTop','rep','0',xl('Clinical'),'reports/clinical_reports.php'); ?>
<?php genMiscLink('RTop','rep','0',xl('Referrals'),'reports/referrals_report.php'); ?>
</ul>
</li>
Expand Down
Binary file added interface/pic/blue-down-arrow.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interface/pic/blue-up-arrow.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7ec52c

Please sign in to comment.