Ignore:
Timestamp:
Jun 12, 2012, 8:11:47 PM (12 years ago)
Author:
Sam Habiel
Message:

Adding support for running eRx from the main C0Q package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qrda/C0Q/trunk/p/C0QMU12.m

    r1438 r1445  
    1 C0QMU12 ;JJOH/ZAG/GPL - Patient Reminder List ; 5/23/12 5:43pm
    2         ;;1.0;C0Q;;May 21, 2012;Build 43
     1C0QMU12 ;JJOH/ZAG/GPL - Patient Reminder List ; 5/30/12 11:28am
     2        ;;1.0;C0Q;;May 21, 2012;Build 44
    33        ;
    44        ;2011 Zach Gonzales<zach@linux.com> - Licensed under the terms of the GNU
     
    812812        . D VITALS
    813813        D FILE ; FILE THE PATIENT LISTS
     814        ;
     815        ; Now process eRx MU measures for these patients
     816        ; Check for eRx template and code first; if they exist, run the code
     817        ; I $D(^C0PX("B","GETMEDS6")),$L($T(SOAP^C0PWS2)) DO  ; smh -cmm for now
     818        . N C0QDEBUG S C0QDEBUG=1 ; This causes the code to print out data;
     819        . D EN^C0QMUERX($$PATLN^C0QMU12(ZYR_"HasERX")) ; Pass the eRx patient list
     820        . K C0QDEBUG ; remove debug variable
     821        ;
    814822        N C0QCIEN
    815823        S ZI=""
Note: See TracChangeset for help on using the changeset viewer.