Changeset 1495 for qrda/C0Q/trunk/p/C0Q1P2.m
- Timestamp:
- Jul 26, 2012, 2:11:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
qrda/C0Q/trunk/p/C0Q1P2.m
r1492 r1495 1 C0Q1P2 ; VEN/SMH - Kids utilities for C0Q 1.0 patch 1 ; 7/2 0/12 10:52am1 C0Q1P2 ; VEN/SMH - Kids utilities for C0Q 1.0 patch 1 ; 7/26/12 11:15am 2 2 ;;1.0;QUALITY MEASURES;*1*;July 13, 2112; 3 ; Licensed under package license. See Documentation 3 ; Licensed under package license. See Documentation for license and 4 ; usage conditions. 4 5 ; 5 ; PEPs: PRE, TRAN,POST6 ; PEPs: PRE, POST 6 7 ; 7 8 PRE ; Unified Pre; PEP 8 9 D PREREM 9 QUIT10 TRAN ; Unified Tran; PEP11 10 QUIT 12 11 POST ; Unified Post; PEP … … 91 90 I MODE S ARRAY(LN,2)="07/20/2012@09:48:30" 92 91 S LN=LN+1 93 Q 92 ; 93 ; 94 ; NQF 0421-core-adult-weight 95 ; NB: B/c of the presence of patient lists, measures sent as part of 96 ; an extract. 97 S ARRAY(LN,1)="MU NQF0421 ADULT BMI SMH" 98 I MODE S ARRAY(LN,2)="07/26/2012@11:00:17" 99 S LN=LN+1 100 ; 101 QUIT 102 ; 94 103 ; 95 104 ;=============================================================== … … 148 157 Q 149 158 ; 150 CRPL(PLNAME,C0QERR) ; Private ; $$ ; Create Patient List151 ; Input: PLNAME: By Value: Patient List Name152 ; C0QERR: By Ref: Error Array153 ; Output: IEN of Patient List, or -1 for error154 N C0QFDA,C0QIENS ; FDA, return IEN155 S C0QFDA(810.5,"?+1,",.01)=PLNAME ; Patient List Name156 S C0QFDA(810.5,"?+1,",.07)="`"_DUZ ; Creator157 S C0QFDA(810.5,"?+1,",.08)="PUB" ; Type: Public158 S C0QFDA(810.5,"?+1,",100)="L" ; Class: Local159 D UPDATE^DIE("E",$NA(C0QFDA),$NA(C0QIENS),$NA(C0QERR)) ; External Flag160 I $G(C0QIENS(1)) QUIT C0QIENS(1)161 E QUIT -1
Note:
See TracChangeset
for help on using the changeset viewer.