Changeset 356 for ccr/trunk/p/C0CPARMS.m


Ignore:
Timestamp:
Feb 4, 2009, 3:18:25 PM (15 years ago)
Author:
George Lilly
Message:

added Immunizations to RIM variable analysis code.. changed global for
parms to TMP("C0CPARMS",$J)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/C0CPARMS.m

    r347 r356  
    2323 ;
    2424 N PTMP ;
    25  S C0CPARMS=$NA(^TMP($J,"C0CPARMS")) ;BASE FOR THIS RUN
     25 S C0CPARMS=$NA(^TMP("C0CPARMS",$J)) ;BASE FOR THIS RUN
    2626 ;K @C0CPARMS ;START WITH EMPTY PARMS; MAY NOT WANT TO DO THIS KILL
    2727 I $G(INPARMS)'="" D  ; OVERRIDES PROVIDED
     
    4040CHECK ; CHECK TO SEE IF PARMS ARE PRESENT, ELSE RUN SET
    4141 ;
    42  I '$D(C0CPARMS) S C0CPARMS=$NA(^TMP($J,"C0CPARMS")) ;SHOULDN'T HAPPEN
     42 I '$D(C0CPARMS) S C0CPARMS=$NA(^TMP("C0CPARMS",$J)) ;SHOULDN'T HAPPEN
    4343 I '$D(@C0CPARMS) D SET("SETWITHCHECK:1")
    4444 Q
Note: See TracChangeset for help on using the changeset viewer.