Changeset 1577 for qrda/C0Q/trunk/p/C0QMU12.m
- Timestamp:
- Oct 18, 2012, 1:33:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
qrda/C0Q/trunk/p/C0QMU12.m
r1572 r1577 1 C0QMU12 ;JJOH/ZAG/GPL - Patient Reminder List ; 10/1 0/12 11:28am2 ;;1.0;QUALITY MEASURES;**1 **;May 21, 2012;Build 321 C0QMU12 ;JJOH/ZAG/GPL - Patient Reminder List ; 10/17/12 12:52pm 2 ;;1.0;QUALITY MEASURES;**1,5**;May 21, 2012;Build 32 3 3 ; 4 4 ;2011 Zach Gonzales<zach@linux.com> - Licensed under the terms of the GNU … … 67 67 . I C0QPL D ; 68 68 . . D FILE ; FILE THE PATIENT LISTS 69 . . D UPDATE^C0QUPDT(.G,C0QPARM(ZDIV,"InpatientMeasurementSet")) ; 70 . . D UPDATE^C0QUPDT(.G,C0QPARM(ZDIV,"InpatientQualitySet")) ; 69 . . D UPDATE^C0QUPDT(.G,C0QPARM(ZDIV,"InpatientMeasurementSet")) ; 70 . . D UPDATE^C0QUPDT(.G,C0QPARM(ZDIV,"InpatientQualitySet")) ; 71 71 . K C0QLIST 72 72 Q … … 76 76 ; this is done so that if there are no matching patients, the patient list 77 77 ; will be zeroed out 78 K C0QLIST78 ; K C0QLIST - VEN/SMH - Oops, we kill the previous lists!!! 79 79 S C0QLIST(ZYR_"HasDemographics")="" 80 80 S C0QLIST(ZYR_"Patient")="" ; VEN/SMH - Is this needed? Not used in EP. … … 87 87 S C0QLIST(ZYR_"HasMedOrders")="" 88 88 S C0QLIST(ZYR_"HasSmokingStatus")="" 89 S C0QLIST(ZYR_"ALL-PATIENTS")="" ; VEN/SMH C0Q*1*5 89 90 Q 90 91 ; … … 124 125 K PROBL 125 126 Q 126 ; 127 ; 127 128 ALLERGY ; ALLERGY LIST 128 129 ; WANT TO CHANGE ALLERGIES FOR 2012 TO POPULATE THE C0QLIST DIRECTLY. GPL … … 162 163 RECON ; MEDICATIONS RECONCILIATION 163 164 ; WANT TO SIMPLIFY MEDS RECON FOR 2012. GPL 164 ; 165 ; 165 166 I $$HASNTYN^C0QNOTES("MED/SURG NURSING ADMISSION ASSESSMENT",DFN) D ; 166 167 . S C0QLIST(ZYR_"XferOfCare",DFN)="" ; transfer of care patient … … 240 241 Q 241 242 ; 243 ; 244 ; 242 245 COD ; TEST FOR PRELIMINARY CAUSE OF DEATH NOTE 243 246 I $$HASNTYN^C0QNOTES("PRELIMINARY CAUSE OF DEATH",DFN) D ; … … 251 254 I '$$HFYN^C0QHF(DFN,"ED DEPARTURE TIME") S FOUND=0 252 255 I '$$HFYN^C0QHF(DFN,"TIME DECISION TO ADMIT MADE") S FOUND=0 253 I FOUND D ; 256 I FOUND D ; 254 257 . S C0QLIST(ZYR_"HasEDtime",DFN)="" 255 258 E S C0QLIST(ZYR_"NoEDtime",DFN)="" … … 281 284 S GF=$NA(C0QLIST(ZYR_"ICUReporting")) ; the filtered list destination 282 285 D AND^C0QSET(GF,GN,GO) ; filter the list with the AND set operation 283 ; 286 ; 284 287 ; FILTER VTE-2 DENOMINATOR FOR QUALITY MEASURE 285 288 ; … … 404 407 . D VITALS 405 408 D FILE ; FILE THE PATIENT LISTS 406 ; 409 ; 407 410 ; Now process eRx MU measures for these patients 408 411 ; Check for eRx template and code first; if they exist, run the code
Note:
See TracChangeset
for help on using the changeset viewer.