Changeset 1441
- Timestamp:
- May 30, 2012, 12:58:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
qrda/C0Q/trunk/p/C0QMUERX.m
r1440 r1441 1 C0QMUERX ; VEN - Analyze ERx Data for Patients ; 5/ 29/12 4:29pm2 ;; 3 QUIT ; No Entry from the top1 C0QMUERX ; VEN - Analyze ERx Data for Patients ; 5/30/12 10:21am 2 ;;1.0;C0Q;;May 21, 2012;Build 44 3 QUIT ; No Entry from the top 4 4 ; 5 5 UT ; Unit Tests … … 58 58 FOR SET C0QWALK=$O(@C0QLIST@(C0QWALK)) QUIT:C0QDONE DO 59 59 . ; Are we done? 60 . I C0QB,C0QWALK="" S C0QDONE=1 QUIT ; If in index and we are out, done61 . I 'C0QB,'+C0QWALK S C0QDONE=1 QUIT ; If not in index and we are not numeric, done60 . I C0QB,C0QWALK="" S C0QDONE=1 QUIT ; If in index and we are out, done 61 . I 'C0QB,'+C0QWALK S C0QDONE=1 QUIT ; If not in index and we are not numeric, done 62 62 . ; 63 63 . N C0QDFN ; DFN of Patient … … 80 80 . W:$G(C0QDEBUG) "Calling GETMEDS6 SOAP Web Service Call for "_C0QDFN,! 81 81 . D SOAP^C0PWS2("C0POUT","GETMEDS6",DUZ,C0QDFN) 82 . Q:$G(^TMP($J,C0QDFN,1,"RowCount"))=0 ; WS says no data 82 83 . M ^TMP($J,C0QDFN)=C0POUT 83 84 ; … … 85 86 ; Appendix G: Meaningful Use Certification FAQ Question 10 86 87 ; 87 ; DENOMINATOR 88 ; DeaClassCode = 0, 9 89 ; PharmacyType = 1 90 ; PharmacyDetailType = 1, 2 91 ; FinalDestinationType = 1, 2, 3, 4 92 ; FinalStatusType = 1, 4, 5 88 ; DENOMINATOR NUMERATOR 89 ; DeaClassCode = 0, 9 DeaClassCode = 0, 9 90 ; PharmacyType = 1 PharmacyType = 1 91 ; PharmacyDetailType = 1, 2 PharmacyDetailType = 1, 2 92 ; FinalDestinationType = 1, 2, 3, 4 FinalDestinationType = 3, 4 93 ; FinalStatusType = 1, 4, 5 FinalStatusType = 1, 5 93 94 ; 94 95 ; DeMorgan's Law … … 173 174 ; 174 175 S ^TMP($J)=C0QN_U_C0QD 176 ; 177 ; TODO: Over here, do something with the numerator and denominator.. 178 ; Probably store them somewhere. 179 ; 175 180 I '$G(C0QDEBUG) K ^TMP($J) ; Empty out in production not testing 176 181 QUIT 177 182 ; 178 183 HASERX(DFN) ; $$ - Private; Has E-Prescriptions? 179 184 ; Parameters
Note:
See TracChangeset
for help on using the changeset viewer.